VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

Map: Update distributions endpoint to account for records having variable sample sizes #100

Open d-callan opened 1 year ago

d-callan commented 1 year ago

An ex of the problem.. The sample entity in the popbio megastudy has a term like specimen_count and another like species. When we show counts of different particular species in the browse and subset tab, we probably want them to reflect specimens rather than samples. Also, any associated stats, like means for histograms, should probably be weighted means etc.

EDIT: I dont mean this to be particular to species. I meant that as an ex. Its a general problem for terms on the Sample and Assay entities.

d-callan commented 1 year ago

depends on https://github.com/VEuPathDB/EdaLoadingIssues/issues/62

related ux topic https://github.com/VEuPathDB/EdaNewIssues/issues/622