annotation-set-RacipeSE-ANY-method: A method to set the circuit name or annotation

Description Usage Arguments Value Examples

Description

A method to set the circuit name or annotation

Usage

1
2
## S4 replacement method for signature 'RacipeSE,ANY'
annotation(object, ...) <- value

Arguments

object

RacipeSE object

...

Additional arguments, for use in specific methods.

value

annotation character

Value

A RacipeSE object

Examples

1
2
3
4
data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100)
ann <- annotation(rSet)
annotation(rSet) <- ann

sRACIPE documentation built on Nov. 8, 2020, 6:54 p.m.