Description Usage Arguments Value Examples
View source: R/rampFastQueryTab4.R
Retrieves analytes that involved in same reaction as input metabolite
1 2 | rampFastCata(analytes = NULL, conpass = NULL, dbname = "ramp",
username = "root", host = "localhost", NameOrIds = "ids")
|
analytes |
a vector of analytes that need to be searched |
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") |
NameOrIds |
whether input is "names" or "ids" (default is "ids") |
a dataframe containing query results. If the input is a metabolite, the function will output gene transcript common names and source IDs that are known to catalyze reactions in the same pathway as that metabolite. Conversely, if the input is a gene, the function will return the common name and source id of metabolites known to be catalyzed directly or indirectly by that gene.
1 2 3 4 | ## Not run:
rampFastCata(analytes="creatine",conpass="mypassword",NameOrIds="names")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.