Skip to main content
Wiley Open Access Collection logoLink to Wiley Open Access Collection
letter
. 2018 Dec 13;17(1):5–8. doi: 10.1111/pbi.13025

CRISPR‐PLANT v2: an online resource for highly specific guide RNA spacers based on improved off‐target analysis

Bastian Minkenberg 1,2,5, Jianwei Zhang 3,4, Kabin Xie 3, Yinong Yang 1,2,
PMCID: PMC6330547  PMID: 30325102

Dear Editor,

Since the beginning of CRISPR/Cas9's use for genome editing, reports of off‐targets have caused concerns among users. Previous studies identified three main types of off‐targets. The first type of off‐targets are sequences at other 5’‐NGG‐3’ protospacer adjacent motifs (PAMs) that are identical or have a small number of mismatches or substitutions (Fu et al., 2013; Tsai et al., 2015). The second type of off‐targets are sequences at other 5’‐NGG‐3’ PAMs that have insertions or deletions compared to the gRNA spacer or the targeted DNA (Lin et al., 2014). The RNA or DNA will form a small bulge with the remaining nucleotides perfectly annealing to facilitate Cas9 activity. In some cases, the off‐target activity detected on these sites was higher than the on‐target activity (Lin et al., 2014). The last type of off‐targets is cleavage of sequences with the alternative 5’‐NAG‐3’ PAM (Fu et al., 2013; Tsai et al., 2015). Several bioinformatics tools have been developed to predict specific gRNA spacers that are different enough from other sites in the genome. However, these tools are not reliable and could not predict all off‐target sites found in unbiased genome‐wide studies such as GUIDE‐seq (Tsai et al., 2015). Therefore, predicting gRNA specificity and activity is more complex than previously thought, and it is necessary to evaluate and improve the current bioinformatics tools.

We found in our evaluation two main reasons for the inadequate performance of these tools. First, they were developed without consideration of all off‐target types, and second, they use aligners and options that are not suitable for small sequences like 20 nt long spacers. We developed a new strategy to predict off‐targets that outperforms all of the tested tools (Figure 1a,d). We used this strategy to create lists of highly specific gRNA spacers for seven genomes of model and crop plants. The results were used to update the CRISPR‐PLANT (Xie et al., 2014) website to version 2, which is now available at http://www.genome.arizona.edu/crispr2/.

Figure 1.

Figure 1

An improved off‐target analysis resulted in genome‐wide prediction of highly specific CRISPR/Cas9 spacer sequences for seven plant genomes. (a) Pipeline used to detect off‐targets and to classify spacer sequences. (b) Classes for spacers ordered by specificity and off‐target potential. (c) Comparison of highly specific targetable transcription units between the new CRISPR‐PLANT v2 and the old v1. (d) Seven different off‐target prediction tools were tested for their ability to find seven different potential off‐target sequences in an artificial rice chromosome 1 sequence. Checks indicate successful alignment and detection while crosses indicate a failure. (e) Examples of local and global alignment between a target sequence and an off‐target sequence with a one base pair deletion. (f) Exact programs, command and options used in the comparison of off‐target tools. (g) Example of words created by the word‐size seven, which is insufficient to detect sequences with two mismatches that are equally spaced out. At: Arabidopsis thaliana; Gm: Glycine max; Mt: Medicago truncatula; Sl: Solanum lycopersicum; Bd: Brachypodium distachyon; Os: Oryza sativa; Sb: Sorghum bicolor.

Based on the current reports that not all off‐targets could be predicted with current bioinformatics tools, we decided to test nine different tools for their ability to detect off‐targets (Figure 1d). We manually created seven off‐target sites with zero to four mismatches or one to two gaps. The mismatches or gaps in these sequences were equally spaced out because this type is the hardest to detect with inappropriate aligner options. We simulated the tools based on the aligner and options specified in the documentation to ensure that we could use our own test sequence for this evaluation (Figure 1f; Aach et al., 2014; Bae et al., 2014; Liu et al., 2017; Montague et al., 2014; Stemmer et al., 2015; Xiao et al.,2014). The results show that CRISPR‐PLANT v2 was able to detect every off‐target, but all other tools failed to detect a subset of the seven hidden sequences (Figure 1d). All other tools were also unable to detect our off‐target sequences with gaps. This is concerning because CRISPR/Cas9 possesses a considerable off‐target activity on sites with one to three mismatches or one gap, even if one or two of these differences are in the spacer seed region (Fu et al., 2013; Lin et al., 2014; Tsai et al., 2015). Most tools use Bowtie; however, Bowtie is designed to map a large set of up to 1024 bases long DNA when only one hit is expected in the genome (Langmead et al., 2009). Bowtie is not a general‐purpose aligner. Bowtie does not report gapped alignments and has a top‐strand bias when run in default mode (http://bowtie-bio.sourceforge.net/manual.shtml). Considering these limitations, Bowtie may be a fast but poor choice for predicting off‐target sites. Therefore, we decided to develop a new strategy that could circumvent most of these problems and lead to a higher sensitivity.

Aligners either use global or local alignment to compare sequences. If a sequence has an insertion or deletion when compared to the query, a local alignment may divide the string in two sub‐strings at the gap (Figure 1e). A global alignment will lead to only one alignment result including the full length of both strings. For CRISPR/Cas9 off‐target prediction, global alignments allow for a better detection of gapped off‐targets because the aligner result can directly inform about sequence similarity including the gap (Figure 1e). In addition, the options with which the program is evoked greatly affect the outcome. To speed up the search process, most aligners divide the strings into unique pieces of similar length called k‐mers, with k being the word‐size. The strings are then probed for common k‐mer occurrence, and a full alignment is only performed if a match is found (Figure 1g). The word‐size significantly limits detection of off‐targets because of the small size of spacer sequences. It is negatively correlated with the number of equally spaced out differences that can be detected. When choosing default range, a subset of off‐targets will be missed by the aligner. In order to detect all putative off‐targets, the word‐size should be five or smaller. We found that by carefully choosing aligners and their options, the sensitivity of CRISPR/Cas9 off‐target prediction can be significantly improved, which in return allows us to discover highly specific target sequences.

Here, we combined results from global and local alignments with optimized options of the genome‐wide NGG spacer sequences against genome‐wide NGG as well as NAG spacer sequences. Our new strategy yielded the highest sensitivity among all tested off‐target prediction tools (Figure 1d). It should be noted that this finding holds only true for the most challenging to detect sequences with equally spaced out differences. Even the worst performing off‐target prediction tool can detect an off‐target site as long as the mismatches still allow for a high enough common k‐mer. CRISPR‐PLANT v1 already used combined global and local alignments (Xie et al., 2014); however, options were not optimized for small sequences. Therefore, v1 also struggled to detect sequences with equally spaced out differences (Figure 1d). Since our v2 pipeline is expected to better predict possible off‐targets, it may eliminate more potentially specific spacers compared with v1. We would expect a lower number of targetable transcription units for the improved pipeline if this is the case. When comparing the improved strategy with the data from v1, we indeed found that the spacers in CRISPR‐PLANT v2 provide a smaller percentage of targetable transcription units (Figure 1c). This supports the assumption that the improved pipeline actually yielded an enhanced sensitivity and that v1 might have missed some off‐target sites that it was unable to detect because of inappropriate aligner options. We were able to expand prediction to these more challenging putative off‐targets, and CRISPR‐PLANT v2 provides a new and more specific list of spacer sequences for seven plant genomes. The selected species, namely Arabidopsis thaliana, Brachypodium distachyon, Oryza sativa (rice), Medicago truncatula, Glycine max (soybean), Solanum lycopersicum (tomato) and Sorghum bicolor are either an important model system or a crop species for food, feed, forage or biofuel.

For these species, all spacers provided by CRISPR‐PLANT v2 have sufficient specificity to other NGG sites in the genome (Figure 1a). But the NGG spacers were divided into group A with at least one difference in the 10 nt seed region, and B with least one difference in the 15 nt seed region in addition to three or more differences (Figure 1a). Different studies suggest slightly different lengths for the SpCas9 seed region, and the user can decide for a more conservative approach with a 10 nt seed for group A (Cong et al., 2013; Jinek et al., 2012; Tsai et al., 2015). In the last step, groups A and B were further divided by their potential to NAG off‐targets (Figure 1a). Classes A0, B0, A0.1 and B0.1 provide sufficient differences to other NGG and NAG targets, while classes A1, B1, A2 and B2 might have potential NAG off‐targets (Figure 1b). We recommend using A1 to B2 spacers only if no spacers from the high‐specificity classes A0 to B0.1 can be found for the target region of interest.

In this study, we described how current off‐target prediction tools were inaccurately developed, especially in regard to the choice of aligner and their options. We showed that we achieved an improved specificity by optimizing aligners and their options to better fit short sequences like the 20 nt spacer sequences used to guide Cas9. Based on these findings, we developed a new pipeline to perform a genome‐wide analysis of specific gRNAs for seven important model and crop plants. Our new strategy provided a slightly lower but still impressive number of highly specific spacer sequences that can be used to target 64.5%–92.6% of the coding sequences in the seven analysed plant genomes (Figure 1c). We assume these spacers are of highest quality compared to previously published gRNA spacer predictions because we were able to improve detection of rare but important off‐target sequences. Our results are available at http://www.genome.arizona.edu/crispr2/ and can be searched by either gene locus or region of a specific species. In addition, users can clone the analysis pipeline from https://github.com/bminkenberg/CRISPR-PLANTv2 to apply it to any genome or Cas variant of their choice.

Author Contributions

B.M. designed the study, performed the bioinformatics analysis and wrote the manuscript. Y.Y. supervised the study and edited the manuscript. K.X. designed the original website and reviewed the manuscript. J.Z. updated the data on the website and administrated it. All authors reviewed and approved the manuscript.

Acknowledgements

We thank Claude dePamphilis, Eric Wafula at the Pennsylvania State University, and Christopher Fragoso at UC Berkeley for their thoughtful comments on improving speed of the analysis. This work was supported by Monsanto's Beachell‐Borlaug International Scholars Program to B.M., National Science Foundation Plant Genome Research Project Grant No. 1740874 and the USDA National Institute of Food and Agriculture and Hatch Appropriations under Project #PEN04659 and Accession #1016432 to Y.Y. The authors declare no conflict of interest. Computations for this research were performed on the Pennsylvania State University's Institute for CyberScience Advanced CyberInfrastructure (ICS‐ACI). The authors declare no conflict of interest.

References

  1. Aach, J. , Mali, P. and Church, G.M. (2014) CasFinder: Flexible algorithm for identifying specific Cas9 targets in genomes. BioRxiv Preprint, ( 10.1101/005074). [DOI]
  2. Bae, S. , Park, J. and Kim, J.S. (2014) Cas‐OFFinder: a fast and versatile algorithm that searches for potential off‐target sites of Cas9 RNA‐guided endonucleases. Bioinformatics 30(10), 1473–1475. [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Cong, L. , Ran, F.A. , Cox, D. , Lin, S. , Barretto, R. , Habib, N. , Hsu, P.D. et al (2013) Multiplex genome engineering using CRISPR/Cas systems. Science (80‐.), 339, 819–824. [DOI] [PMC free article] [PubMed] [Google Scholar]
  4. Fu, Y. , Foden, J. A , Khayter, C. , Maeder, M.L. , Reyon, D. , Joung, J.K. and Sander, J.D. (2013) High‐frequency off‐target mutagenesis induced by CRISPR‐Cas nucleases in human cells. Nat. Biotechnol., 31, 822–826. [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Jinek, M. , Chylinski, K. , Fonfara, I. , Hauer, M. , Doudna, J. A and Charpentier, E. (2012) A programmable dual‐RNA‐guided DNA endonuclease in adaptive bacterial immunity. Science, 337, 816–821. [DOI] [PMC free article] [PubMed] [Google Scholar]
  6. Langmead, B. , Trapnell, C. , Pop, M. and Salzberg, S. (2009) Ultrafast and memory‐efficient alignment of short DNA sequences to the human genome. Genome Biol. 10, R25. [DOI] [PMC free article] [PubMed] [Google Scholar]
  7. Lin, Y. , Cradick, T.J. , Brown, M.T. , Deshmukh, H. , Ranjan, P. , Sarode, N. , Wile, B.M. et al (2014) CRISPR/Cas9 systems have off‐target activity with insertions or deletions between target DNA and guide RNA sequences. Nucleic Acids Res. 42, 7473–7485. [DOI] [PMC free article] [PubMed] [Google Scholar]
  8. Liu, H. , Ding, Y. , Zhou, Y. , Jin, W. , Xie, K. and Chen, L. L. (2017) CRISPR‐P 2.0: an Improved CRISPR‐Cas9 tool for genome editing in plants. Mol. Plant, 10(3), 530–532. [DOI] [PubMed] [Google Scholar]
  9. Montague, T.G. , Cruz, J.M. , Gagnon, J.A. , Church, G.M. and Valen, E. (2014) CHOPCHOP: a CRISPR/Cas9 and TALEN web tool for genome editing. Nucleic Acids Res. 42(W1), 401–407. [DOI] [PMC free article] [PubMed] [Google Scholar]
  10. Stemmer, M. , Thumberger, T. , Del Sol Keyer, M. , Wittbrodt, J. and Mateo, J.L. (2015) CCTop: an intuitive, flexible and reliable CRISPR/Cas9 target prediction tool. PLoS ONE 10(4), 1–11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  11. Tsai, S.Q. , Zheng, Z. , Nguyen, N.T. , Liebers, M. , Topkar, V.V. , Thapar, V. , Wyvekens, N. et al (2015) GUIDE‐seq enables genome‐wide profiling of off‐target cleavage by CRISPR‐Cas nucleases. Nat. Biotechnol. 33, 187–197. [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Xiao, A. , Cheng, Z. , Kong, L. , Zhu, Z. , Lin, S. , Gao, G. and Zhang, B. (2014) CasOT: a genome‐wide Cas9/gRNA off‐target searching tool. Bioinformatics 30(8), 1180–1182. [DOI] [PubMed] [Google Scholar]
  13. Xie, K. , Zhang, J. and Yang, Y. (2014) Genome‐wide prediction of highly specific guide RNA spacers for the CRISPR‐Cas9‐mediated genome editing in model plants and major crops. Mol. Plant 7, 923–926. [DOI] [PubMed] [Google Scholar]

Articles from Plant Biotechnology Journal are provided here courtesy of Wiley

RESOURCES