Reed-CompBio / protein-weaver

A web interface for ontology-based protein network visualization.
https://proteinweaver.reedcompbio.org/
GNU General Public License v3.0
2 stars 5 forks source link

subnetworks of k GOProt nodes #45

Closed annaritz closed 4 months ago

annaritz commented 8 months ago

Instead of querying the k shortest paths, can we instead query the k closest GoProt nodes?

This would be a breadth-first search from the source node, and then collect the paths from the k closest GoProt nodes.

oliverfanderson commented 8 months ago

https://neo4j.com/docs/graph-data-science/current/algorithms/bfs/