public class GOParser extends Object
Constructor and Description |
---|
GOParser(InputStream i) |
GOParser(InputStream i,
boolean oldFormat) |
Modifier and Type | Method and Description |
---|---|
Map<String,GeneSetTerm> |
getGONameMap()
Get a simple Map that contains keys that are the GO ids, values are the names.
|
DirectedGraph<String,GeneSetTerm> |
getGraph()
Get the graph that was created.
|
public GOParser(InputStream i) throws IOException, SAXException
IOException
SAXException
public GOParser(InputStream i, boolean oldFormat) throws IOException, SAXException
i
- oldFormat
- if true, use the old-fashioned schemeIOException
SAXException
public Map<String,GeneSetTerm> getGONameMap()
public DirectedGraph<String,GeneSetTerm> getGraph()
Copyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.