ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

Cell types for a specific organism show results on the heatmap across all organisms #208

Open pcm32 opened 2 years ago

pcm32 commented 2 years ago

When querying https://wwwdev.ebi.ac.uk/gxa/sc/search/metadata/neuron and clicking on any of the Drosophila Melanogaster "neuron" cell types, you get results from experiments across different organisms (for instance E-CURD-52 is mouse).

image

Shouldn't we limit that per organism, so that if clicking on the Drosophila neuron, we only get fly studies on the heatmap?

pcm32 commented 2 years ago

Also, even clicking on the fruit fly part, and then clicking on a cell type (for instance, glial cell) still shows you entries on the heatmap that belong to other organisms:

image

alfonsomunozpomer commented 2 years ago

Yes, the controller that returns the heatmap JSON payload admits the experiment accessions and the wheel contains the necessary information, but we’re not sending it as part of the request. Thanks for letting us know.