Description Usage Arguments Value Examples
View source: R/rampFastQueryTab4.R
Plots a network based on gene-metabolite relationships
1 | plotCataNetwork(catalyzedf = NULL)
|
catalyzedf |
a data.frame output by rampFastCata() that contains analytes that are in the same reaction |
An interactive HTML plot that allows the user to pan/zoom into regions of interest. User genes/metabolites are highlighted in blue, whereas analytes found by the function are orange.
1 2 3 4 5 | ## Not run:
catalyzedf <- rampFastCata(analytes="creatine",conpass="mypassword",NamesOrIds="names")
plotCataNetwork(catalyzedf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.