Skip to contents

Using this function, you can search your genes in PANTHER database and retrieve attributes and annotations associated to your genes.

Usage

rba_panther_mapping(genes, organism, ...)

Arguments

genes

Character or numeric vector of gene identifiers with maximum length of 5,000. Can be any of: Ensembl gene ID, Ensembl protein ID, Ensembl transcript ID, Entrez gene ID, gene symbol, NCBI GI, HGNC ID, International protein index ID, NCBI UniGene ID, UniProt accession and/or UniProt ID.

organism

(numeric) NCBI taxon ID. run rba_panther_info with argument 'what = "organisms"' to get a list of PANTHER's supported organisms.

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Value

A list containing your unmapped inputs and mapped genes with pertinent information.

Corresponding API Resources

"POST https://www.pantherdb.org/services/oai/pantherdb/geneinfo"

References

Examples

# \donttest{
rba_panther_mapping(genes = c("Cd40", 7124, "ENSG00000203747", "P33681"),
    organism = 9606)
# }