CRISPR-Cas9 Simulator: Gene Editing Efficiency & Off-Target Analysis

simulator advanced ~12 min
Loading simulation...
On-target rate = 59% — 50% GC, strong PAM, 70% delivery

With 50% GC content, a strong PAM site (90%), and 70% delivery efficiency, the predicted on-target editing rate is approximately 59% with negligible off-target activity at zero mismatches.

Formula

P(off-target) ≈ P₀ × e^(-k × mismatches) (exponential mismatch penalty)
η_edit = η_delivery × η_binding × η_cleavage
HDR:NHEJ ratio ≈ 0.1-0.5 (cell-cycle dependent)

Programmable Molecular Scissors

CRISPR-Cas9, adapted from a bacterial immune system, has revolutionized biology by enabling precise genome editing in virtually any organism. Jennifer Doudna and Emmanuelle Charpentier received the 2020 Nobel Prize for developing this technology, which allows researchers to cut, delete, insert, or replace specific DNA sequences. The system requires just two components: the Cas9 protein (the molecular scissors) and a guide RNA (the GPS coordinates). This simulation models the key factors that determine editing success.

Guide RNA Design

The 20-nucleotide guide RNA determines where Cas9 cuts. Effective guides have balanced GC content (40-70%), minimal secondary structure that could interfere with Cas9 loading, and unique sequences in the genome to minimize off-target editing. The PAM site (NGG for SpCas9) must be present immediately downstream of the target — this constraint limits the number of editable sites but ensures Cas9 only searches relevant genomic regions. The simulation calculates predicted on-target efficiency based on these sequence features.

On-Target vs Off-Target

The central challenge in CRISPR therapeutics is maximizing on-target editing while minimizing off-target cuts elsewhere in the genome. Each mismatch between the guide RNA and a potential off-target site reduces binding affinity exponentially, but sites with 1-3 mismatches — particularly in the PAM-distal region (positions 1-8 of the guide) — can still be cleaved at significant rates. The simulation visualizes how mismatches at different positions affect both on-target and off-target probabilities.

Repair Pathways & Outcomes

After Cas9 creates a double-strand break, the cell activates repair pathways with very different outcomes. Non-homologous end joining (NHEJ) is error-prone, creating small insertions or deletions (indels) that usually disrupt gene function — ideal for gene knockout. Homology-directed repair (HDR) uses a provided DNA template for precise edits — necessary for correcting disease mutations. The ratio of NHEJ to HDR depends on cell cycle stage, delivery method, and template design. Achieving high HDR rates remains one of the most active areas of CRISPR research.

FAQ

How does CRISPR-Cas9 edit genes?

CRISPR-Cas9 uses a guide RNA (gRNA) to direct the Cas9 nuclease to a specific 20-nucleotide sequence in the genome adjacent to a PAM motif (NGG for SpCas9). Cas9 creates a double-strand break, which the cell repairs through error-prone NHEJ (creating insertions/deletions that disrupt the gene) or precise HDR (using a donor template for exact edits).

What determines CRISPR editing efficiency?

Editing efficiency depends on guide RNA design (GC content, secondary structure, sequence features), PAM site quality, chromatin accessibility, Cas9/gRNA delivery method, and cell type. Computational tools like DeepCas9 predict on-target activity scores. Typical efficiencies range from 10-90% depending on these factors.

What are off-target effects in CRISPR?

Off-target effects occur when Cas9 cuts genomic sites similar to but not identical to the intended target. Each mismatch between gRNA and DNA reduces binding, but sites with 1-3 mismatches — especially in the PAM-distal region — can still be cut. High-fidelity Cas9 variants (eSpCas9, HiFi Cas9) dramatically reduce off-target activity.

What is the PAM sequence and why is it important?

The PAM (Protospacer Adjacent Motif) is a short DNA sequence (NGG for SpCas9) immediately downstream of the target site. Cas9 first recognizes the PAM before unwinding DNA to check gRNA complementarity. No PAM means no editing — this limits targetable sites to roughly every 8 base pairs in the genome. Alternative Cas proteins (Cas12a, CjCas9) recognize different PAMs.

Sources

Embed

<iframe src="https://homo-deus.com/lab/biotechnology/crispr-editing/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub