IR<- {sesame}R Documentation

IR replacement generic

Description

IR replacement generic

Replace IR slot of SigSet class

Usage

IR(x) <- value

## S4 replacement method for signature 'SigSet'
IR(x) <- value

Arguments

x

object of SigSet

value

new value

Value

a new SigSet

Examples

sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
df <- IR(sset)
df[1,1] <- 10
IR(sset) <- df 

[Package sesame version 1.0.0 Index]