GO::Basic.3pm

Langue: en

Version: 2005-03-30 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

   GO::Basic     - basic procedural interface to go-perl
 
 

SYNOPSIS

   use GO::Basic;
   parse_obo(shift @ARGV);
   find_term(name=>"cytosol");
   print $term->acc();                 # OO usage
   print acc();                        # procedural usage
   get_parent;
   print name();
 
 

DESCRIPTION