Papers
Topics
Authors
Recent
Search
2000 character limit reached

An Imbalanced Dataset with Multiple Feature Representations for Studying Quality Control of Next-Generation Sequencing

Published 4 Apr 2026 in q-bio.GN, cs.LG, and cs.NE | (2604.04981v1)

Abstract: Next-generation sequencing (NGS) is a key technique for studying the DNA and RNA of organisms. However, identifying quality problems in NGS data across different experimental settings remains challenging. To develop automated quality-control tools, researchers require datasets with features that capture the characteristics of quality problems. Existing NGS repositories, however, offer only a limited number of quality-related features. To address this gap, we propose a dataset derived from 37.491 NGS samples with two types of quality-related feature representations. The first type consists of 34 features derived from quality control tools (QC-34 features). The second type has a variable number of features ranging from eight to 1.183. These features were derived from read counts in problematic genomic regions identified by the ENCODE blocklist (BL features). All features describe the same human and mouse samples from five genomic assays, allowing direct comparison of feature representations. The proposed dataset includes a binary quality label, derived from automated quality control and domain experts. Among all samples, $3.2\%$ are of low quality. Supervised machine learning algorithms accurately predicted quality labels from the features, confirming the relevance of the provided feature representations. The proposed feature representations enable researchers to study how different feature types (QC-34 vs. BL features) and granularities (varying number of BL features) affect the detection of quality problems.

Summary

  • The paper constructs a richly annotated imbalanced dataset from ENCODE to benchmark ML-driven quality control in diverse NGS assays.
  • It employs two orthogonal feature sets (QC-34 and BL) and demonstrates high classifier performance, with RNA-Seq AUC ROC exceeding 0.9.
  • The study facilitates research in feature selection, dimensionality reduction, and bias analysis, providing open-source tools for immediate application.

An Imbalanced ENCODE-Based Dataset with Multi-Granular Feature Representations for Quality Control in NGS

Introduction

The proliferation of next-generation sequencing (NGS) techniques has catalyzed advances in genomics, but the downstream utility of these data critically depends on rigorous quality control (QC). The complexity and volume of NGS experiments introduce heterogeneous sources of noise and systematic error, rendering manual QC infeasible at scale. Existing genomic consortia such as ENCODE provide quality labels and some metrics, but the curation, normalization, and tabularization of features suitable for robust machine learning remains insufficient, impeding the development and benchmarking of automated QC solutions.

The paper "An Imbalanced Dataset with Multiple Feature Representations for Studying Quality Control of Next-Generation Sequencing" (2604.04981) systematically addresses this gap by constructing and validating a large-scale, richly annotated tabular dataset derived from 37,491 human and mouse NGS samples in ENCODE. This resource is explicitly structured for ML-driven QC, offering two orthogonal feature representations and detailed metadata to facilitate multi-dimensional benchmarking.

Dataset Generation and Feature Construction

The authors curated all released and revoked human and mouse NGS samples (covering ChIP-Seq, RNA-Seq, DNase-Seq, and eCLIP assays) from ENCODE, filtering for unequivocal QC labeling and excluding ambiguous or archived data. The final dataset maintains the original experimental and biological diversity, with an overall 3.2% prevalence of revoked (low-quality) samples.

The feature generation pipeline is depicted as follows: Figure 1

Figure 1: Overview of the data and feature generation workflow, illustrating data acquisition, QC labeling, alignment, and computation of both QC-34 and BL features.

Two main classes of features are available:

  • QC-34: Thirty-four interpretable metrics synthesized from established QC and bioinformatics tools, partitioned into RAW (ordinal outcomes from FastQC flags), MAP (Bowtie 2-based mapping statistics), TSS (read density around transcription start sites), and LOC (distribution across genome functional elements). The distributions and relationships of these features are elaborated as: Figure 2

    Figure 2: Empirical distributions of RAW features (ordinal) and MAP, TSS, and LOC features (numeric, log-scale) provide insights into data heterogeneity and potential for discriminative modeling.

  • BL (Blocklist): Features enumerating the number of reads in merged blocklisted regions identified via ENCODE blacklist annotations. The authors devised a unified human-mouse blocklist via cross-species mapping (liftOver) and implemented an alignment ratio threshold for inclusion, controlling feature dimensionality between 8 and 1,183 and enabling analyses spanning varying biological orthology and curse-of-dimensionality regimes.

The growth trajectory in BL feature set cardinality as the alignment ratio is relaxed is visualized below: Figure 3

Figure 3: Relationship between alignment ratio stringency and the number of BL features; low stringency admits additional, species-specific problematic regions.

Technical Validation and Supervised Benchmarks

Extensive validation is performed on both the label and feature quality:

  • External Label Validation: Released/revoked ENCODE sample labels are shown to be largely concordant with major Cistrome-derived quality metrics (e.g., FRiP, FastQC, Peaks Union DHS Ratio). Statistical analysis using median comparisons and Mann-Whitney U-tests confirms that three out of five metrics significantly separate the two groups, supporting the biological validity of the provided QC labels.
  • Machine Learning Feature Validation: Four standard classifiers (LR, RF, GB, NN) are trained to distinguish revoked samples using both QC-34 and multiple BL feature subsets. The performance, measured via AUC ROC, is stratified by assay and depicted as follows: Figure 4

    Figure 4: Classifier performance (AUC ROC) across assays for QC-34 and BL feature sets of increasing dimensionality, highlighting optimal regimes and assay-specific trends.

Among notable findings:

  • For ChIP-Seq and DNase-Seq, RF, GB, and NN achieve AUC ROC > 0.7 across almost all BL feature subsets and QC-34.
  • In RNA-Seq, AUC ROC exceeds 0.9 for QC-34 and also for selected BL feature regimes, emphasizing the strong discriminatory power for transcriptomic QC.
  • Classifier performance generally saturates when the BL feature set grows beyond ~200 features, empirically demonstrating the practical onset of the curse of dimensionality and redundancy—especially relevant for high-dimensional anomaly detection tasks.
  • For eCLIP assays, all approaches exhibit lower and more unstable performance, signifying assay-specific QC challenges and suggesting the need for further feature engineering or context-aware modeling.

Spectrum of Use Cases and Implications

The dataset's multi-representational design makes it highly amenable to several research directions:

  • Benchmarking Feature Selection and Dimensionality Reduction: Because BL feature sets are nested, this resource supports systematic evaluation of biological and statistical feature selection algorithms, including hybrid and multi-view learning strategies, within a controlled biological context.
  • Algorithm Robustness and Generalization: Stratified assays and detailed metadata facilitate the evaluation of cross-assay generalization, batch effects, and robustness to label noise, critical in biomedical ML applications.
  • Curse of Dimensionality Studies: Variable BL granularity allows controlled investigations into model performance trade-offs, regularization, and outlier/anomaly detection strategies in high-dimensional bioinformatics, as shown by the performance plateauing beyond 200 features.
  • Bias and Demographic Analysis: Associated metadata on donor demographics and experiment structure underpin fairness and bias analyses, though users are cautioned regarding representativeness limitations, especially regarding ethnic diversity.

The ready availability of Python and R code, as well as tabular CSVs and metadata on Zenodo, further facilitates direct adoption for benchmarking, model development, or integration into larger multi-omic studies.

Limitations and Directions for AI-Driven Genomics

The authors note several caveats. Demographic imbalances inherent to the original ENCODE depositions may bias downstream AI models. QC labels—though externally validated and augmented by expert curation—remain imperfect, especially for "released" class samples. Certain NGS modalities (e.g. single-cell RNA-Seq) are not yet covered, and periodic dataset updates are planned to address shifts in labeling or assay representation.

From a future AI perspective, this dataset provides not only a gold standard for developing ensemble and deep learning-based QC pipelines, but also a reference for transfer learning, active learning, and outlier detection research in genomics. The nested, orthogonal feature construction enables modularity in representation learning and the testing of semi-supervised and unsupervised anomaly detection under realistic class imbalance scenarios.

Conclusion

This work establishes a robust, scalable, and deeply annotated resource for machine learning-driven quality control of NGS data, bridging multiple representation paradigms and providing rigorous external validation and technical benchmarking. The focus on both technically agnostic (QC-34) and genome-informed (BL) features spanning variable dimensionalities enables a wide spectrum of algorithmic inquiries, from feature selection to robustness and fairness evaluation. The integration with public repositories and codebases ensures sustained impact and adaptability for the computational genomics and AI communities.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.