PathwayCommons / pathways-search

A web app to search pathways in Pathway Commons
http://www.pathwaycommons.org/pathways/
MIT License
2 stars 4 forks source link

More accurate graph size in the listing #111

Closed d2fong closed 6 years ago

d2fong commented 7 years ago

num interactions is taken from the pathway commons response, but that is not necessarily how large the graph will be once nodes are filtered. A better estimate would be to take cy.nodes().size().

Requires - refactor cy to be passed as a prop instead of being localized state of the viewer

jvwong commented 7 years ago

Can you provide a little more info on what this issue is addressing? Where is num interactions appearing and how does it affect the graph?

IgorRodchenkov commented 6 years ago

Done in the app-ui repo.