detectionPnegNormGS {sesame} | R Documentation |
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.
detectionPnegNormGS(sset)
sset |
a |
detection p-value
sset <- makeExampleSeSAMeDataSet() sset <- detectionPnegNormGS(sset)