Description Usage Arguments Value Examples
From given pathway name, it searches through whole databases to find all metabolites in that pathway.
1 2 | rampNameFromPath(names, maxItems, geneOrCompound, conpass, dbname = "ramp",
username = "root")
|
names |
the string value that describes pathway name. |
maxItems |
the integer value given to define maximum items return by this query. |
geneOrCompound |
the string value that define types (gene or compound) of returned metabolites. |
conpass |
password for database access (string) |
dbname |
name of the mysql database (default is "ramp") |
username |
username for database access (default is "root") |
a dataframe that has given pathwayname as column names
1 2 3 4 | ## Not run:
ramp <- rampNameFromPath("Glucose-Alanine Cycle",20,compound,conpass="mysqlpassword")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.