GO::Basic
basic procedural interface to go-perl
- Provided by: libgo-perl (Version: 0.15-1)
- Report a bug
basic procedural interface to go-perl
use GO::Basic; parse_obo(shift @ARGV); find_term(name=>"cytosol"); print $term->acc(); # OO usage print acc(); # procedural usage get_parent; print name();