Skip to content

Commit

Permalink
chore(client): update box plot disclaimer text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 8, 2023
1 parent 188c0da commit 11bf3a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/components/PeakBoxplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ function PeakBoxplot({ title, peak, /*values = defaultValues*/ }) {
</div>
<div className="PeakBoxplot__disclaimer">
<p>
Box plots are generated from raw signals, whereas <em>p</em>-values are calculated from batch-corrected
signal values. The <em>p</em>-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 <em>p</em>-values are calculated from age-regressed, batch-corrected
signal values. The <em>p</em>-values thus may not precisely match the distributions visible in the box plots.
</p>
</div>
</div>
Expand Down

0 comments on commit 11bf3a6

Please sign in to comment.