Related Experiment Video
Updated: Feb 7, 2026

Incorporating Target Protein Structure Flexibility and Dynamics in Computational Drug Discovery Using Ensemble-Based Docking Analysis
Published on: June 20, 2025
RLBWT-Based LCP Computation in Compressed Space for Terabase-Scale Pangenome Analysis
Ahsan Sanaullah1, Nathaniel K Brown2, Pramesh Shakya1
1Department of Computer Science, University of Central Florida Orlando, Florida, 32816, United States.
We developed new algorithms for constructing compressed full-text indexes using the run-length Burrows-Wheeler transform (RLBWT). These methods significantly reduce memory usage for large biological datasets, making complex analyses more feasible.
Area of Science:
- Bioinformatics
- Computational Biology
- Data Compression
Background:
- Lossless full-text indexes are crucial for bioinformatics applications.
- Increasing biological data necessitates efficient indexing of large datasets.
- Existing run-length Burrows-Wheeler transform (RLBWT) indexes are computationally expensive to construct.
Purpose of the Study:
- To present algorithms for constructing RLBWT-based compressed full-text indexes and supporting data structures in compressed space.
- To reduce the computational cost and memory requirements of building these indexes.
Main Methods:
- Developed algorithms with O(r) space complexity and O(n) time for repetitive datasets.
- Introduced the first algorithm to compute LCP-related information in O(r) space and optimal time.
- Utilized r samples of the inverse suffix array at regular intervals.
Main Results:
- Achieved O(r) space and O(n) time for constructing RLBWT indexes on repetitive datasets.
- Reduced peak memory usage by 12.6x on the Human Pangenome Reference Consortium Release 2 dataset (from 2,135 GiB to 170 GiB).
- Provided the first optimal time and O(r) space algorithm for LCP-related information.
Conclusions:
- The new algorithms offer significant memory reductions for building compressed full-text indexes.
- These advancements address the computational challenges of indexing large biological datasets.
- The implementation is publicly available, facilitating broader adoption in bioinformatics research.
Related Concept Videos
pH Scale
Space Trusses
At the core of a space truss lies the fundamental unit known as the tetrahedron. This structure is composed of six members that form a three-dimensional shape...
State Space Representation
Consider an RLC circuit, a...
Scaling
Space Trusses: Problem Solving
Consider a tripod consisting of a tetrahedral space truss with a ball-and-socket joint at C. Suppose the height and lengths of the horizontal and vertical...
Transfer Function to State Space
In an RLC...

