annotation<-,RacipeSE,ANY-method {sRACIPE} | R Documentation |
A method to set the circuit name or annotation
## S4 replacement method for signature 'RacipeSE,ANY' annotation(object, ...) <- value
object |
RacipeSE object |
... |
Additional arguments, for use in specific methods. |
value |
annotation character |
A RacipeSE object
data("demoCircuit") rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100) ann <- annotation(rSet) annotation(rSet) <- ann