A method to get the annotation

# S4 method for RacipeSE
annotation(object, ...)

Arguments

object

RacipeSE object

...

Additional arguments, for use in specific methods.

Value

character

Examples

data("demoCircuit") rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100)
#> circuit file successfully loaded
#> Generating gene thresholds
#> generating thresholds for uniform distribution1... #> ========================================
ann <- annotation(rSet) annotation(rSet) <- ann