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