Cargando…

Novel approach for parallelizing pairwise comparison problems as applied to detecting segments identical by decent in whole-genome data

MOTIVATION: Pairwise comparison problems arise in many areas of science. In genomics, datasets are already large and getting larger, and so operations that require pairwise comparisons—either on pairs of SNPs or pairs of individuals—are extremely computationally challenging. We propose a generic alg...

Descripción completa

Detalles Bibliográficos
Autores principales: Sapin, Emmanuel, Keller, Matthew C
Formato: Online Artículo Texto
Lenguaje:English
Publicado: Oxford University Press 2021
Materias:
Acceso en línea:https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8352502/
https://www.ncbi.nlm.nih.gov/pubmed/33705528
http://dx.doi.org/10.1093/bioinformatics/btab084
Descripción
Sumario:MOTIVATION: Pairwise comparison problems arise in many areas of science. In genomics, datasets are already large and getting larger, and so operations that require pairwise comparisons—either on pairs of SNPs or pairs of individuals—are extremely computationally challenging. We propose a generic algorithm for addressing pairwise comparison problems that breaks a large problem (of order n(2) comparisons) into multiple smaller ones (each of order n comparisons), allowing for massive parallelization. RESULTS: We demonstrated that this approach is very efficient for calling identical by descent (IBD) segments between all pairs of individuals in the UK Biobank dataset, with a 250-fold savings in time and 750-fold savings in memory over the standard approach to detecting such segments across the full dataset. This efficiency should extend to other methods of IBD calling and, more generally, to other pairwise comparison tasks in genomics or other areas of science. AVAILABILITY AND IMPLEMENTATION: A GitHub page is available at https://github.com/emmanuelsapin with the code to generate data needed for the implementation