View source: R/utility_functions.R
getAnnotationPathways | R Documentation |
Returns list of Reactome or GO annotations for given Entrez gene IDs
getAnnotationPathways(
query.genes,
db = c("Bader"),
ontology = c("BP"),
species = c("Hs"),
msigdb.collection = "H",
msigdb.subcollection = NULL
)
query.genes |
Entrez IDs of query genes |
db |
Database to retrieve annotations from. One of:
|
ontology |
GO ontologies to retrieve if GO db is selected. One of:
|
species |
"Mm" or "Hs". Default is "Hs". |
msigdb.collection |
Geneset collection (only if msigdb database used). See msigdbr() for additional details. One of:
|
msigdb.subcollection |
Subcollection corresponding to specified msigdb collection. Possible subcollections for each collection are indicated in parantheses above. |
Named list of vectors with gene sets (Entrez format).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.