GO::Basic(3pm) User Contributed Perl Documentation GO::Basic(3pm)NAMEGO::Basic - basic procedural interface to go-perlSYNOPSISuse GO::Basic; parse_obo(shift @ARGV); find_term(name=>"cytosol"); print $term->acc(); # OO usage print acc(); # procedural usage get_parent; print name();DESCRIPTIONperl v5.14.2 2010-05-12 GO::Basic(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |