Currently a graph is represented as three files:
- edge list
- node/module list
- ontology info
We should condense these files into two files:
- node list (id, module id, ontology terms)
- edge list
This representation would significantly decrease load time because the ontology info file has a lot of information that is not used by the graph.