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