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

Added GO term information to network #22

Closed ctrlaltaf closed 9 months ago

ctrlaltaf commented 9 months ago

The output of NetworkParser now has the following data structure: network = { edgeList, edges, nodeList, nodes, goTerm { def, id, name, namespace } }