getAnalyteFromPathway: Use fast search algorithm to find all pathways from given...

Description Usage Arguments Value Examples

View source: R/rampFastQueryTab2.R

Description

Use fast search algorithm to find all pathways from given analytes

Usage

1
2
getAnalyteFromPathway(pathway, conpass = NULL, dbname = "ramp",
  username = "root", host = "localhost")

Arguments

pathway

a string or a vector of strings that contains pathways of interest

conpass

password for database access (string)

dbname

name of the mysql database (default is "ramp")

username

username for database access (default is "root")

host

host name for database access (default is "localhost")

Value

a data.frame that contains all search results

Examples

1
2
3
4
5
## Not run: 
con <- connectToRaMP(dbname="ramp",username="root",conpass="mypassword")
getAnalyteFromPathway <- pathway="sphingolipid metabolism",conpass="mypassword")

## End(Not run)

Mathelab/RaMP-DB documentation built on April 24, 2021, 3:11 p.m.