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