Related Experiment Video
Updated: May 18, 2026

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER
Published on: June 23, 2012
SNP selection and classification of genome-wide SNP data using stratified sampling random forests
Qingyao Wu1, Yunming Ye, Yang Liu
1Department of Computer Science, Shenzhen Graduate School, Harbin Institute of Technology.
This study introduces a stratified sampling method for genome-wide association studies (GWAS) to improve random forest accuracy. The new approach efficiently selects informative single-nucleotide polymorphisms (SNPs) for complex diseases, outperforming standard methods.
Area of Science:
- Genetics
- Bioinformatics
- Machine Learning
Background:
- Genome-wide association studies (GWAS) generate high-dimensional data with many irrelevant single-nucleotide polymorphisms (SNPs).
- Standard random forest methods with default parameters may select suboptimal feature subspaces, reducing accuracy in GWAS.
- Exhaustive search for optimal parameters in random forests is computationally intensive for high-dimensional GWAS data.
Purpose of the Study:
- To propose a novel stratified sampling method for feature subspace selection in random forests for high-dimensional GWAS data.
- To enhance the accuracy and efficiency of identifying disease-associated SNPs in complex diseases.
- To provide a computationally feasible alternative to exhaustive search for optimal random forest parameters in GWAS.
Main Methods:
- Developed an equal-width discretization scheme to group SNPs based on informativeness.
- Implemented a stratified sampling procedure to select an equal number of SNPs from each group for feature subspaces.
- Applied the method to Parkinson's and Alzheimer's case-control GWAS datasets.
Main Results:
- The proposed stratified sampling method generated more accurate random forests with lower error bounds compared to standard methods.
- Demonstrated effectiveness on large-scale Parkinson's and Alzheimer's GWAS datasets.
- Identified potentially relevant genes associated with neurological disorders in the Parkinson's data.
Conclusions:
- Stratified sampling is an effective strategy for feature subspace selection in high-dimensional GWAS data.
- The method balances the need for informative SNPs with computational efficiency, improving random forest performance.
- This approach offers a promising tool for genetic association studies and biological discovery.
More Related Videos
07:35Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
03:37Generating the Transcriptional Regulation View of Transcriptomic Features for Prediction Task and Dark Biomarker Detection on Small Datasets
Published on: March 1, 2024
Related Concept Videos
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...
Single Nucleotide Polymorphisms-SNPs
Genome-wide Association Studies-GWAS
GWAS does not require the identification of the target gene involved in...
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%...
Cluster Sampling Method
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...
Sampling Plans
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...