Related Experiment Video
Updated: Feb 7, 2026

09:52
A Training and Testing System for Performing Vascular Reconstruction In Vitro
Published on: October 26, 2019
8.4K
FaST-LMM for Two-Way Epistasis Tests on High-Performance Clusters.
Héctor Martínez1, Sergio Barrachina1, Maribel Castillo1
11 Department of Computer Science and Engineering, Jaume I University , Castellón, Spain .
Summary
We optimized the Fast Linear Mixed Models (FaST-LMM) software for parallel processing. This enhanced version achieves near-linear speedup on multi-processor clusters, maintaining statistical accuracy for genetic analysis.
Area of Science:
- Computational Biology
- Statistical Genetics
- High-Performance Computing
Background:
- The epistasis test in FaST-LMM is crucial for detecting gene-gene interactions in genetic studies.
- Scalability of computational methods is essential for analyzing large genomic datasets.
- Previous implementations of FaST-LMM were limited to single-node processing.
Purpose of the Study:
- To develop a parallelized version of the FaST-LMM epistasis test for multi-processor clusters.
- To enhance the computational efficiency and scalability of FaST-LMM for large-scale genetic analyses.
- To maintain the statistical sensitivity of the original FaST-LMM while improving performance.
Main Methods:
- Implementation of a message passing interface (MPI)-based distributed version of FaST-LMM.
- Development of a multi-graphics processing unit (GPU) module to leverage parallel processing capabilities.
- Optimization of workload distribution across multiple nodes and GPUs for balanced computation.
Main Results:
- The new parallelized FaST-LMM achieves near-linear acceleration on 12-16 node clusters.
- Performance improvements are significant compared to earlier single-node implementations.
- The software maintains the high sensitivity of the original FaST-LMM for epistasis detection.
Conclusions:
- The parallelized FaST-LMM software offers a scalable and efficient solution for epistasis testing in large datasets.
- This advancement enables faster and more comprehensive genetic association studies.
- The optimized implementation facilitates the analysis of complex genetic architectures.
Related Concept Videos
Epistasis
50.2K
In addition to multiple alleles at the same locus influencing traits, numerous genes or alleles at different locations may interact and influence phenotypes in a phenomenon called epistasis. For example, rabbit fur can be black or brown depending on whether the animal is homozygous dominant or heterozygous at a TYRP1 locus. However, if the rabbit is also homozygous recessive at a locus on the tyrosinase gene (TYR), it will have an unshaded coat that appears white, regardless of its TYRP1...
50.2K
Epistasis Analysis
5.8K
Although Mendel chose seven unrelated traits in peas to study gene segregation, most traits involve multiple gene interactions that create a spectrum of phenotypes. When the interaction of various genes or alleles at different locations influences a phenotype, this is called epistasis. Epistasis often involves one gene masking or interfering with the expression of another (antagonistic epistasis). Epistasis often occurs when different genes are part of the same biochemical pathway. The...
5.8K
Cluster Sampling Method
14.8K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
14.8K
Vesicular Tubular Clusters
3.2K
After budding out from the ER membrane, some COPII vesicles lose their coat and fuse with one another to form larger vesicles and interconnected tubules called vesicular tubular clusters or VTCs. These clusters constitute a compartment at the ER-Golgi interface known as ERGIC (Endoplasmic Reticulum Golgi Intermediate Compartment). The ERGIC is a mobile membrane-bound cargo transport system that sorts proteins secreted from ER and delivers them to the Golgi.
With the help of motor proteins such...
With the help of motor proteins such...
3.2K
Fast Fourier Transform
957
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
957
Fast Decoupled and DC Powerflow
760
The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
760

