annotation<-,RacipeSE,ANY-method | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.