| Bioseq | Bio::SeqI implementing Object that queries a sequence in Chado instead of in memory. |
| Chromosome | Simple front end class to search and create Modware::Feature::CHROMOSOME objects. |
| Constant | Retrieves and caches commonly used ids and records from the database. |
| DBH | Global database connection object. Use for commits, rollbacks, custom SQL. |
| Feature | Base class for all Modware::Feature::* classes. Probably the most important class in Modware! |
| Gene | Convienent class to retrieve Modware::Feature::GENE objects. |
| Has_synonyms | Mixin class, provides accessor methods for classes tha have synonyms. |
| Iterator | An Iterator parent class inherited by the results returned from Modware::Search::* methods. |
| Protein_info | Results of many calculations based on protein sequence. |
| Root | Base class, provides common error handling methods. |