| GOBO documentation | view source | Contained in the GOBO distribution. |
GOBO::Parsers::OBOParserDispatchHash
An GOBO::Parsers::Parser that parses OBO Files.
Mostly identical to GOBO::Parsers::OBOParser but uses a dispatch table rather than an if/else cascade
Get a header from an array of lines, rather than passing in a file
input: self, args with $args->{graph} being a Graph object output: the Graph object
Get a graph from an array of lines, rather than passing in a file
input: self, args with $args->{graph} being a Graph object output: the Graph object
| GOBO documentation | view source | Contained in the GOBO distribution. |