Bio::EnsEMBL::DBSQL OntologyDBAdaptor
SummaryIncluded librariesPackage variablesDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
Bio::EnsEMBL::DBSQL::OntologyDBAdaptor
Package variables
No package variables defined.
Inherit
Bio::EnsEMBL::DBSQL::DBAdaptor
Synopsis
No synopsis!
Description
Database adaptor for the ontology database ensembl_ontology_NN.
Mostly inheriting from Bio::EnsEMBL::DBSQL::DBAdaptor, overriding its
get_available_adaptors() method. Not doing very much else at this
moment.
Methods
get_available_adaptors
No description
Code
Methods description
None available.
Methods code
get_available_adaptorsdescriptionprevnextTop
sub get_available_adaptors {
  return { 'GOTerm' => 'Bio::EnsEMBL::DBSQL::GOTermAdaptor' };
}

1;
}
General documentation
LICENSETop
  Copyright (c) 1999-2009 The European Bioinformatics Institute and
Genome Research Limited. All rights reserved.
This software is distributed under a modified Apache license. For license details, please see /info/about/code_licence.html
CONTACTTop
  Please email comments or questions to the public Ensembl
developers list at <ensembl-dev@ebi.ac.uk>.
Questions may also be sent to the Ensembl help desk at <helpdesk@ensembl.org>.