ClinGen / gene-and-variant-curation-tools

ClinGen's gene and variant curation interfaces (GCI & VCI). Developed by Stanford ClinGen team.
https://curation.clinicalgenome.org/
MIT License
3 stars 1 forks source link

Improving p-value entry options and handling of the value zero in case-control #323

Open ikeseler opened 1 year ago

ikeseler commented 1 year ago

In the "statistics" section of case-control, allow p-values to be entered in exponential formatting. For example, instead of requiring the value "0.000000456", allow "4.56e-7".

In the "Power" section, handle zeros in the number of cases/controls correctly, e.g. if the variant occurred zero times in the controls, the number 0 should be allowed, and the frequency should be displayed as "0".

In the "Demographics" section, handle an age of zero (e.g. in the age range 0-50) gracefully. Currently, the value zero is translated to "undefined".