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