org.monarchinitiative.phenol.io.obo.go.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phenol-io Show documentation
Show all versions of phenol-io Show documentation
phenol-io contains the generic I/O functionality for ontologies
/**
* Utilities for Gene Ontology (GO) file I/O.
*
* Use {@link org.monarchinitiative.phenol.io.obo.go.GoOboParserOLD} for loading the GO from OBO
* format, the class Javadoc has a usage example.
*
*
Use {@link org.monarchinitiative.phenol.io.obo.go.GoGeneAnnotationParser} for loading files in
* the the "go annotation file" format.
*
* @author Manuel Holtgrewe
*/
package org.monarchinitiative.phenol.io.obo.go;