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