Scroll to navigation

GO::Basic(3pm) User Contributed Perl Documentation GO::Basic(3pm)

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

2021-01-09 perl v5.32.0