Ontology highlight
ABSTRACT: Motivation
Identifying orthologous genes in multiple genomes is a fundamental task in comparative genomics. Construction of intergenomic symmetrical best matches (SymBets) and joining them into clusters is a popular method of ortholog definition, embodied in several software programs. Despite their wide use, the computational complexity of these programs has not been thoroughly examined.Results
In this work, we show that in the standard approach of iteration through all triangles of SymBets, the memory scales with at least the number of these triangles, O(g(3)) (where g = number of genomes), and construction time scales with the iteration through each pair, i.e. O(g(6)). We propose the EdgeSearch algorithm that iterates over edges in the SymBet graph rather than triangles of SymBets, and as a result has a worst-case complexity of only O(g(3)log g). Several optimizations reduce the run-time even further in realistically sparse graphs. In two real-world datasets of genomes from bacteriophages (POGs) and Mollicutes (MOGs), an implementation of the EdgeSearch algorithm runs about an order of magnitude faster than the original algorithm and scales much better with increasing number of genomes, with only minor differences in the final results, and up to 60 times faster than the popular OrthoMCL program with a 90% overlap between the identified groups of orthologs.Availability and implementation
C++ source code freely available for download at ftp.ncbi.nih.gov/pub/wolf/COGs/COGsoft/.Supplementary information
Supplementary materials are available at Bioinformatics online.
SUBMITTER: Kristensen DM
PROVIDER: S-EPMC2881409 | biostudies-literature | 2010 Jun
REPOSITORIES: biostudies-literature
Kristensen David M DM Kannan Lavanya L Coleman Michael K MK Wolf Yuri I YI Sorokin Alexander A Koonin Eugene V EV Mushegian Arcady A
Bioinformatics (Oxford, England) 20100502 12
<h4>Motivation</h4>Identifying orthologous genes in multiple genomes is a fundamental task in comparative genomics. Construction of intergenomic symmetrical best matches (SymBets) and joining them into clusters is a popular method of ortholog definition, embodied in several software programs. Despite their wide use, the computational complexity of these programs has not been thoroughly examined.<h4>Results</h4>In this work, we show that in the standard approach of iteration through all triangles ...[more]