CRISPR Guide Design with Machine Learning | Jennifer Listgarten

Added:

CRISPR Start
Core Principles
System Origin
Model Setup
Feature Design
Model Choice
Off-Target Hunt
Prediction Boost

CRISPR Start

0:00
Playing Section
  • 1

    Introduces the research background and focus on CRISPR gene knockout.

  • 2

    Defines on-target and off-target as the core problems to solve.

  • 3

    Outlines the use of machine learning to improve prediction and safety.

Fundamental molecular biology concepts, specifically DNA replication, transcription, and Watson-Crick base pairing.
The basic mechanism of the CRISPR-Cas9 system, including the roles of single guide RNA (sgRNA), Cas9 endonuclease, and Protospacer Adjacent Motifs (PAM).
The concept of 'off-target' activity in gene editing and why minimizing it is crucial for therapeutic applications.
Basic machine learning principles, including supervised learning, regression, classification, and how models are evaluated (e.g., cross-validation).
Advanced deep learning architectures (such as CNNs and Transformers) specialized for processing genomic sequence data.
High-throughput screening experimental methods that generate the large-scale datasets required to train CRISPR machine learning models.
Translational challenges in precision medicine, specifically utilizing optimized CRISPR guides for safer in vivo gene therapies.
Practical software tools and libraries (e.g., Bioconductor, CRISPR-net) used by bioinformaticians for automated guide design.
2.8K views49likes56:19@broadinstituteOriginal Release: 2018-02-14

Machine learning models can significantly improve CRISPR-Cas9 guide RNA design by predicting on-target efficiency (Azimuth model) and off-target effects (Elevation model). The Azimuth model uses boosted regression trees with features including position-dependent nucleotides and thermodynamic properties to predict guide effectiveness for gene knockout. The Elevation model addresses the combinatorial explosion of potential off-target sites by first creating a shortlist using heuristics, then applying a two-layer model that combines single-mismatch predictions with a second layer to account for multiple mismatches. These models outperform previous methods like CFD and have been validated through genome-wide pre-computation for the human genome, enabling researchers to select optimal guides by balancing on-target efficiency against off-target risk.