View source: R/OntologyQueryFunctions.R
getMetaFromOnto | R Documentation |
function that query database to find mets in given ontologies
getMetaFromOnto(ontology, db = RaMP())
ontology |
a vector of ontology or ontologies delimited by new line character |
db |
a RaMP database object |
dataframe that contains searched mets from given ontology
## Not run:
ontologies.of.interest <- "Urine"
new.metabolites <- RaMP::getMetaFromOnto(db = rampDB, ontology = ontologies.of.interest)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.