GO::Model::Ontology - GO::Model::Ontology documentation


go-perl documentation Contained in the go-perl distribution.

Index


Code Index:

NAME

Top

  GO::Model::Ontology;

SYNOPSIS

Top

  this is a synonym for GO::Model::Graph

DESCRIPTION

Top


go-perl documentation Contained in the go-perl distribution.

# $Id: Ontology.pm,v 1.2 2004/11/24 02:28:01 cmungall Exp $
#
# This GO module is maintained by Chris Mungall <cjm@fruitfly.org>
#
# see also - http://www.geneontology.org
#          - http://www.godatabase.org/dev
#
# You may distribute this module under the same terms as perl itself


package GO::Model::Ontology;

use base qw(GO::Model::Graph);

1;