Man Page: go::handlers::obj
Operating Environment: debian
Section: 3pm
GO::Handlers::obj(3pm) User Contributed Perl Documentation GO::Handlers::obj(3pm)NAMEGO::Handlers::obj - parses GO files into GO object modelSYNOPSISuse GO::Handlers::objDESCRIPTIONPUBLIC METHODSgraph Usage - my $terms = $obj_handler->graph->get_all_terms; Synonym - g Synonym - ontology Returns - GO::Model::Graph object Args - as files are parsed, objects are created; depending on what kind of datatype is being parsed, the classes of the created objects will be different - eg GO::Model::Term, GO::Model::Association etc the way to access all of thses is through the top level graph object eg $parser = GO::Parser->new({handler=>'obj'}); $parser->parse(@files); my $graph = $parser->graph; perl v5.14.2 2010-05-31 GO::Handlers::obj(3pm)
| Related Man Pages |
|---|
| go::model::term(3pm) - debian |
| graph::easy::parser::vcg(3pm) - debian |
| rdf::trine::graph(3pm) - debian |
| xml::parser::lite(3pm) - debian |
| xml::parser::litecopy(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |