The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

children.pl - prints children of a supplied GO node

SYNOPSIS

children.pl simply takes as input a GOID, and an ontology file, and prints out the children of that GO node, e.g.:

    >children.pl GO:0008150 process.ontology

    Children of GO:0008150 (biological_process) : 

    GO:0000004    biological_process unknown
    GO:0016032    viral life cycle
    GO:0007582    physiological processes
    GO:0007275    development
    GO:0009987    cellular process
    GO:0008371    obsolete
    GO:0007610    behavior

AUTHORS

Gavin Sherlock, sherlock@genome.stanford.edu