Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

RNA-seq03:21

RNA-seq

9.7K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases. 
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
9.7K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Synergistic engineering of CasΓ nuclease for robust genome editing.

Journal of integrative plant biologyĀ·2026
Same author

Global prevalence and associated risk factors of work-related musculoskeletal disorders among steelworkers: a systematic review and meta-analysis.

Frontiers in public healthĀ·2026
Same author

SpaBalance: Balanced Learning for Efficient Spatial Multi-Omics Decoding.

Advanced science (Weinheim, Baden-Wurttemberg, Germany)Ā·2025
Same author

Weakly space-confined all-inorganic perovskites for light-emitting diodes.

NatureĀ·2025
Same author

Atomic-Scale Insights into Flexoelectricity and the Enhanced Photovoltaic Effect at the Grain Boundary in Halide Perovskites.

Nano lettersĀ·2025
Same author

GCPNet: An interpretable Generic Crystal Pattern graph neural Network for predicting material properties.

Neural networks : the official journal of the International Neural Network SocietyĀ·2025
Same journal

OpenIMC: an open-source platform for analyzing single-cell and spatial proteomics by imaging mass cytometry.

BMC bioinformaticsĀ·2026
Same journal

NAP: an open source pipeline for cross-domain microbiome profiling using Nanopore sequencing-derived amplicon data.

BMC bioinformaticsĀ·2026
Same journal

SurvGME: an R package for survival analysis with graphical and measurement error models.

BMC bioinformaticsĀ·2026
Same journal

SimMapNet: a Bayesian framework for gene regulatory network inference using gene ontology similarities as external hint.

BMC bioinformaticsĀ·2026
Same journal

Dual channel drug-drug interactions extraction based on cross attention.

BMC bioinformaticsĀ·2026
Same journal

FeSseqdb: a curated sequence-level database and interpretable machine learning framework for identifying iron-sulfur proteins.

BMC bioinformaticsĀ·2026
See all related articles

Related Experiment Video

Updated: May 9, 2025

Ultra-long Read Sequencing for Whole Genomic DNA Analysis
10:34

Ultra-long Read Sequencing for Whole Genomic DNA Analysis

Published on: March 15, 2019

22.6K

Fast noisy long read alignment with multi-level parallelism.

Zeyu Xia1, Canqun Yang1,2,3, Chenchen Peng1

  • 1College of Computer Science and Technology, National University of Defense Technology, 410073, Changsha, China.

BMC Bioinformatics
|May 2, 2025
PubMed
Summary
This summary is machine-generated.

ParaHAT is a new parallel alignment algorithm designed for noisy long reads from Single Molecule Real-Time (SMRT) sequencing. It significantly speeds up data analysis by overcoming single CPU limitations.

Keywords:
Heterogeneous parallelizationMPIParallel processingSMRTSequence alignmentVector-level parallelization

More Related Videos

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER
14:06

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER

Published on: June 23, 2012

15.1K
G2-seq: A High Throughput Sequencing-based Technique for Identifying Late Replicating Regions of the Genome
06:40

G2-seq: A High Throughput Sequencing-based Technique for Identifying Late Replicating Regions of the Genome

Published on: March 22, 2018

5.7K

Related Experiment Videos

Last Updated: May 9, 2025

Ultra-long Read Sequencing for Whole Genomic DNA Analysis
10:34

Ultra-long Read Sequencing for Whole Genomic DNA Analysis

Published on: March 15, 2019

22.6K
Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER
14:06

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER

Published on: June 23, 2012

15.1K
G2-seq: A High Throughput Sequencing-based Technique for Identifying Late Replicating Regions of the Genome
06:40

G2-seq: A High Throughput Sequencing-based Technique for Identifying Late Replicating Regions of the Genome

Published on: March 22, 2018

5.7K

Area of Science:

  • Genomics
  • Bioinformatics
  • Computational Biology

Background:

  • Second-generation sequencing has limitations like short read lengths and PCR biases.
  • Single Molecule Real-Time (SMRT) sequencing offers longer reads but generates large data volumes and has high error rates.
  • Existing alignment tools struggle with SMRT data due to read length, error rates, and single CPU performance bottlenecks.

Purpose of the Study:

  • To develop an efficient parallel alignment algorithm for noisy long reads generated by SMRT sequencing.
  • To address the computational challenges posed by increased data volume and error rates in SMRT data.
  • To overcome the performance limitations of single CPUs for sequence alignment.

Main Methods:

  • Introduction of ParaHAT, a parallel alignment algorithm incorporating vector-level, thread-level, process-level, and heterogeneous parallelism.
  • Redesign of dynamic programming matrices to eliminate data dependency, enabling effective vectorization for base-level alignment.
  • Implementation using Message Passing Interface (MPI) for multi-node computing and heterogeneous parallel technology for enhanced speed.

Main Results:

  • ParaHAT achieves a 10.03x speedup in base-level alignment compared to existing methods.
  • Demonstrates high parallel acceleration ratio (94.61%) and weak scalability (98.98%) on 128 nodes.
  • Effectively handles noisy long reads and overcomes computational limits of single-node processing.

Conclusions:

  • ParaHAT provides a scalable and efficient solution for aligning noisy long reads from SMRT sequencing.
  • The parallel architecture significantly enhances alignment speed and throughput.
  • ParaHAT overcomes key computational bottlenecks, making SMRT data analysis more feasible.