Related Experiment Video
Updated: Apr 27, 2026

Infinium Assay for Large-scale SNP Genotyping Applications
Published on: November 19, 2013
Heterogeneous computing architecture for fast detection of SNP-SNP interactions
Davor Sluga, Tomaz Curk, Blaz Zupan
1Faculty of Computer and Information Science, University of Ljubljana, Trzaska 25, SI 1000 Ljubljana, SI, Slovenia. uros.lotric@fri.uni-lj.si.
Accelerating gene-gene interaction discovery in genome-wide association studies (GWAS) is crucial. New heterogeneous computing approaches using Graphics Processing Units (GPUs) and Many Integrated Core (MIC) architectures significantly reduce computation time for single nucleotide polymorphism (SNP) analysis.
Area of Science:
- Bioinformatics
- Computational Biology
- Genetics
Background:
- Genome-wide association studies (GWAS) generate vast datasets, presenting significant computational challenges for gene-gene interaction discovery.
- Exhaustive analysis of millions of single nucleotide polymorphisms (SNPs) can take weeks or months with traditional methods.
- Massively parallel hardware, including Graphics Processing Units (GPUs) and Many Integrated Core (MIC) coprocessors, offers potential for substantial runtime reduction.
Purpose of the Study:
- To develop and evaluate a heterogeneous, accelerated software module for SNP-SNP interaction discovery.
- To compare the performance and programming effort of GPU and Intel MIC architectures for this task.
- To integrate the accelerated module into the existing SNPsyn web-based program.
Main Methods:
- Development of a heterogeneous software module leveraging both GPU and Intel MIC architectures.
- Implementation of SNP-SNP interaction discovery algorithms on these parallel processing platforms.
- Comparative analysis of execution times and programming complexity between GPU, MIC, and single-threaded CPU implementations.
Main Results:
- The new accelerated module achieved an order of magnitude reduction in execution time compared to the single-threaded CPU version.
- GPU implementation (Nvidia Tesla K20) demonstrated twice the performance of the MIC architecture (Intel Xeon Phi P5110).
- GPU implementation required significantly more programming effort than the MIC architecture.
Conclusions:
- General-purpose GPUs offer mature, powerful parallel processing capabilities for computationally intensive tasks like SNP-SNP interaction discovery, though they demand greater programming investment.
- The newer MIC architecture, while less performant, offers a more accessible programming model and a versatile architecture suitable for diverse computational problems.
Related Concept Videos
Single Nucleotide Polymorphisms-SNPs
Comparing Copy Number Variations and SNPs
Copy number variations or CNVs are the structural variations that cover more than 1kb of DNA sequence. The single nucleotide polymorphism (SNP), on the other hand, is a single nucleotide change or a point mutation that is found in more than 1%...
Genome-wide Association Studies-GWAS
GWAS does not require the identification of the target gene involved in...

