View source: R/utility_functions.R
term2id | R Documentation |
Map Reactome/GO term to ID
term2id(term, db = "Reactome", species = NULL)
term |
Reactome/GO term |
db |
Database to use for mapping. One of:
|
species |
Character specifying species. If specified, one of:
|
Reactome/GO ID
Nicholas Mikolajewicz
# map GO term to GO id
id <- term2id(term, db = "GO", species = "Hs")
# get geneset for specified GO id (returns character of genes)
gene.set <- id2geneset(id, "Hs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.