View source: R/genesetReactome.R
genesetReactome | R Documentation |
Returns the gene set consisting of genes on the Reactome pathway hierarchy given input cytokine(s) and specified list of pathway hierarchy xml file(s) with file name beginning with the specified cytokine (i.e., 'IL6_Interleukin6_signaling.xml') as currently provided for the IL6 cytokine.
genesetReactome(cytokine.eval, file.name)
cytokine.eval |
Cytokine(s) associated with the query. |
file.name |
List of XML file(s) associated with the cytokine(s) beginning with the specific cytokine name. |
Dataframe consisting of list of genes on the molecular pathway associated with the specified cytokine(s).
file.name.reactome1 <- system.file("extdata", "IL6_Interleukin6_signaling.xml",
package = "scaper")
genesetReactome(cytokine.eval = "IL6", file.name = file.name.reactome1) %>% head(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.