sracipeCombineRacipeSE | R Documentation |
It is often the case that to save time, multiple simulations of the same topology with the same config file are run in parallel. However, one still wants to condense the results of the different simulations into one object. This method does that, combining the params, ics, and expressions of a list of objects into one. If convergence testing is done, convergence data and unique state counts are combined as well. Limit cycle data is combined too. The method validates the RacipeSE objects as having essentially identical configurations compared to the first object provided
sracipeCombineRacipeSE(.object)
## S4 method for signature 'list'
sracipeCombineRacipeSE(.object)
.object |
RacipeSE object generated by |
RacipeSE
object
sracipeSimulate
, sracipeKnockDown
,
sracipeOverExp
, sracipePlotData
data("demoCircuit")
## Not run:
data(democircuit)
for(i in 1:5){
rSet <- sracipeSimulate(demoCircuit, numModels = 100,
numConvergenceTests = 20, nIC = 2)
racipeList <- c(racipeList, results)
}
combinedObject <- sracipeCombineRacipeSE(racipeList)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.