Set the parameters

sracipeParams(.object) <- value

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

Arguments

.object

RacipeSE object

value

DataFrame containing the parameteres

Value

A RacipeSE object

Examples

data("demoCircuit") rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20, integrate = FALSE)
#> circuit file successfully loaded
#> Generating gene thresholds
#> generating thresholds for uniform distribution1... #> ========================================
parameters <- sracipeParams(rSet) sracipeParams(rSet) <- parameters rm(parameters, rSet)