detectionPoobEcdf {sesame} | R Documentation |
aka pOOBAH (p-vals by Out-Of-Band Array Hybridization)
detectionPoobEcdf(sset) pOOBAH(sset)
sset |
a |
The function takes a SigSet
as input, computes detection p-value
using out-of-band probes empirical distribution and returns a new
SigSet
with an updated pval slot.
detection p-value
sset <- makeExampleSeSAMeDataSet() sset <- detectionPoobEcdf(sset) sset <- makeExampleSeSAMeDataSet() sset <- pOOBAH(sset)