View source: R/plottingFunctions.R
plotCataNetwork | R Documentation |
Plots a network based on gene-metabolite relationships
plotCataNetwork(catalyzedf = "")
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.
## Not run:
pkg.globals <- setConnectionToRaMP(dbname="ramp2",username="root",conpass="",host = "localhost")
catalyzedf <- rampFastCata(analytes="creatine",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.