sracipePlotCircuit | R Documentation |
Plot Gene Regulatory Circuit to a file or output device using visNetwork. Edge color coding: 1-"blue", 2-"darkred", 3-"cyan", 4-"deeppink", 5-"blueviolet", 6-"darkorange"
sracipePlotCircuit(.object, plotToFile = FALSE, physics = TRUE)
## S4 method for signature 'RacipeSE'
sracipePlotCircuit(.object, plotToFile = TRUE, physics = TRUE)
.object |
RacipeSE object
A list returned by |
plotToFile |
(optional) logical. Default |
physics |
(optional) logical. Default |
circuit plot
sracipeSimulate
, sracipeKnockDown
,
sracipeOverExp
, sracipePlotData
data("demoCircuit")
## Not run:
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrateStepSize = 0.1, simulationTime = 30)
sracipePlotCircuit(rSet, plotToFile = FALSE, physics = TRUE)
rm(rSet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.