detectionPnegNormTotal {sesame} | R Documentation |
The function takes a SigSet
as input, computes detection p-value
using negative control probes parametrized in a normal distribution with
the two channels summed first and returns a new SigSet
with an
updated pval slot. The SD is summed to emulate the SD of the summed
signal (not the most accurate treatment).
detectionPnegNormTotal(sset)
sset |
a |
detection p-value
sset <- makeExampleSeSAMeDataSet() sset <- detectionPnegNormTotal(sset)