Expand description
Detection p-values from negative controls (limma detectionPValues).
Pure-Rust port of detectionPValues.default: for each array, the detection
p-value of a probe is the right-tail rank of its intensity within the
negative-control distribution. Counting controls >= and > the observed
value and averaging makes ties count as one half.
Functions§
- detection_
p_ values - Detection p-values for an
nprobes × narraysintensity matrixx, given a per-probestatusand the labelnegctrlmarking negative controls.