sracipePlotCircuit | R Documentation |
Plot Gene Regulatory Circuit to a file or output device using visNetwork. Edge color coding: Transcription-"black", Protein Degradation-"red", Signaling Interaction-"green".
sracipePlotCircuit(
.object,
plotToFile = FALSE,
physics = TRUE,
namedNodes = TRUE
)
## S4 method for signature 'RacipeSE'
sracipePlotCircuit(
.object,
plotToFile = TRUE,
physics = TRUE,
namedNodes = TRUE
)
.object |
RacipeSE object
A list returned by |
plotToFile |
(optional) logical. Default |
physics |
(optional) logical. Default |
namedNodes |
(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.