NAME
get_lowest_common_ancestor.pl - the lowest common ancestor (LCA) of two terms in a given OBO ontology.
DESCRIPTION
Gets the lowest common ancestor (LCA) of two terms in a given OBO-formatted ontology. This script is generally used with taxonomies (e.g. NCBI taxonomy). This version only gets the LCA computed through the 'is_a' relationship type. Also, it assumes that there is only one root term in the ontology.
AUTHOR
Erick Antezana, <erick.antezana -@- gmail.com>
COPYRIGHT AND LICENSE
Copyright (c) 2006-2014 by Erick Antezana
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.