GOBO::Parsers::OBOParserDispatchHash - GOBO::Parsers::OBOParserDispatchHash documentation


GOBO documentation  | view source Contained in the GOBO distribution.

Index


NAME

Top

GOBO::Parsers::OBOParserDispatchHash

DESCRIPTION

Top

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

parse_header_from_array

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

parse_body_from_array

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.