covidgraph / visual-graph-explorer

A simple graph explorer leveraging yFiles for HTML, neo4j bolt, implemented using VueJS and Vuetify
https://covidgraph.org
MIT License
13 stars 6 forks source link

Consider sorting dependencies to display the most relevant connections #7

Open yGuy opened 4 years ago

yGuy commented 4 years ago

Right now there is a hard cut-off to not make the graph explode (100 relationships). That's probably OK, but only if these are the most important 100 relationships. Try to find "order by quality" queries, that help us find the most relevant connections. Paper -> GeneSymbol Patent -> GeneSymbol and more importantly the other way around.

yGuy commented 3 years ago

that's true for all the queries we have, specifically the tissues seem to be weighted and we need a cutoff, because the items can be found in a lot of tissues, typically. same for other relationships.