Genomic Sequence Compression With Metadata-Preserving Recovery

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing genomic sequencing data formats like BCL and ORA are inefficient in compression and prone to data loss during conversion, requiring cumbersome maintenance of raw data for critical information, and are susceptible to errors in demultiplexing and trimming operations.

Innovation Solution

A method that separates genomic data of interest from metadata, compresses the genomic data based on a reference sequence, and stores both separately to maintain adapter and index information, allowing for error correction and efficient data recovery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If sequence data is converted to FASTQ format and compressed using GZIP, then data can be stored in a human-readable format, but data loss occurs during conversion and compression efficiency is poor (only 30% reduction)

Engineering Contradiction:
Improvedata loss during conversionVSAvoidfile size
Core Design Contradiction:
Loss of informationVSQuantity of substance

Solution Approach 1:

The patent segments sequence data into two distinct components: genomic data of interest and metadata (including adapter and index information). This segmentation allows differential processing where genomic data is compressed using reference-based compression while metadata is preserved in its original format, preventing information loss during compression while achieving better compression ratios for the genomic portion.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the compression parameter from generic GZIP compression to reference-based compression specifically tailored for genomic data. By using a reference sequence as the basis for compression, the system achieves superior compression efficiency while maintaining data integrity, as the reference-based approach exploits the high similarity between sequenced reads and the reference genome.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If raw BCL files are maintained for all original information, then data recovery is possible, but storage requirements and processing complexity increase

Engineering Contradiction:
Improvedata recovery capabilityVSAvoiddata management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts critical metadata (adapter information, index information) from the raw BCL files and stores it separately in a structured format. This extraction allows the system to discard or simplify the original BCL files while retaining the essential information needed for data recovery and processing, thereby reducing storage requirements and management complexity while maintaining reliability.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent performs preliminary processing of raw BCL data to extract and store metadata in a structured format before final data compression. This preliminary action organizes critical information in advance, enabling efficient data recovery and processing without needing to maintain complex raw BCL files, thus reducing overall system complexity while preserving data integrity.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If demultiplexing and trimming operations are performed on compressed data, then processing efficiency improves, but errors in sample sheet or indexes cause data loss

Engineering Contradiction:
Improveprocessing efficiencyVSAvoiddata loss due to errors
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent implements error cushioning by preserving the original uncompressed genomic data alongside compressed data and metadata. This redundancy acts as a safety buffer: if errors occur during demultiplexing or trimming operations on compressed data, the original data serves as a backup that can be used for correction or reprocessing, preventing permanent data loss while maintaining processing efficiency.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

Data Source

PatentUS20250209042A1Sequence data processing, retention, and recovery
Publication Date: 2025.06.26 ILLUMINA INC
  • US20250209042A1 patent drawing
  • US20250209042A1 patent drawing
  • US20250209042A1 patent drawing

AI summary

A sequence data processing and retention method includes obtaining sequence data produced by a sequencer device. The sequence data includes genomic data of interest and metadata. The method processes the sequence data, and this processing includes separating the genomic data of interest from the metadata, and compressing the separated genomic data of interest based on a reference sequence to produce compressed genomic data The method additionally stores storing the compressed genomic data and the metadata. Optionally, based on a request, a process recovers the sequence data from the stored compressed genomic data and metadata, where the recovering includes decompressing the compressed genomic data to provide decompressed genomic data of interest as the separated genomic data of interest, and combining the decompressed genomic data of interest with the metadata to provide combined genomic data and metadata.