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

NAME

obo_intersection.pl - Finds the intersection of two OBO-formatted ontologies.

DESCRIPTION

Finds the intersection ontology from my_first_ontology.obo and my_second_ontology.obo. All the common terms by ID are added to the resulting ontology. This method provides a way of comparing two ontologies. The resulting ontology gives hints about the missing and identical terms (comparison done by term ID). A closer analysis should be done to identify the differences.

AUTHOR

Erick Antezana, <erick.antezana -@- gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2006-2013 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.