Nucleic Acid Sequence Mapping Using Anchor-Extension Alignment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current nucleic acid sequencing technologies face challenges in efficiently mapping large numbers of short sequence reads to reference genomes due to high error rates and repetitive regions, which slows down the mapping process and reduces accuracy.

Innovation Solution

The anchor-extension mapping method is employed, where a contiguous portion of each read is aligned to a reference sequence with a set number of allowed mismatches, and then extended using an ungapped local alignment technique, optimizing the mapping speed and accuracy by calculating a scoring function that penalizes mismatches.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If traditional mapping methods are used to align sequence reads to reference genomes, then mapping accuracy can be maintained, but mapping speed decreases significantly due to high error rates and repetitive regions

Engineering Contradiction:
Improvemapping speedVSAvoidmapping accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The mapping process is divided into two distinct phases: anchor mapping and extension mapping. The anchor phase identifies initial alignment positions using a simplified scoring function that tolerates errors, while the extension phase refines the alignment with more rigorous scoring. This segmentation allows the system to quickly locate potential matches without sacrificing final alignment accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The anchor mapping step performs preliminary alignment identification before the more computationally intensive extension step. By pre-identifying potential anchor positions using a faster scoring function, the system reduces the search space for the subsequent extension phase, thereby improving overall mapping speed while maintaining accuracy through the two-stage approach.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If the mapping process allows for more mismatches to handle high error rates, then mapping coverage improves, but mapping speed decreases due to increased computational complexity

Engineering Contradiction:
Improvemapping throughputVSAvoidmapping time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The mapping process is divided into two distinct phases: anchor mapping and extension mapping. The anchor phase identifies initial alignment positions using a simplified scoring function that tolerates errors, while the extension phase refines the alignment with more rigorous scoring. This segmentation allows the system to quickly locate potential matches without sacrificing final alignment accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system uses different scoring function parameters for different phases of mapping. The anchor phase uses a more permissive scoring function that allows higher mismatch tolerance for speed, while the extension phase uses a stricter scoring function for accuracy. This parameter differentiation enables the system to balance speed and accuracy requirements across different stages of the mapping process.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If rigorous alignment scoring is applied to ensure accuracy, then mapping precision improves, but computational resources and time increase

Engineering Contradiction:
Improvealignment accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The mapping process is divided into two distinct phases: anchor mapping and extension mapping. The anchor phase identifies initial alignment positions using a simplified scoring function that tolerates errors, while the extension phase refines the alignment with more rigorous scoring. This segmentation allows the system to quickly locate potential matches without sacrificing final alignment accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The anchor mapping phase performs a partial alignment assessment using a simplified scoring function that is computationally less intensive. This partial action quickly identifies candidate regions that warrant further investigation, allowing the more computationally expensive rigorous scoring to be applied only where necessary in the extension phase, thus reducing overall computational complexity.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11817180B2Systems and methods for analyzing nucleic acid sequences
Publication Date: 2023.11.14 LIFE TECHNOLOGIES CORP
  • US11817180B2 patent drawing
  • US11817180B2 patent drawing
  • US11817180B2 patent drawing

AI summary

Nucleic acid sequence mapping/assembly methods are disclosed. The methods initially map only a contiguous portion of each read to a reference sequence and then extends the mapping of the read at both ends of the mapped contiguous portion until the entire read is mapped (aligned). In various embodiments, a mapping score can be calculated for the read alignment using a scoring function, score (i, j)=M+mx, where M can be the number of matches in the extended alignment, x can be the number of mismatches in the alignment, and m can be a negative penalty for each mismatch. The mapping score can be utilized to rank or choose the best alignment for each read.