monarch-initiative / phenol

phenol: Phenotype ontology library
https://phenol.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Implement ontology graph backed by a CSR connectivity matrix. #436

Closed ielis closed 1 year ago

ielis commented 1 year ago

Implement CSR graph to replace JGraphT, update the MinimalOntology interface + deprecate methods. Implement SimpleMinimalOntology backed by the new CSR graph.

TODO