Bio::EnsEMBL::DBSQL GOTermAdaptor
SummaryIncluded librariesPackage variablesDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
Bio::EnsEMBL::DBSQL::GOTermAdaptor
Package variables
No package variables defined.
Inherit
Bio::EnsEMBL::DBSQL::OntologyTermAdaptor
Synopsis
No synopsis!
Description
A specialization of Bio::EnsEMBL::DBSQL::OntologyTermAdaptor,
specifically for GO terms. See the documentation of
Bio::EnsEMBL::DBSQL::OntologyTermAdaptor for further information.
Methods
newDescriptionCode
Methods description
newcode    nextTop
  Arg [1]       : Bio::EnsEMBL::DBSQL::DBAdaptor
Argument required for parent class
Bio::EnsEMBL::DBSQL::BaseAdaptor.
Description : Creates an ontology term adaptor for GO terms. Example : my $go_adaptor = Bio::EnsEMBL::DBSQL::GOTermAdaptor->new( $dba ); Return type : Bio::EnsEMBL::DBSQL::GOTermAdaptor
Methods code
newdescriptionprevnextTop
sub new {
  my ( $proto, $dba ) = @_;

  my $this = $proto->SUPER::new( $dba, 'GO' );

  return $this;
}

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