Bio::Ontology::GOterm 1.4 review

Download
by rbytes.net on

Bio::Ontology::GOterm is a representation of GO terms. SYNOPSIS $term = Bio::Ontology::GOterm->new ( -go_id => "GO

License: Perl Artistic License
File size: 4788K
Developer: Christian M. Zmasek
0 stars award from rbytes.net

Bio::Ontology::GOterm is a representation of GO terms.

SYNOPSIS

$term = Bio::Ontology::GOterm->new
( -go_id => "GO:0016847",
-name => "1-aminocyclopropane-1-carboxylate synthase",
-definition => "Catalysis of ...",
-is_obsolete => 0,
-comment => "" );

$term->add_definition_references( @refs );
$term->add_secondary_GO_ids( @ids );
$term->add_aliases( @aliases );

foreach my $dr ( $term->each_definition_reference() ) {
print $dr, "n";
}

# etc.

This is "dumb" class for GO terms (it provides no functionality related to graphs). Implements Bio::Ontology::TermI.

Requirements:
Perl

Bio::Ontology::GOterm 1.4 search tags