detectionPnegEcdf {sesame} | R Documentation |
The function takes a SigSet
as input, computes detection p-value
using negative control probes' empirical distribution and returns a new
SigSet
with an updated pval slot.
detectionPnegEcdf(sset, force = FALSE)
sset |
a |
force |
force rerun even if result already exists |
detection p-value
sset <- makeExampleSeSAMeDataSet() sset <- detectionPnegEcdf(sset)