detectionPnegNormGS {sesame}R Documentation

Detection P-value emulating Genome Studio

Description

The function takes a SigSet as input, computes detection p-value using negative control probes parametrized in a normal distribution a la Genome Studio and returns a new SigSet with an updated pval slot.

Usage

detectionPnegNormGS(sset)

Arguments

sset

a SigSet

Value

detection p-value

Examples

sset <- makeExampleSeSAMeDataSet()
sset <- detectionPnegNormGS(sset)


[Package sesame version 1.0.0 Index]