annotation<- {ToxicoGx}R Documentation

annotation<- Slot Setter

Description

annotation<- Slot Setter

Usage

annotation(object, ...) <- value

Arguments

object

A ToxicoSet

...

A list to allow definition of new parameters on this generic

value

A list of annotations to add to the annotatiosn slot of an tSet

Value

A copy of the ToxicoSet with the updated annotation slot

Examples

data(TGGATESsmall)
annotation(TGGATESsmall) <- annotation(TGGATESsmall)


[Package ToxicoGx version 1.3.5 Index]