DNA Sequence Compression with Alignment Segmentation and Pointer Pairs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data compression methods are inefficient in handling large files and biological sequences, particularly in terms of storage requirements and bandwidth usage, especially when dealing with repetitive patterns and sequences.

Innovation Solution

A compression engine that utilizes multiple sequence alignment to split files into aligned sequences, generating a consensus sequence and representing the original file as a list of pointer pairs, allowing for efficient compression and reconstruction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If existing data compression methods are used, then storage space and bandwidth are consumed, but compression efficiency is poor for large files and biological sequences with repetitive patterns

Engineering Contradiction:
Improvestorage spaceVSAvoidcompression efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The input file is divided into multiple sequences of equal length, which are then aligned and processed independently. This segmentation allows the compression algorithm to identify and exploit repetitive patterns more effectively within each sequence while maintaining overall compression efficiency for large files.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent creates a consensus sequence that represents the aligned sequences, and then uses pointer pairs to reference subsequences within this consensus sequence. Instead of storing redundant data multiple times, the system creates a single copy (consensus sequence) with pointers that reference relevant portions, significantly reducing storage requirements while preserving all original information.

Inventive Principle:
Principle #26Copying

2Quantity of substance

If file size is reduced through compression, then storage requirements and bandwidth usage decrease, but computational resources are consumed during compression

Engineering Contradiction:
Improvestorage requirementsVSAvoidcomputational resources
Core Design Contradiction:
Quantity of substanceVSUse of energy by moving object

Solution Approach 1:

By dividing the file into smaller sequences of equal length before alignment, the computational complexity of the alignment process is reduced. Each sequence can be processed more efficiently, and the segmented approach allows for parallel processing, thereby reducing overall computational resource consumption while achieving effective compression.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the original sequences by aligning them and generating a consensus sequence, changing the representation parameters from raw data to aligned positional information. This parameter transformation enables more efficient storage and processing, as the aligned structure reveals patterns that can be compressed more effectively with reduced computational overhead.

Inventive Principle:
Principle #35Parameter changes

3Quantity of substance

If sequences are aligned to generate consensus sequence, then compression ratio improves, but device complexity increases

Engineering Contradiction:
Improvecompression ratioVSAvoidalignment mechanism complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The alignment process is simplified by first segmenting the input into equal-length sequences, which makes the subsequent alignment operation more manageable. This segmentation reduces the complexity of the alignment mechanism by breaking down a complex global alignment problem into smaller, more tractable sub-problems that can be solved more efficiently.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the representation parameters of the sequences through alignment, transforming them into a standardized format that facilitates consensus sequence generation. This parameter change simplifies the alignment mechanism by imposing a regular structure on the data, making the alignment process more systematic and less computationally intensive despite the increased compression ratio.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12580047B2Biological sequence compression using sequence alignment
Publication Date: 2026.03.17 DELL PROD LP
  • US12580047B2 patent drawing
  • US12580047B2 patent drawing
  • US12580047B2 patent drawing

AI summary

Compressing files is disclosed. An DNA sequence to be compressed is first aligned. Aligning the DNA sequence includes splitting the DNA sequences into smaller sequences or portions that can be aligned. After the DNA sequence is spilt one or more time and aligned, a compression matrix is generated. Each row of the compression matrix corresponds to part of the DNA sequence. A consensus sequence is determined from the compression matrix. Using the consensus sequence, pointer pairs are generated. Each pointer pair identifies a subsequence of the consensus matrix. The compressed file includes the pointer pairs and the consensus sequence.