GOBO::DBIC::GODBModel::Resolver - GOBO::DBIC::GODBModel::Resolver documentation


GOBO documentation  | view source Contained in the GOBO distribution.

Index


GOBO::DBIC::GODBModel::Resolver

Top

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.

Take: an array ref of "identifiers" Return:

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

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...


GOBO documentation  | view source Contained in the GOBO distribution.