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


go-perl documentation  | view source Contained in the go-perl distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top


go-perl documentation  | view source Contained in the go-perl distribution.