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

Evolutionary Relationships through Genome Comparisons02:54

Evolutionary Relationships through Genome Comparisons

7.3K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
7.3K
Sanger Sequencing01:57

Sanger Sequencing

781.3K
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...
781.3K

You might also read

Related Articles

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

Sort by
Same author

Gene and cell line efficiency of CRISPR computed by tensor decomposition in genome-wide CRISPR-Cas9 knockout screens.

Scientific reports·2026
Same author

RHO GTPase by L1 GABAergic neurons in frontal cortex and L6 glutamatergic neurons in prefrontal cortex differentiates states of unconsciousness.

Scientific reports·2025
Same author

Novel AI-powered computational method using tensor decomposition for identification of common optimal bin sizes when integrating multiple Hi-C datasets.

Scientific reports·2025
Same author

Novel artificial intelligence-based identification of drug-gene-disease interaction using protein-protein interaction.

BMC bioinformatics·2024
Same author

Novel large empirical study of deep transfer learning for COVID-19 classification based on CT and X-ray images.

Scientific reports·2024
Same author

A novel interpretable deep transfer learning combining diverse learnable parameters for improved T2D prediction based on single-cell gene regulatory networks.

Scientific reports·2024
Same journal

Tissue identity is the dominant determinant of cross-species transferability of a porcine developmental programme.

BMC genomics·2026
Same journal

Characterization of mitochondrial genomes from three medicinal species of rutaceae and comparative analysis within the family: insights into evolution.

BMC genomics·2026
Same journal

Comparative genomic analysis of Herbaspirillum strains associated with banana sheath rot reveals potential virulence factors.

BMC genomics·2026
Same journal

Transposable element disruption of a second thyroglobulin-like gene confers Vip3Aa resistance in Helicoverpa armigera.

BMC genomics·2026
Same journal

Molecular ontogeny of Bemisia tabaci life stages reveals miRNA-governed development and egg-stalk support for early embryogenesis.

BMC genomics·2026
Same journal

Genome-wide characterization of the accessible chromatin regions in chickpea.

BMC genomics·2026
See all related articles

Related Experiment Video

Updated: Apr 20, 2026

Targeted DNA Methylation Analysis by Next-generation Sequencing
08:38

Targeted DNA Methylation Analysis by Next-generation Sequencing

Published on: February 24, 2015

38.3K

MaxSSmap: a GPU program for mapping divergent short reads to genomes with the maximum scoring subsequence.

Turki Turki1, Usman Roshan

  • 1Computer Science Department, King Abdulaziz University, P,O, Box 80221 Jeddah, Saudi Arabia. tturki@kau.edu.sa.

BMC Genomics
|November 16, 2014
PubMed
Summary
This summary is machine-generated.

MaxSSmap offers accurate genome read mapping comparable to Smith-Waterman but significantly faster. This GPU-accelerated tool effectively maps reads with mismatches and gaps, outperforming other methods for challenging genomic datasets.

More Related Videos

Novel Sequence Discovery by Subtractive Genomics
09:40

Novel Sequence Discovery by Subtractive Genomics

Published on: January 25, 2019

9.3K
Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease
09:34

Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease

Published on: April 4, 2018

35.1K

Related Experiment Videos

Last Updated: Apr 20, 2026

Targeted DNA Methylation Analysis by Next-generation Sequencing
08:38

Targeted DNA Methylation Analysis by Next-generation Sequencing

Published on: February 24, 2015

38.3K
Novel Sequence Discovery by Subtractive Genomics
09:40

Novel Sequence Discovery by Subtractive Genomics

Published on: January 25, 2019

9.3K
Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease
09:34

Targeted Next-generation Sequencing and Bioinformatics Pipeline to Evaluate Genetic Determinants of Constitutional Disease

Published on: April 4, 2018

35.1K

Area of Science:

  • Genomics
  • Bioinformatics
  • Computational Biology

Background:

  • Traditional genome mapping tools (hash tables, Burrows-Wheeler) are fast but lack accuracy with sequence variations like mismatches and gaps.
  • Accurate alignment algorithms like Smith-Waterman are slow, requiring days for large datasets, hindering efficient genomic analysis.

Purpose of the Study:

  • To develop a GPU-accelerated program, MaxSSmap, for high-accuracy genome read mapping.
  • To achieve Smith-Waterman level accuracy with significantly reduced computational runtime.

Main Methods:

  • MaxSSmap employs a GPU-based approach to calculate maximum scoring subsequence scores between reads and disjoint genome fragments in parallel.
  • The highest scoring fragment is selected for precise, exact alignment, bypassing traditional hash table or Burrows-Wheeler methods for initial read localization.

Main Results:

  • MaxSSmap demonstrates accuracy comparable to Smith-Waterman with substantially lower runtimes across simulated and real genomic datasets.
  • The program effectively maps reads with 10-30% mismatches and gaps, including those rejected by BWA and NextGenMap.
  • Evaluations on E.coli and human chromosome one reads, as well as ancient DNA and NA12878 data, confirm MaxSSmap's performance.

Conclusions:

  • MaxSSmap provides a highly accurate and efficient solution for genome read mapping, especially for challenging sequences with variations.
  • The tool significantly outperforms existing methods like BWA and NextGenMap in accuracy and speed for specific mapping tasks.
  • MaxSSmap's source code is publicly available, facilitating further research and application in bioinformatics.