sracipeUniqueStates | R Documentation |
This method selects the unique expression states for every model
in an sRACIPE object. The method of evaluating uniqueness is the same as in
the main sracipeSimulate
function.Non-converged expressions are
filtered out using the simulation convergence data. This method should only be
used for deterministic simulations with nIC > 1.
sracipeUniqueStates(.object)
## S4 method for signature 'RacipeSE'
sracipeUniqueStates(.object)
.object |
RacipeSE object generated by |
list
object. Element i of the list is a data frame containing
the unique expressions of model i in the input RacipeSE object
sracipeSimulate
, sracipeKnockDown
,
sracipeConvergeDist
, sracipePlotData
data("demoCircuit")
## Not run:
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrateStepSize = 0.1, numConvergenceTests = 30)
stateList <- sracipeUniqueStates(rSet)
comginedStates <- do.call(cbind, stateList)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.