annotation<-,CoreSet,list-method {CoreGx}R Documentation

annotation<- Slot Setter

Description

annotation<- Slot Setter

Usage

## S4 replacement method for signature 'CoreSet,list'
annotation(object) <- value

Arguments

object

A RadioSet

value

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

Value

A copy of the CoreSet with the updated annotation slot

Functions

Examples

annotation(clevelandSmall_cSet) <- annotation(clevelandSmall_cSet)


[Package CoreGx version 1.2.0 Index]