Related Experiment Video
Updated: Nov 13, 2025

Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
ExperimentSubset: an R package to manage subsets of Bioconductor Experiment objects.
Irzam Sarfraz1, Muhammad Asif1, Joshua D Campbell2
1Department of Computer Science, National Textile University, Faisalabad 37610, Pakistan.
The ExperimentSubset R package efficiently manages subsets of genomic data, improving storage and analysis. This new container maintains data provenance and reduces memory usage for high-throughput sequencing data.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Genomic data analysis often requires subsetting large matrices for downstream methods.
- Existing R objects like SummarizedExperiment can be inefficient for subsetting, creating duplicate data and losing provenance.
- Subsetting is crucial for tasks like excluding low-quality samples or selecting variable features.
Purpose of the Study:
- To develop an R package for efficient storage and retrieval of subsetted genomic assays.
- To address challenges of data duplication and provenance tracking in genomic data analysis.
- To provide a flexible container for managing subsets of high-throughput genomic data.
Main Methods:
- Developed the ExperimentSubset R package with specialized classes for subsetted assays.
- Implemented inherent data provenance by maintaining relationships between subsetted and parent assays.
- Demonstrated utility using a single-cell RNA-sequencing dataset.
Main Results:
- ExperimentSubset enables efficient storage and streamlined retrieval of row/column subsetted assays.
- The package maintains data provenance, linking subsets to their original data.
- Utilizing ExperimentSubset on a single-cell RNA-seq dataset resulted in a lower memory footprint.
Conclusions:
- ExperimentSubset offers a flexible and memory-efficient solution for managing subsets of genomic data.
- The package enhances data provenance, crucial for reproducible research in genomics.
- This tool streamlines common computational tasks in high-throughput data analysis workflows.
Related Concept Videos
Introduction to R
Data Collection by Experiments
An example of the experimental method is a public...
Biostatistics: Overview
Discrete variables are...
Statistical Software for Data Analysis and Clinical Trials
Comparing the Survival Analysis of Two or More Groups
Randomized Experiments
Simple randomization
Simple...

