Package org.biojava.nbio.ontology.io
Class GOParser
java.lang.Object
org.biojava.nbio.ontology.io.GOParser
Simple parser for the Gene Ontology (GO) flatfile format.
- Since:
- 1.4
- Author:
- Thomas Down
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseGO
(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory)
-
Constructor Details
-
GOParser
public GOParser()
-
-
Method Details
-
parseGO
public Ontology parseGO(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory) throws ParseException, IOException - Throws:
ParseException
IOException
-