CRISPRseek for design target-specific gRNAs for the CRISPR genome editing system including base editor and prime editor

Lihua Julie Zhu

Department of Molecular, Cell and Cancer Biology, Program in Molecular Medicine, Program in Bioinformatics and Integrative Biology, Worcester, MA, 01655, USA.


Note: The second part of the workshop will be motif analysis with motifStack and dagLogo workshop.

Workshop Description

In this workshop, participants will not only gain the theoretical understanding of the principles of CRISPR genome editing system and gRNA design, but they will also obtain hands-on experience on designing gRNAs with high specificity and efficacy using CRISPRseek package, and identifying genome-wide offtargets with GUIDE-seq data using GUIDE-seq package. I will provide a brief introduction to CRISPR genome editing system and guiding principles of gRNA design. Then, I will give a demo to perform gRNA design for various scenarios using the CRISPRseek package and GUIDE-seq data analysis using GUIDE-seq package. Participants will have the opportunity to design gRNAs for the sequences of their interests and analyze their own GUIDE-seq data. Detailed notes and R code are provided for reproducibility and follow-up exploration.

Expectation

After this workshop, participants should be able to apply the learned skills to design gRNAs and analyze GUIDE-seq data for various variants of CRISPR Cas system such as spCas9 and cpf1. In addition, they will learn how to apply different efficacy and offtarget scoring methods to meet their needs. Furthermore, they will learn how to design gRNAs for the base editor and prime editor systems.

Prerequisites

Participants are expected to have basic knowledge as follows:

• Basic knowledge of R syntax

• Some familiarity with the OrgDb, BSgenome, and TxDb classes

Basic understanding on how CRISPR genome editing works is helpful but not required.

Please refer to the following resource for gRNA design using CRISPRseek.

  • Zhu LJ, Holmes BR, Aronin N, Brodsky MH (2014). “CRISPRseek: A Bioconductor Package to Identify Target-Specific Guide RNAs for CRISPR-Cas9 Genome-Editing Systems.” PLoS one, 9(9).http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4172692/.
  • Zhu LJ (2015). “Overview of guide RNA design tools for CRISPR-Cas9 genome editing technology.”Front. Biol., 10(4).

Workshop Participation

Participants are expected to have basic knowledge about R and several R packages as described above in advance. The Docker container with required packages and data pre-installed can be downloaded using the following command.

pull lihuajuliezhu/crisprseekguideseqbioc2020workshop

If you will use the Docker image, please get Docker installed (https://www.docker.com/get-started) in advance. For participants who wish to install all packages by themselves, you will also need to install the following packages.

  • R (version > 4.0; https://cran.r-project.org/)
  • the CRISPRseek and GUIDEseq packages along their dependencies
  • if (!requireNamespace(“BiocManager”, quietly = TRUE))
  •        install.packages(“BiocManager”)
  • BiocManager::install(“CRISPRseek”)
  • BiocManager::install(“CRISPRseek”)

R/Bioconductor packages used

The following R/Bioconductor packages will be explicitly used:

• library(CRISPRseek)

• library(GUIDEseq)

• library(org.Hs.eg.db)

• library(BSgenome.Hsapiens.UCSC.hg19)

• library(TxDb.Hsapiens.UCSC.hg19.knownGene)

Time outline
Activity Time
Introduction to CRISPR genome editing system and gRNA design 5 m
gRNA design using CRISPRseek 15 m
Introduction to GUIDE-seq technology and GUIDEseq pacakge 5m
Hands on experience with GUIDEseq 5m

Workshop goals and objectives

Learning goals
  • Understand how CRISPR genome editing works
  • Understand the guiding principle of gRNA design
  • Learn how to perform gRNA design using CRISPRseek
  • Learn how to select the best gRNAs for given input sequences
  • Learn how to analyze GUIDE-seq data

Learning objectives • By the end of the workshop, participants will be able to design gRNAs for given input sequences with high efficacy and low offtarget effects for various variants of CRISPR genome editing systems such as the recently developed prime editor and base editor systems. In addition, the participants will be able to analyze their own GUIDE-seq data.