diff --git a/client/src/components/PeakBoxplot.js b/client/src/components/PeakBoxplot.js index d52ebd08..ba406500 100644 --- a/client/src/components/PeakBoxplot.js +++ b/client/src/components/PeakBoxplot.js @@ -46,8 +46,9 @@ function PeakBoxplot({ title, peak, /*values = defaultValues*/ }) {
- Box plots are generated from raw signals, whereas p-values are calculated from batch-corrected - signal values. The p-values thus may not precisely match what is visible in the box plots. + Box plots are generated from normalised signals (read count per base pair per 10 million reads), without any + batch correction, whereas p-values are calculated from age-regressed, batch-corrected + signal values. The p-values thus may not precisely match the distributions visible in the box plots.