pval {sesame}R Documentation

pval getter generic

Description

pval getter generic

Get pval slot of SigSet class

Usage

pval(x)

## S4 method for signature 'SigSet'
pval(x)

Arguments

x

object of SigSet

Value

The pval slot of SigSet

Examples


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

[Package sesame version 1.10.5 Index]