legaultmarc / cohort-manager

Utility to manage and explore collections of phenotype data.
2 stars 2 forks source link

Hierarchical reclassify is error prone #20

Closed legaultmarc closed 8 years ago

legaultmarc commented 8 years ago

If you update the parent of a phenotype, reclassify and then realize it was an error and change it back, data will be lost.

Fixing this will require changing the way hierarchical reclassify behaves. Possibilities are to keep track of changes, compute it dynamically or use some kind of mask.