Description Usage Arguments Value Examples
A method to set the circuit name or annotation
1 2 | ## 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
1 2 3 4 | 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.