monarch-initiative / monarch-legacy

Monarch web application and API
BSD 3-Clause "New" or "Revised" License
42 stars 37 forks source link

add species high-level summary #1155

Open nlwashington opened 8 years ago

nlwashington commented 8 years ago

being the cross-species people, i think it'd be great to add a high-level summary of the cross-species data that we have in our database. some basic statistics and/or fun facts.

we could include:

here's an example that OMIA includes on their front page: screen shot 2016-01-22 at 1 42 39 pm

we could do this with some little charts and/or tables. might be nice and splashy.

is this something we should just run a script to produce a table of stats? or are there special solr queries that can give these kinds of results?

cmungall commented 8 years ago

For solr, ideally we'd have the equivalent of the bioentity index we have for GO (one entry per association subject, closure list for object, plus direct objects). Nor do we have an index with one entry per (subj,obj-closure) tuple, what in GO we call the annotation_aggregate (not v informative name).

In theory not so hard to add. I would do this generically for all yaml views, rather than per view.

cc @kltm