| go-perl documentation | Contained in the go-perl distribution. |
GO::Model::Ontology;
this is a synonym for GO::Model::Graph
| 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;