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

annotation<-,RacipeSE,ANY-methodR Documentation

A method to set the circuit name or annotation

Description

A method to set the circuit name or annotation

Usage

## 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

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

lusystemsbio/sRACIPE documentation built on July 22, 2024, 12:39 a.m.