getOntoFromMeta: Function that query database to find ontology information...

View source: R/OntologyQueryFunctions.R

getOntoFromMetaR Documentation

Function that query database to find ontology information based on the given list of analytes

Description

Function that query database to find ontology information based on the given list of analytes

Usage

getOntoFromMeta(analytes, NameOrIds = "ids")

Arguments

analytes

a vector of analytes or a analytes delimited by new line character

NameOrIds

specify the type of given data

Value

dataframe that contains searched ontology from given analytes

Examples

## Not run: 
pkg.globals <- setConnectionToRaMP(dbname = "ramp2", username = "root",
	conpass = "", host = "localhost")
getOntoFromMeta("hmdb:HMDB0071437")

## End(Not run)

ncats/RaMP-DB documentation built on Oct. 28, 2023, 8:12 a.m.