KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Add chart of taxonomic distribution of data to stats page #256

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

This can be addressed once KarrLab/datanator_rest_api#97 is addressed.

lzy7071 commented 4 years ago

This is going to be too complex to generate on the fly. Do you mind if the endpoint just returns an object with 11 key/value pairs: {"species_name": count, ..., "others": count}?

jonrkarr commented 4 years ago

I don't think its necessary to calculate the statistics dynamically. They can all be calculated periodically and stored somewhere.

11 key/value pairs is perfect.

jonrkarr commented 4 years ago

Done