View source: R/ReturnGeneMetab_SameRxn.R
rampFastCataOriginal | R Documentation |
Retrieves analytes that involved in same reaction as input metabolite
rampFastCataOriginal(db = RaMP(), analytes = "none", NameOrIds = "ids")
analytes |
a vector of analytes that need to be searched |
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.
## Not run:
pkg.globals <- setConnectionToRaMP(dbname="ramp2",username="root",conpass="",host = "localhost")
rampFastCata(analytes="creatine",NameOrIds="names")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.