View source: R/OntologyQueryFunctions.R
getMetaFromOnto | R Documentation |
function that query database to find analytes in given ontologies
getMetaFromOnto(db = RaMP(), ontology)
ontology |
a vector of ontology or ontologies delimited by new line character |
dataframe that contains searched analytes from given ontology
## Not run:
pkg.globals <- setConnectionToRaMP(dbname = "ramp2", username = "root",
conpass = "", host = "localhost")
getMetaFromOnto("Adiposome")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.