sracipeIC<- | R Documentation |
Set the initial conditions
sracipeIC(.object) <- value
## S4 replacement method for signature 'RacipeSE'
sracipeIC(.object) <- value
.object |
RacipeSE object |
value |
DataFrame containing the initial conditions, dimensions should be (# genes) rows by (numModels*nIC) columns |
A RacipeSE object
data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 10,
integrate=FALSE)
ics <- sracipeIC(rSet)
sracipeIC(rSet) <- ics
rm(rSet, ics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.