View source: R/get_pathway_information.R
get_pathway_information | R Documentation |
get_pathway_information extracts information about a pathway from a GeneSet object
get_pathway_information(geneset, path, remove.tags = FALSE)
geneset |
is a GeneSet object for pathway annotation |
path |
is the name of the gene set pathway to be return |
remove.tags |
boolean indicating whether ot remove tags |
list of pathway information
library(leapR)
# load example gene set
data("ncipid")
tnfpathway = get_pathway_information(ncipid, "tnfpathway")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.