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

Long-patch Base Excision Repair01:02

Long-patch Base Excision Repair

6.3K
Since the discovery of the two BER pathways, there has been a debate about how a cell chooses one pathway over the other and the factors determining this selection. Numerous in vitro experiments have pointed out multiple determinants for the sub-pathway selection. These are:
6.3K

You might also read

Related Articles

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

Sort by
Same author

Transcriptional feedback targeting Wnt pathway components reveals hidden heterogeneity in C. elegans seam cell lineages.

Genetics·2026
Same author

Scaling up Bayesian population phylogenomics through virtual dimension reduction.

Nature communications·2026
Same author

Genetic affinities between the ancient Greek colony of Amvrakia and its metropolis.

Genome biology·2026
Same author

A systematic exploration of current limitations of cognate-based phylogenetic inference.

Open research Europe·2026
Same author

Bit-reproducible parallel phylogenetic tree inference.

Bioinformatics (Oxford, England)·2026
Same author

Performance assessment of phylogenetic inference tools using PhyloSmew.

Bioinformatics advances·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 2, 2026

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

16.5K

libgapmis: extending short-read alignments.

Nikolaos Alachiotis, Simon Berger, Tomáš Flouri

    BMC Bioinformatics
    |February 26, 2014
    PubMed
    Summary
    This summary is machine-generated.

    We introduce libgapmis, a new library for short-read alignment that efficiently handles gaps. It offers CPU, SSE, and GPU implementations, significantly accelerating computations for genomic analysis.

    More Related Videos

    RNA Next-Generation Sequencing and a Bioinformatics Pipeline to Identify Expressed LINE-1s at the Locus-Specific Level
    11:04

    RNA Next-Generation Sequencing and a Bioinformatics Pipeline to Identify Expressed LINE-1s at the Locus-Specific Level

    Published on: May 19, 2019

    11.2K
    Amplification, Next-generation Sequencing, and Genomic DNA Mapping of Retroviral Integration Sites
    09:31

    Amplification, Next-generation Sequencing, and Genomic DNA Mapping of Retroviral Integration Sites

    Published on: March 22, 2016

    17.3K

    Related Experiment Videos

    Last Updated: May 2, 2026

    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

    16.5K
    RNA Next-Generation Sequencing and a Bioinformatics Pipeline to Identify Expressed LINE-1s at the Locus-Specific Level
    11:04

    RNA Next-Generation Sequencing and a Bioinformatics Pipeline to Identify Expressed LINE-1s at the Locus-Specific Level

    Published on: May 19, 2019

    11.2K
    Amplification, Next-generation Sequencing, and Genomic DNA Mapping of Retroviral Integration Sites
    09:31

    Amplification, Next-generation Sequencing, and Genomic DNA Mapping of Retroviral Integration Sites

    Published on: March 22, 2016

    17.3K

    Area of Science:

    • Bioinformatics
    • Computational Biology
    • Genomics

    Background:

    • Short-read alignment is crucial for mapping DNA sequences to reference genomes.
    • Existing alignment tools often struggle with accurately handling gaps in reads.
    • The seed-and-extend strategy is common, but extending alignments with gaps remains a challenge.

    Purpose of the Study:

    • To develop an efficient library for extending pairwise short-read alignments, specifically addressing the challenge of gap handling.
    • To provide optimized implementations for accelerated alignment computations.
    • To offer flexibility in managing gaps within read alignments.

    Main Methods:

    • Developed libgapmis, a library based on a modified dynamic programming algorithm for sequence alignment.
    • Implemented CPU, SSE, and GPU-accelerated versions of the alignment extension algorithm.
    • Enabled user-defined read fragmentation for flexible gap management.

    Main Results:

    • libgapmis CPU version accelerates computations 20x compared to existing programs.
    • SSE and GPU implementations offer further speedups of 6x and 11x over the CPU version, respectively.
    • The library allows for variable, bounded numbers of gaps in alignments.

    Conclusions:

    • libgapmis is a superior and more efficient tool for extending short-read alignments compared to existing methods.
    • The library's functions can be easily integrated into existing short-read alignment pipelines.
    • Open-source code is available for broader adoption and use in genomic research.