VEuPathDB / EdaDataService

Apache License 2.0
2 stars 0 forks source link

EDA Subsetting: Add scientific notation to histograms and calculations #128

Open SheenaTomko opened 3 years ago

SheenaTomko commented 3 years ago

Discussed with Danielle, Dave, and Ryan on 9/7/21. Decided for phase 2 to add scientific notation to subsetting tab.

@d-callan will look into when R switches to scientific notation so we can use the same cutoffs. I found one vignette that suggests on the low end, it switches when values are <0.001.

If a variable contains any values that should be shown in scientific notation, all values will be shown in scientific notation. This will impact the histogram x-axis label, the min, mean, and max, the subsetting range parameters, the x-axis range parameters, the bin width parameter, and the bin ranges displayed in the mouseovers.

steve-fischer-200 commented 2 years ago

what about visualization tab?

SheenaTomko commented 2 years ago

good question, this should probably also apply to visualizations of continuous data (histogram, scatter plot, box plot, etc.)