Description Usage Arguments Value Examples
View source: R/supplementary_functions.R
If you use the default pathway databases(GO Ontologyand REACTOME),this function can help you to get pathways names from pathways IDs. If not found, the gene-set name is used.
1 | from_id2name(selected_pathways)
|
selected_pathways |
A list of GO and/or REACTOME pathways IDs. Each elmment is this list can be a single id or multi-ids seperated "#" |
A list of GO sub-root or REACTOME root names for provided pathways.
1 | from_id2name((selected_pathways=list(c("GO:0032991#GO:0044425#GO:0044464"),"R-HSA-5357801")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.