detectionMask {sesame}R Documentation

Mask Sigset by detection p-value

Description

Mask Sigset by detection p-value

Usage

detectionMask(sset, pval.method = NULL, pval.threshold = 0.05)

Arguments

sset

a SigSet

pval.method

which method to use in calculating p-values

pval.threshold

the p-value threshold

Value

a filtered SigSet

Examples

sesameDataCache("EPIC") # if not done yet
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
sset.masked <- detectionMask(sset)

[Package sesame version 1.8.10 Index]