getMetaFromOnto: function that query database to find analytes in given...

View source: R/OntologyQueryFunctions.R

getMetaFromOntoR Documentation

function that query database to find analytes in given ontologies

Description

function that query database to find analytes in given ontologies

Usage

getMetaFromOnto(db = RaMP(), ontology)

Arguments

ontology

a vector of ontology or ontologies delimited by new line character

Value

dataframe that contains searched analytes from given ontology

Examples

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

## End(Not run)

ncats/RaMP-DB documentation built on April 28, 2024, 3:28 a.m.