The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

GOBO::DBIC::GODBModel::Resolver

Converts strings, identifiers, etc. into usable objects. This should be a heavy lifter for session handling and such in the new framework.

This should be the only stop for turning things into GOBO::DBIC::GODBModel internal canonical form.

TODO: heavy speed checking.

NOTE: It occurs to me that if this was backed by a lucene instead of the DB it would be *smoking* fast.

new
get_gene_products

Take: an array ref of "identifiers" Return:

[ [gene products that fit a criteria], [errata]]

get_terms

Returns an array ref of terms that fit and an array ref of strings that didn't match.

TODO: maybe this could be sped up by sorting into GO id and name groups, like with the gps above...

1 POD Error

The following errors were encountered while parsing the POD:

Around line 28:

'=item' outside of any '=over'

=over without closing =back