Description Usage Arguments Value Related Functions Examples
Plot Gene Regulatory Circuit to a file or output device.
1 2 3 4 | sracipePlotCircuit(.object, plotToFile = FALSE)
## S4 method for signature 'RacipeSE'
sracipePlotCircuit(.object, plotToFile = TRUE)
|
.object |
RacipeSE object
A list returned by |
plotToFile |
(optional) logical. Default |
circuit plot
sracipeSimulate
, sracipeKnockDown
,
sracipeOverExp
, sracipePlotData
1 2 3 4 5 6 7 8 | data("demoCircuit")
## Not run:
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrateStepSize = 0.1, simulationTime = 30)
sracipePlotCircuit(rSet, plotToFile = FALSE)
rm(rSet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.