IR<- {sesame} | R Documentation |
IR replacement generic
Replace IR slot of SigSet class
IR(x) <- value ## S4 replacement method for signature 'SigSet' IR(x) <- value
x |
object of |
value |
new value |
a new SigSet
sesameDataCache("HM450") # if not done yet sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset df <- IR(sset) df[1,1] <- 10 IR(sset) <- df