NCATS-Gamma / robokop

Master UI for ROBOKOP
MIT License
15 stars 3 forks source link

Scoring disconnected graphs #481

Open patrickkwang opened 4 years ago

patrickkwang commented 4 years ago

Queries can specify a node without any associated edges, and corresponding answers can be found. But unless auxiliary edges are added (e.g. omnicorp), these answers will be given a score of 0, because there is infinite resistance between the unconnected node and the others. This discards all information about relative connectivity of the connected portions, and should perhaps be handled differently.