Description Usage Arguments Value Examples
View source: R/mapToReactome.R
map transcripts or genes to Reactome pathways, using a cache if possible
1 2 3 |
IDs |
the identifiers to map |
type |
transcript- or gene-level mappings? (default: transcript) |
species |
what species are the IDs from? (default:Homo sapiens) |
build |
what build the IDs are from? (default:84) |
asNames |
boolean, convert the terms to full pathway names? (FALSE) |
asUrls |
boolean, convert terms to Reactome website URLs? (FALSE) |
useCache |
use the cache? (TRUE; do not change unless maintaining) |
a list of mappings for the supplied IDs
1 2 | mapToReactome("ENSG00000234258", type="gene")
mapToReactome("ENST00000387459", asNames=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.