Domain similarity based orthology detection

Background: Orthologous protein detection software mostly uses pairwise comparisons of amino-acid sequences to assert whether two proteins are orthologous or not. Accordingly, when the number of sequences for comparison increases, the number of comparisons to compute grows in a quadratic order. A cu...

Verfasser: Bitard-Feildel, Tristan
Kemena, Carsten
Greenwood, Jenny M.
Bornberg-Bauer, Erich
Dokumenttypen:Artikel
Medientypen:Text
Erscheinungsdatum:2015
Publikation in MIAMI:18.06.2015
Datum der letzten Änderung:26.10.2023
Angaben zur Ausgabe:[Electronic ed.]
Quelle:BMC Bioinformatics 16 (2015) 154, 1-11
Schlagwörter:Domain; Domain similarity; Orthology; Similarity
Fachgebiet (DDC):570: Biowissenschaften; Biologie
Lizenz:CC BY 2.0
Sprache:English
Anmerkungen:Finanziert durch den Open-Access-Publikationsfonds 2015/2016 der Westfälischen Wilhelms-Universität Münster (WWU Münster).
Format:PDF-Dokument
ISSN:1471-2105
URN:urn:nbn:de:hbz:6-99229524256
Weitere Identifikatoren:DOI: 10.1186/s12859-015-0570-8
Permalink:https://nbn-resolving.de/urn:nbn:de:hbz:6-99229524256
Onlinezugriff:s12859-015-0570-8.pdf

Background: Orthologous protein detection software mostly uses pairwise comparisons of amino-acid sequences to assert whether two proteins are orthologous or not. Accordingly, when the number of sequences for comparison increases, the number of comparisons to compute grows in a quadratic order. A current challenge of bioinformatic research, especially when taking into account the increasing number of sequenced organisms available, is to make this ever-growing number of comparisons computationally feasible in a reasonable amount of time. We propose to speed up the detection of orthologous proteins by using strings of domains to characterize the proteins. Results: We present two new protein similarity measures, a cosine and a maximal weight matching score based on domain content similarity, and new software, named porthoDom. The qualities of the cosine and the maximal weight matching similarity measures are compared against curated datasets. The measures show that domain content similarities are able to correctly group proteins into their families. Accordingly, the cosine similarity measure is used inside porthoDom, the wrapper developed for proteinortho. porthoDom makes use of domain content similarity measures to group proteins together before searching for orthologs. By using domains instead of amino acid sequences, the reduction of the search space decreases the computational complexity of an all-against-all sequence comparison. Conclusion: We demonstrate that representing and comparing proteins as strings of discrete domains, i.e. as a concatenation of their unique identifiers, allows a drastic simplification of search space. porthoDom has the advantage of speeding up orthology detection while maintaining a degree of accuracy similar to proteinortho. The implementation of porthoDom is released using python and C++ languages and is available under the GNU GPL licence 3 at http://www.bornberglab.org/pages/porthoda.