This repository contains python code for handling OBO serialized ontologies.
The function obo.read_obo()
takes an .obo
file and returns a networkx MultiDiGraph reprensentation of the ontology. The parser aims to be compatible with OBO versions 1.2 and 1.4.
We welcome feature suggestions and community contributions.