sracipePlotCircuit: Plot Gene Regulatory Circuit

Description Usage Arguments Value Related Functions Examples

Description

Plot Gene Regulatory Circuit to a file or output device.

Usage

1
2
3
4
sracipePlotCircuit(.object, plotToFile = FALSE)

## S4 method for signature 'RacipeSE'
sracipePlotCircuit(.object, plotToFile = TRUE)

Arguments

.object

RacipeSE object A list returned by sracipeSimulate function

plotToFile

(optional) logical. Default FALSE. Whether to save plots to a file.

Value

circuit plot

Related Functions

sracipeSimulate, sracipeKnockDown, sracipeOverExp, sracipePlotData

Examples

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)

vivekkohar/sRACIPE documentation built on March 21, 2021, 8:19 p.m.