Chris Mungall > go-perl > GO::Basic

Download:
go-perl-0.10.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

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 ^