Gemma icon indicating copy to clipboard operation
Gemma copied to clipboard

Add outlier status to the Sample details table (curation)

Open ppavlidis opened this issue 6 months ago • 1 comments

The sample details table would be slightly enhanced by having an indication of outlier status, such as "flag" (not yet removed), "outlier" (already confirmed by curators) or "ok".

This will require some additional computation/fetch on the server.

Image

ppavlidis avatar Jul 03 '25 22:07 ppavlidis

In the data model, the BioAssay is actually the one holding the outlier flag, and since a BM can have more than one assay, the flag would apply per BA. I think marking it in the BA column would be best.

I'll add a field to the data model. If we have the BA accession already, I'm sure the outlier flag can be retrieved as well.

arteymix avatar Sep 10 '25 15:09 arteymix