View source: R/ReturnPathwaysEnrich_InputAnalytes.R
getCustomPathwayFromAnalyte | R Documentation |
Utility method supporting pathway analyses when file-based pathway lists are used rather than the ramp database.
getCustomPathwayFromAnalyte(analytes, pathways, analyte_type)
analytes |
a vector of analytes (genes or metabolites) that need to be searched |
pathways |
If "RaMP" (default), use pathway definitions within RaMP-DB. Else, supply path to gmx file containing custom pathway definitions. GMX files are a tab-separated format that contain one analyte set per column, with the name of the set in the first row, and constituent analytes in subsequent rows |
analyte_type |
"genes" or "metabolites" |
A pathwaydf compatible with runFisherTest
Andrew Patt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.