Description Usage Arguments Value Author(s) References Examples
Mapping gene identifiers. An easy-to-use and robust wrapper around AnnotationDbi's mapIds function.
1 2 3 4 5 6 7 8 9 10 |
identifiers |
- input gene identifiers |
from |
- input identifier type, one of (case insensitive): 'c("ACCNUM", "ALIAS", "ENSEMBL", "ENSEMBLPROT", "ENSEMBLTRANS", "ENTREZID", "ENZYME", "EVIDENCE", "EVIDENCEALL", "GENENAME", "GO", "GOALL", "IPI", "MGI", "ONTOLOGY", "ONTOLOGYALL", "PATH", "PFAM", "PMID", "PROSITE", "REFSEQ", "SYMBOL", "UNIGENE", "UNIPROT")' |
to |
- output identifier type, see 'from'. |
species |
- organism identifier for input genes. |
output gene identifiers
Tyler W Bradshaw, twesleyb10@gmail.com
none
1 | getIDs(mygenes, from = "symbol", to = "entrez", species = "mouse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.