Related Experiment Video
Updated: Jan 28, 2026

11:22
Assessment of Calcium Sparks in Intact Skeletal Muscle Fibers
Published on: February 24, 2014
15.8K
SpaRC: scalable sequence clustering using Apache Spark
Lizhen Shi1, Xiandong Meng2,3, Elizabeth Tseng4
1Department of Computer Science, School of Computer Science, Florida State University, Tallahassee, FL, USA.
Bioinformatics (Oxford, England)
|March 1, 2019
Summary
A new Apache Spark-based tool, SparkReadClust (SpaRC), efficiently clusters massive next-generation sequencing data. This scalable solution optimizes sequence assembly accuracy for transcriptomics and metagenomics without sacrificing performance.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Next-generation sequencing (NGS) studies generate vast amounts of data (100-1000 GB).
- Assembling large-scale transcriptomic and metagenomic datasets presents a challenge, requiring a balance between scalability and accuracy.
- Existing assembly methods often compromise accuracy for scalability, or vice versa.
Purpose of the Study:
- To develop a scalable application for partitioning NGS reads based on their molecule of origin.
- To enable downstream assembly optimization for large-scale transcriptomics and metagenomics data.
- To provide a solution that balances scalability and accuracy in sequence data assembly.
Main Methods:
- Developed an Apache Spark-based scalable sequence clustering application named SparkReadClust (SpaRC).
- SpaRC partitions sequencing reads to facilitate optimized downstream assembly.
- The application was tested on both short and long read sequencing technologies for transcriptomes and metagenomes.
Main Results:
- SpaRC demonstrated high clustering performance on diverse NGS datasets.
- The application achieved near-linear scalability with increasing data size and compute nodes.
- SpaRC performed comparably on cloud computing and High-Performance Computing (HPC) environments.
Conclusions:
- SpaRC offers a scalable solution for clustering billions of reads from NGS experiments.
- Apache Spark provides a cost-effective platform for rapid development and deployment of large-scale sequence data analysis tools.
- The developed tool addresses the critical need for accurate and scalable assembly of complex genomic datasets.
Related Concept Videos
Cluster Sampling Method
14.5K
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.5K
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
Cis-regulatory Sequences
11.8K
Cis-regulatory sequences are short fragments of non-coding DNA that are present on the same chromosomes as the genes that they regulate. These fragments serve as binding sites for transcriptional regulators, proteins that are responsible for controlling gene transcription and differential gene expression across cell types in eukaryotes. Cis-regulatory sequences can be close to the gene of interest or thousands of bases away in the DNA sequence; however, those sequences that are further away are...
11.8K
Sequences
270
Sequences are fundamental mathematical objects consisting of ordered lists of numbers that follow a specific rule or pattern. Sequences are critical in various mathematical concepts, including calculus, series, and number theory. They can model real-world phenomena such as population growth, financial investments, and physical processes like the diminishing height of a bouncing ball.Each number in a sequence is referred to as a term. Typically, the terms are denoted as a1, a2, a3,…, where...
270
Sanger Sequencing
774.4K
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
774.4K
Arithmetic Sequences
234
An arithmetic sequence is a structured arrangement of numbers where each term is derived by adding a constant value, known as the common difference, to the previous term. This consistent pattern allows for the efficient computation of any term within the sequence as well as the cumulative sum of multiple terms. The formula for finding the nth term of an arithmetic sequence is:Here, aₙ represents the nth term of the sequence, a is the first term, d is the common difference, and n is the...
234

