A method to set the circuit name or annotation

# S4 method for RacipeSE,ANY
annotation(object, ...) <- value

Arguments

object

RacipeSE object

...

Additional arguments, for use in specific methods.

value

annotation character

Value

A RacipeSE object

Examples

data("demoCircuit") rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100)
#> circuit file successfully loaded
#> Generating gene thresholds
#> generating thresholds for uniform distribution1... #> ========================================
ann <- annotation(rSet) annotation(rSet) <- ann