Skip to main content

Module detectionpvalues

Module detectionpvalues 

Source
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 × narrays intensity matrix x, given a per-probe status and the label negctrl marking negative controls.