BDSC-CDS / glowing-bear-medco-bioref

A modification of the MedCo front-end project which brings reference intervals to the rescue. Check the following link for a documentation about the BioRef-specific implementation: https://github.com/CHUV-DS/glowing-bear-medco-bioref/blob/bioref/bioref_doc.md
Mozilla Public License 2.0
0 stars 0 forks source link

Bucketing and min-max bounds on plots #39

Open Fasjul opened 2 years ago

Fasjul commented 2 years ago

Histogram bounds and step are 0-100 and 1, fixed. This should be dynamic as it makes little sense for analytes that can go over 100 or which require a higher precision to be meaningful (ex pH in blood).

T-Blatter commented 2 years ago

Screenshot:

wrong_binning_hist
T-Blatter commented 2 years ago

Additionally: The x-axis of histogram should either span the range min(data) <--> max(data) or lowerBound(Confidence interval of lower RI bound) <--> upperBound(Confidence interval of upper RI bound), depending which is bigger.