oobG<- {sesame} | R Documentation |
oobG replacement generic
Replace oobG slot of SigSet class
oobG(x) <- value ## S4 replacement method for signature 'SigSet' oobG(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 <- oobG(sset) df[1,1] <- 10 oobG(sset) <- df