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

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:
Methods of Documentation V: CBE01:23

Methods of Documentation V: CBE

Charting by Exception, or CBE, is a method of documentation used in healthcare, particularly in nursing, that focuses on documenting only significant or abnormal findings rather than recording every detail. This approach aims to streamline the documentation process, improve efficiency, and ensure that healthcare providers can quickly identify deviations from normalcy in patient assessments.
In CBE, healthcare professionals establish predefined standards of practice that define what constitutes...
Methods of Documentation VII: EMR01:30

Methods of Documentation VII: EMR

Electronic Medical Records (EMRs) primarily center around electronically documenting patients' health information within a single healthcare organization or practice. They contain essential clinical data related to a patient's medical history, diagnoses, medications, treatment plans, lab results, and other pertinent information relevant to the specific encounter or episode of care. EMRs are designed to streamline documentation and workflow processes within individual healthcare settings,...

You might also read

Related Articles

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

Sort by
Same author

Primer Design through Submodular Function Estimation.

Bioinformatics (Oxford, England)·2026
Same author

Accelerating String Comparison in RLZ Compressed Sequences via LCE Jumps.

bioRxiv : the preprint server for biology·2026
Same author

Building genomic data structures from compressed representations using prefix-free parsing.

Genome research·2026
Same author

Faster run-length compressed suffix arrays.

Oasics : openaccess series in informatics·2026
Same author

Scalable and comprehensive mosaic variant calling using DRAGEN.

medRxiv : the preprint server for health sciences·2026
Same author

RAmpSim: A Thermodynamic Simulator for Hybridization Capture in Metagenomic Sequencing.

bioRxiv : the preprint server for biology·2025
Same journal

A simple grammar-based index for finding approximately longest common substrings.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2025
Same journal

Prefix-free parsing for merging big BWTs.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2025
Same journal

KeBaB: <i>k</i>-mer based breaking for finding long MEMs.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2025
Same journal

Data Structures for SMEM-Finding in the PBWT.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2024
Same journal

Space-time Trade-offs for the LCP Array of Wheeler DFAs.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2024
Same journal

KATKA: A KRAKEN-like tool with <math></math> given at query time.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2024
See all related articles

Related Experiment Video

Updated: Jun 19, 2026

Guidelines and Experience Using Imaging Biomarker Explorer IBEX for Radiomics
10:17

Guidelines and Experience Using Imaging Biomarker Explorer IBEX for Radiomics

Published on: January 8, 2018

13.2K

r-indexing the eBWT.

Christina Boucher1, Davide Cenzato2, Zsuzsanna Lipták2

  • 1Dept of Computer and Information Science and Engineering, University of Florida.

International Symposium on String Processing and Information Retrieval : SPIRE ... : Proceedings. SPIRE (Symposium)
|May 14, 2024
PubMed
Summary
This summary is machine-generated.

This study presents an efficient r-indexing method for the extended Burrows Wheeler Transform (eBWT) using Prefix Free Parsing. This approach enables faster construction of compressed eBWT representations and efficient searching for maximal exact matches (MEMs).

More Related Videos

Electroencephalography Network Indices as Biomarkers of Upper Limb Impairment in Chronic Stroke
06:37

Electroencephalography Network Indices as Biomarkers of Upper Limb Impairment in Chronic Stroke

Published on: July 14, 2023

867
Author Spotlight: Advancing the Study of Brain-Heart Interplay with a Comprehensive EEGLAB Plugin for Multimodal Signal Analysis
08:22

Author Spotlight: Advancing the Study of Brain-Heart Interplay with a Comprehensive EEGLAB Plugin for Multimodal Signal Analysis

Published on: April 26, 2024

1.8K

Related Experiment Videos

Last Updated: Jun 19, 2026

Guidelines and Experience Using Imaging Biomarker Explorer IBEX for Radiomics
10:17

Guidelines and Experience Using Imaging Biomarker Explorer IBEX for Radiomics

Published on: January 8, 2018

13.2K
Electroencephalography Network Indices as Biomarkers of Upper Limb Impairment in Chronic Stroke
06:37

Electroencephalography Network Indices as Biomarkers of Upper Limb Impairment in Chronic Stroke

Published on: July 14, 2023

867
Author Spotlight: Advancing the Study of Brain-Heart Interplay with a Comprehensive EEGLAB Plugin for Multimodal Signal Analysis
08:22

Author Spotlight: Advancing the Study of Brain-Heart Interplay with a Comprehensive EEGLAB Plugin for Multimodal Signal Analysis

Published on: April 26, 2024

1.8K

Area of Science:

  • Bioinformatics
  • String Algorithms
  • Data Compression

Background:

  • The extended Burrows Wheeler Transform (eBWT) generalizes the Burrows Wheeler Transform to collections of strings.
  • Prior work established a linear-time algorithm for eBWT construction, preserving input order independence.
  • This algorithm integrates the Suffix Array Induced Sorting (SAIS) and Prefix Free Parsing (PFP) techniques.

Purpose of the Study:

  • To demonstrate how the eBWT construction algorithm facilitates efficient r-indexing.
  • To show the construction of run-length encoded eBWT and sampled Suffix Arrays (SA) from PFP components.
  • To establish efficient support for finding maximal exact matches (MEMs) using the r-indexed eBWT.

Main Methods:

  • Leveraging a linear-time eBWT construction algorithm based on SAIS and PFP.
  • Utilizing components of the PFP for constructing the r-indexed eBWT.
  • Applying the r-indexed eBWT structure for maximal exact match (MEM) queries.

Main Results:

  • Efficient construction of the r-indexed eBWT from PFP components.
  • Demonstration of efficient computation of run-length encoded eBWT and SA samples.
  • Efficient support for finding maximal exact matches (MEMs) against the r-indexed eBWT.

Conclusions:

  • The proposed method provides an efficient approach to r-indexing the eBWT.
  • This enables practical applications in sequence analysis and data compression.
  • The framework efficiently supports critical string matching operations like MEM identification.