sracipeParams-set: A method to set the simulation parameters

sracipeParams<-R Documentation

A method to set the simulation parameters

Description

Set the parameters

Usage

sracipeParams(.object) <- value

## S4 replacement method for signature 'RacipeSE'
sracipeParams(.object) <- value

Arguments

.object

RacipeSE object

value

DataFrame containing the parameters. Dimensions should be (numModels) rows by (# of parameters) columns.

Value

A RacipeSE object

Examples

data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrate = FALSE)
parameters <- sracipeParams(rSet)
sracipeParams(rSet) <- parameters
rm(parameters, rSet)

lusystemsbio/sRACIPE documentation built on Nov. 19, 2024, 9:07 a.m.