CRISPR DNA Break Repair Alignment for Accurate Indel Profiling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for identifying and characterizing double-stranded DNA break repair sites lack accuracy due to non-specific targeting by CRISPR enzymes, leading to undesired mutations and variable alignment choices, which result in incorrect indel annotations and lower accuracy.

Innovation Solution

A computer-implemented process using a processor to analyze sample sequence data, align it with an enzyme-specific position-specific scoring matrix, and re-align indels near the canonical cut site, employing a modified Needleman-Wunsch aligner with position-specific gap penalties to improve alignment accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If standard alignment algorithms (Needleman-Wunsch, bwa) are used to align sequence reads to target sites, then the process is simple and fast, but alignment accuracy decreases when multiple equally valued alignments exist, leading to incorrect indel annotations

Engineering Contradiction:
Improvealignment accuracyVSAvoidalignment process complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies local quality by implementing position-specific scoring matrices that assign different weights to matches and mismatches at different positions relative to the CRISPR cut site. This allows the alignment algorithm to prioritize biologically relevant regions (near the cut site) over other regions, improving accuracy without requiring complete redesign of the alignment process.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent performs preliminary actions by first identifying the canonical cut site position, then pre-calculating position-specific scoring parameters before performing the actual alignment. This preparatory step enables the alignment algorithm to use biologically informed weights, resolving equally valued alignments based on their proximity to the cut site rather than requiring post-processing validation.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If CRISPR enzymes are used for targeted DNA editing, then specific genomic positions can be edited, but non-specific targeting occurs resulting in undesired mutations at off-target locations

Engineering Contradiction:
Improvetargeting specificityVSAvoidoff-target mutations
Core Design Contradiction:
ReliabilityVSObject-generated harmful factors

Solution Approach 1:

The patent implements feedback by using the alignment results to identify both on-target and off-target editing events. By comparing aligned reads against the expected target sequence and analyzing deviations, the system provides feedback about actual editing outcomes, enabling differentiation between desired on-target edits and undesired off-target mutations.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent replaces the mechanical/biological CRISPR enzyme system with a computational alignment system that can precisely distinguish between on-target and off-target sites. Instead of relying solely on enzyme specificity, the computational method substitutes biological recognition with algorithmic sequence comparison, achieving higher precision in identifying true target sites versus off-target sites.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Measurement precision

If random selection is used among equally valued alignment options, then the process is simple, but variable alignment choices lead to incorrect indel annotations and lower accuracy

Engineering Contradiction:
Improveindel annotation accuracyVSAvoidalignment selection simplicity
Core Design Contradiction:
Measurement precisionVSEase of operation

Solution Approach 1:

The patent changes parameters by transforming the alignment scoring from uniform weights to position-specific weights based on distance from the cut site. This parameter change resolves equally valued alignments by assigning different scores to alignments with indels at different positions, eliminating the need for random selection while maintaining computational simplicity.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20250218536A1Identification, characterization, and quantitation of crispr-introduced double-stranded DNA break repairs
Publication Date: 2025.07.03 INTEGRATED DNA TECHNOLOGIES INC
  • US20250218536A1 patent drawing
  • US20250218536A1 patent drawing
  • US20250218536A1 patent drawing

AI summary

Described herein is a system and process for identifying and characterizing double-stranded DNA break repair sites that are based on biological information and have improved accuracy. Also described is a sequence alignment process that uses biological data to inform the alignment matrix for position specific alignment scoring, resulting in the identification of noncanonical target sites.