pval<- {sesame}R Documentation

pval replacement generic

Description

pval replacement generic

Replace pval slot of SigSet class

Usage

pval(x) <- value

## S4 replacement method for signature 'SigSet'
pval(x) <- value

Arguments

x

object of SigSet

value

new value

Value

a new SigSet

Examples


sesameDataCache("HM450") # if not done yet
sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
df <- pval(sset)
df[1] <- 0.01
pval(sset) <- df

[Package sesame version 1.10.5 Index]