View source: R/rampQueryHelper.R
getRaMPInfoFromAnalytes | R Documentation |
Internal function for extracting annotations, used by pathway and chemical enrichment test functions
getRaMPInfoFromAnalytes(
db = RaMP(),
analytes,
NameOrIds = "ids",
PathOrChem = "path"
)
analytes |
a vector of analytes (genes or metabolites) that need to be searched |
NameOrIds |
whether input is "names" or "ids" (default is "ids") |
PathOrChem |
return "path" information for pathways or "chem" for chemical class |
a list of rampIds for "path" or a dataframe of chemClass info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.