detectionMask: Mask Sigset by detection p-value

Description Usage Arguments Value Examples

View source: R/sesame.R

Description

Mask Sigset by detection p-value

Usage

1
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

1
2
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
sset.masked <- detectionMask(sset)

sesame documentation built on Nov. 15, 2020, 2:08 a.m.