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

Description Usage Arguments Value Examples

Description

Use fast search algorithm to find all pathways from given analytes

Usage

1
2
rampFastMetaFromPath(pathway, conpass = NULL, dbname = "ramp",
  username = "root")

Arguments

pathway

a string or a data.fram that contains all pathways

conpass

password for database access (string)

dbname

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

username

username for database access (default is "root")

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")
rampFastMetaFromPath <- pathway="sphingolipid metabolism",conpass="mypassword")

## End(Not run)

bofei5675/RaMP2 documentation built on May 20, 2019, 8:48 a.m.