Crispr Edit Quantification
If you have delivered a CRISPR guide RNA and Cas9 (or a related nuclease) into cells, the central question you face is: what fraction of the target locus now carries the intended modification, and what side edits exist alongside it? This guide explains crispr edit quantification with a source bounded, practical framework that covers core concepts, decision points, a step by step workflow, quality checks, common mistakes, and the limits of what your measurements can tell you. It is written for molecular biologists, core facility staff, and bioinformaticians who need to design, execute, and interpret an edit quantification experiment without relying on opaque black boxes.
As you plan your experiment, remember that the quantification method you choose depends on your edit type (knockout, knockin, or precise base change), the scale of your screen, and the resolution you require. The NCBI Bookshelf provides an authoritative overview of the underlying genomic principles [NCBI Bookshelf]. Meanwhile, the EMBL EBI training materials offer a structured approach to handling the sequencing data that underlies most modern quantification workflows [EMBL EBI Training]. This guide will help you weave those resources into a repeatable, interpretable protocol.
At a Glance
| Aspect | Recommendation |
|---|---|
| Goal | Determine the exact frequency of CRISPR induced edits at the target locus and identify unintended edits. |
| Primary methods | Sanger sequencing with tracking of indels (TIDE or ICE), amplicon based NGS (e.g., CRISPResso2, CRISPResso), long read sequencing (CRISPRLungo), and digital PCR for precise SNP edits. |
| Sample requirements | Genomic DNA from bulk or single cell populations, PCR primers flanking the cut site with at least 200 bases of unique flanking sequence. |
| Key decision point | Match the method to the edit type. Deletion quantifications need amplicon spanning the expected deletion junction. Homology directed repair (HDR) versus non homologous end joining (NHEJ) requires dual locus analysis. |
| Minimum quality control | Check sequencing read quality, verify primer specificity, run a no template control, and include a control sample with no guide RNA. |
| Common pitfall | Underestimating large deletions or complex rearrangements when using short read amplicon approaches. |
Core Concepts and Why Quantification Matters
CRISPR edit quantification is the process of measuring the frequency and nature of genomic changes introduced by a CRISPR nuclease at a targeted site. The output is usually a distribution of alleles: wild type, frameshift indels, in frame indels, precise edits from a donor template, and, importantly, off target modifications elsewhere in the genome.
Why does it matter? Without quantification, you cannot distinguish a successful edit from a failed transfection, nor can you rank guide RNAs for efficiency. A study that used CRISPR deletion of a SINE VNTR Alu element at the MAPT locus demonstrated that detailed quantification of both the intended deletion and its transcriptional consequences was essential to interpret phenotypic changes [7]. Similarly, off target effects can confound your results. A comprehensive review of current bioinformatics tools stresses that quantification at off target sites is just as critical as on target measurement [8]. The Galaxy Training Network provides a free, browser based environment where you can run established CRISPR quantification workflows without installing software [Galaxy Training Network]. Bioconductor packages such as crisprVerse offer programmatic control for advanced users who need to integrate quantification into larger pipelines [Bioconductor].
Decision Points for Choosing a Quantification Method
Your choice of quantification method hinges on three decisions: the edit type, the required resolution, and your budget.
Edit type. For simple indels induced by non homologous end joining, Sanger sequencing based tools (TIDE or ICE) are rapid and cost effective for bulk populations. They can resolve indels up to about 50 base pairs but cannot distinguish individual alleles in a mixture of many different edits. For targeted deletions larger than 50 base pairs, you need an amplicon that spans the expected deletion junction, and you must amplify both the wild type and the deleted allele. A long range PCR followed by gel electrophoresis can give a qualitative answer, but precise quantification requires sequencing of the junction amplicon.
Resolution. When you need to detect rare alleles or distinguish between hundreds of unique sequences in a pool, amplicon based next generation sequencing (NGS) is the standard. The platform you choose matters. Short read Illumina sequencing is workhorse, but it struggles with repeats and large structural variants. A recent preprint described CRISPRLungo, a long read sequencing analysis tool specifically designed to capture complex CRISPR edits in full length amplicons [6]. If your edit involves a precise point mutation or a small sequence replacement, digital PCR (dPCR) offers a sensitive, sequencing free alternative. A dPCR based protocol for detecting and quantifying RNA editing events at hotspots shows how fluorescence based partitioning can achieve absolute quantification without sequencing [9].
Budget and throughput. Sanger based methods cost around 10 dollars per sample. NGS based amplicon sequencing costs 20 to 50 dollars per sample in a pooled run. dPCR costs 15 to 30 dollars per assay per sample after instrument investment. For high throughput screening (hundreds of guides), NGS becomes the only practical option.
Practical Workflow for Quantifying CRISPR Edits
Follow this workflow to move from genomic DNA to a quantified edit frequency.
Step 1: Design and validate locus specific PCR primers. Use a primer design tool that checks for off target annealing. The forward and reverse primers should be at least 100 to 150 bases away from the cut site to capture the full indel spectrum. For knockin edits, include primers that span the insertion and that also bind outside the homology arms. Always test primers on wild type genomic DNA to confirm a single specific amplicon.
Step 2: Prepare sequencing libraries. For Sanger sequencing, clean up the PCR product and submit for capillary electrophoresis. For NGS, add sample specific barcodes during a second PCR. Avoid excessive cycles (12 to 18 total cycles for the two step library prep) to minimize PCR bias. The NCBI Sequence Read Archive provides guidelines for depositing and accessing raw sequencing data from such experiments [NCBI Sequence Read Archive].
Step 3: Run the appropriate quantification software. For Sanger traces, use TIDE (free web tool) or ICE (commercial). Upload your control and edited trace files. The software deconvolves the mixed sequence and reports the proportion of indels of each size. For NGS, tools like CRISPResso2 accept FASTQ files and a reference amplicon sequence. You obtain a table of allele frequencies, a plot of insertion and deletion sizes, and a list of reads that perfectly match the intended edit. For long read data, use CRISPRLungo, which handles reads up to 10 kb and can quantify editing in repetitive regions [6].
Step 4: Validate with orthogonal method. If your quantification relies on a single PCR, confirm the result with an independent assay. For example, if NGS reports 20 percent HDR, use a restriction fragment length polymorphism (RFLP) assay on a fresh PCR reaction. For precise SNP edits, a dPCR assay with allele specific probes can validate the NGS allele frequency [9].
Step 5: Analyze off target editing. Use a computational tool to predict the top 10 to 20 off target sites based on sequence similarity. Perform targeted sequencing of those sites from the same edited sample. The workflow is identical to on target quantification but with different primers. Several platforms integrate this step automatically.
Quality Checks and Troubleshooting
Before trusting your quantification numbers, run these checks.
First, inspect the read quality metrics of your sequencing data. Low quality bases near the cut site can mislead indel calling. Refer to the guide on Fastq Read Quality Metrics to assess phred scores and base call accuracy Fastq Read Quality Metrics. If you see a systematic drop in quality at the expected cut site, you may need to clean your data with adapter trimming validation Adapter Trimming Validation. Second, check for excessive read duplication. High duplication rates indicate PCR over amplification and will bias allele frequencies toward the most abundant wild type amplicon. The resource on Read Duplication Sequencing explains how to identify and handle this bias Read Duplication Sequencing. Third, examine the per base quality sequencing profile of your NGS run [Per Base Quality Sequencing](/blog/guides/per base-quality-sequencing). A sudden drop in quality at a specific cycle often points to an indexing read failure or a dye bleed through. Finally, use kmer spectrum analysis to detect contamination from a different sample Kmer Spectrum Analysis. Unexpected kmers in your control sample suggest a mix up.
Common Mistakes
Mistake 1: Using only one method in isolation. Relying solely on TIDE can miss large deletions that fail to amplify or that produce no detectable peak shift. The literature on CRISPR mediated editing with long ssDNA templates in zebrafish emphasizes that large deletion quantification requires a dedicated junction PCR [11]. Always validate with a method that can capture everything from single base edits to kilobyte deletions.
Mistake 2: Ignoring the unedited fraction from non transfected cells. Your quantification represents a population average. If your transfection efficiency is 50 percent, the true editing frequency in the transfected cells may be double what you measure in the bulk population. Run a control for transfection efficiency or sort the transfected cells before quantification. In efficient SNP editing in haploid human pluripotent stem cells, the authors used a reporter system to isolate edited cells prior to quantification [10].
Mistake 3: Failing to account for plasmid carryover. If you deliver CRISPR components as a plasmid, the plasmid DNA will be amplified in your PCR if it contains the target sequence. After 48 to 72 hours, plasmid levels drop, but residual plasmid can inflate the apparent wild type frequency. Digest your genomic DNA with a restriction enzyme that cuts the plasmid but not the genome before PCR, or use a DNase treatment that eliminates free DNA.
Mistake 4: Overinterpretation of very small editing frequencies. Below 0.5 percent, PCR and sequencing errors become indistinguishable from true edits. Use a no template control and a wild type control to estimate the baseline error rate. A digital PCR approach can extend sensitivity to 0.1 percent but requires careful probe design [9].
Limits of Interpretation
Every quantification method comes with uncertainty. Sanger based tools assume that all indels are small (under 50 bases) and that the editing pattern is consistent across the cell population. If you have a bimodal distribution with large deletions and small indels, the algorithm may misclassify the large deletions as failed sequencing. NGS based methods suffer from PCR bias: longer deletions amplify less efficiently, so their frequency is systematically underestimated. You can correct for this by using PCR with a long extension time and by including a spike in control of known allele length.
Long read sequencing from platforms such as Oxford Nanopore or PacBio can resolve full length alleles, but their per base error rate (5 to 15 percent) makes it difficult to call single base edits with confidence. Hybrid approaches that combine short read accuracy with long read structure are becoming available, but they remain experimental. The study on CRISPR deletion of an SVA element used a combination of long range PCR and short read sequencing to overcome this limitation [7].
Also remember that DNA quantification does not directly equal functional effect. An in frame indel may leave protein function intact. A synonymous SNP introduced by HDR may not alter the transcript. You must complement your edit quantification with downstream assays (Western blot, qPCR, or phenotypic screening) to confirm functional outcome.
Frequently Asked Questions
How do I decide between Sanger and NGS based quantification? If you have fewer than 20 samples and only need the total percentage of editing without detailed allele information, Sanger based TIDE or ICE is sufficient. If you need to know the exact sequence of each allele, or if you are screening many guides in parallel, choose amplicon NGS.
Can I quantify editing using digital PCR without sequencing? Yes, if your edit is a known point mutation, small deletion, or insertion of a specific sequence. Design allele specific probes for the wild type and edited allele. Digital PCR gives an absolute count of molecules, not just a relative ratio, and does not require sequencing infrastructure. See the protocol for digital PCR based quantification [9].
What causes low editing quantification despite visible band shifts on a gel? The most common cause is that the deletion is larger than your PCR amplicon, so the edited allele does not amplify. Redesign your primers to be further away from the cut site. Alternatively, the edited cells may have died from double strand break toxicity. Check cell viability and harvest earlier.
How can I detect off target editing without whole genome sequencing? Select the top 10 predicted off target sites using a tool such as CRISPOR or GUIDE Seq. Perform targeted amplicon NGS on those sites. If you find editing at any off target site, use the same quantification workflow to measure its frequency. A review of off target tools provides guidance on selecting prediction algorithms [8].
References and Further Reading
- NCBI Bookshelf: A comprehensive resource for genomic principles and experimental design. NCBI Bookshelf
- EMBL EBI Training: Courses on sequencing data analysis and quality control. EMBL EBI Training
- Galaxy Training Network: Free, open CRISPR analysis workflows you can run in a browser. Galaxy Training Network
- Bioconductor: R packages for CRISPR edit quantification and off target analysis. Bioconductor
- NCBI Sequence Read Archive: Repository for raw sequencing data and metadata. NCBI Sequence Read Archive
- CRISPRLungo: A tool for long read CRISPR experiment analysis. Analyzing long-read CRISPR experiments with CRISPRLungo
- CRISPR deletion of SVA retrotransposon at MAPT locus: Example of combined deletion and expression quantification. Front Neurol paper
- Current tools to optimize CRISPR Cas9 and reduce off target effects. Int J Mol Sci review
- Digital PCR protocol for RNA editing hotspot quantification. STAR Protoc paper
- Efficient SNP editing in haploid human pluripotent stem cells. J Assist Reprod Genet paper
- Long ssDNA template CRISPR editing in zebrafish. BMC Genomics paper