DeplanckeLab / dgrpool_web

DGRPool is a web application designed to serve as a comprehensive repository for Drosophila Genetic Reference Panel (DGRP) phenotyping datasets.
GNU General Public License v3.0
0 stars 0 forks source link

Raw data in "Check your phenotype" tool #26

Closed VincentGardeux closed 5 months ago

VincentGardeux commented 8 months ago

Currently, when a user submit a dataset with raw data (i.e. not summary data, but multiple data points for the same DGRP line), then there is an error message.

Should we instead compute the mean on-the-fly (per sex) and then run the calculations on the mean? (with a warning message)

fab-dav commented 5 months ago

done

VincentGardeux commented 5 months ago

The warning message can be quite huge. See with this file: phenotype_2797_OK_RAW.txt

Any possibility to make it smaller? Like a pop-up, or just give the number of DGRPs that are duplicated? Or provide the list in the form of a file?

fab-dav commented 5 months ago

I'll just add the number of DGRPs if you prefer and only display the list of DGRPs if there are less than 10.

fab-dav commented 5 months ago

Done