Skip to main content

GRIBCG: a software for selection of sgRNAs in the design of balancer chromosomes

Abstract

Background

Balancer chromosomes are tools used by fruit fly geneticists to prevent meiotic recombination. Recently, CRISPR/Cas9 genome editing has been shown capable of generating inversions similar to the chromosomal rearrangements present in balancer chromosomes. Extending the benefits of balancer chromosomes to other multicellular organisms could significantly accelerate biomedical and plant genetics research.

Results

Here, we present GRIBCG (Guide RNA Identifier for Balancer Chromosome Generation), a tool for the rational design of balancer chromosomes. GRIBCG identifies single guide RNAs (sgRNAs) for use with Streptococcus pyogenes Cas9 (SpCas9). These sgRNAs would efficiently cut a chromosome multiple times while minimizing off-target cutting in the rest of the genome. We describe the performance of this tool on six model organisms and compare our results to two routinely used fruit fly balancer chromosomes.

Conclusion

GRIBCG is the first of its kind tool for the design of balancer chromosomes using CRISPR/Cas9. GRIBCG can accelerate genetics research by providing a fast, systematic and simple to use framework to induce chromosomal rearrangements.

Background

Balancer chromosomes contain multiple inverted regions capable of suppressing crossovers during meiosis. They also contain dominant mutations that allow their unambiguous tracking during crosses, and recessive lethal mutations that prevent the recovery of homozygous progeny. These features make balancer chromosomes particularly useful in preventing the loss of recessive lethal or sterile mutations from a population (without manual selection) and during saturation mutagenesis screens [1,2,3]. In plant breeding, balancer chromosomes could help preserve the advantages of heterosis without full apomixis [4].

CRISPR/Cas9 genome editing can generate inverted regions similar to the rearrangements present in balancer chromosomes (Fig. 1) [5, 6]. Chromosomal rearrangements have been reported in C. elegans and zebrafish germlines, and in pig, mouse, and human somatic cells [5, 7,8,9,10]. Most notably, CRISPR/Cas9 was used to generate a large inversion at a specific site in C. elegans; in a part of the genome that was previously not covered by any balancer region [5].

Fig. 1
figure 1

Double-stranded breaks in multiple sites along the same chromosome arm can result in inversions. CRISPR/Cas9 can be used to target specific regions within an arm

The Cas9 complex consists of two primary components, the SpCas9 enzyme from S. pyogenes [6] and a single guide RNA (sgRNA). Each sgRNA consists of a 20-bp spacer sequence and an upstream 3-bp Protospacer Adjacent Motif (PAM) [6, 11]. Double-stranded breaks are induced by the annealing of the sgRNA to the target DNA followed by Cas9 cutting [11]. Cells then repair this break via homology-directed repair (HDR) or non-homologous end-joining (NHEJ). Double-stranded breaks in multiple sites along the same chromosome can result in inversions [12].

The efficiency of Cas9 cutting is reduced by mismatches between the PAM or spacer sequence and the target DNA. Mismatches in the PAM are poorly tolerated [13]. As a result, sgRNAs with high potential of cutting by SpCas9 will primarily contain a 5′-NGG-3′ PAM, where N is any DNA nucleotide. Mismatches in the spacer sequence affect cutting efficiency in both a position and a nucleic identity dependent manner [13].

Multiple tools have been developed for the optimal design of sgRNAs. These tools account primarily for the thermodynamics of binding, secondary structure properties, and position-dependent nucleotide compositions [14, 15]. Thermodynamic considerations contributing to the on-target activity of sgRNAs include GC content, entropy change, enthalpy change, free energy change, and melting temperature [14]. Secondary structure features include repetitive sequence counts, length of potential stem-loops, minimum energy of folding, and the longest poly-N for a sequence [14].

Here we describe GRIBCG (Guide RNA Identifier for Balancer Chromosome Generation), a tool to enable balancer chromosomes in multicellular organisms other than flies. GRBICG is a Perl and R based tool designed to be locally run on any computer. It is designed to accept any FASTA file containing a single genome and is freely available at https://sourceforge.net/p/gribcg/code/ci/master/tree/

GRIBCG identifies ideal sgRNAs for balancer chromosome generation based on on-target efficiency, off-target effects, and coverage. It selects sgRNAs that would cut a given chromosome multiple times, while minimizing off-target cuts in the rest of the genome. In D. melanogaster, it has been estimated that recombination events are suppressed within 2 Mbps on each side of an inversion breakpoint [2]. Our tool accounts for this fact by optimizing coverage, defined here as the percentage of a chromosome that is protected from recombination due to their proximity to an inversion breakpoint. Our choice of design parameters is intended to minimize the number of generations that must be screened in order to experimentally recover the balancer chromosomes.

Finally, we applied GRIBCG to several model organisms: mouse-ear cress (A. thaliana), fruit fly (D. melanogaster), worm (C. elegans), zebrafish (D. rerio), mouse (M. musculus), and rice (O. sativa), and successfully identified optimal sgRNAs with 70% or more coverage. We also compare the result of our tool with three routinely used D. melanogaster balancer chromosomes. Future experimental validation of our predicted sgRNAs would be necessary to assess the efficacy of GRIBCG.

Implementation

GRIBCG requires users to upload FASTA chromosome sequences. Additionally, GRIBCG can accept a FASTA file containing locations of all genes associated with a given organism. The pipeline selects ideal sgRNAs based on on-target, off-target, and coverage properties. GRIBCG is designed for local use in desktops or laptops, thus it is accessible through a graphical user interface (GUI). Users may upload FASTA-formatted files containing a list of known gene start and stop locations for each chromosome. An overview of the pipeline is depicted in Fig. 2 and the GUI in Fig. 3.

Fig. 2
figure 2

GRIBCG procedural steps in the generation of top sgRNA lists. Each chromosome is analyzed, selecting all potential 23-bp sequences containing 5′-NGG-3.’ Then, 18-bp partial sequence sites (PSS) are screened across all other chromosomes, producing an average cut distance for a given PTS based on PSSs. Off-target scoring calculated by counting presence of PSSs for given PTS on other chromosomes. PTSs with PSS sites on other chromosomes are rejected. Potential target sequences are then filtered by optimal cut counts for their chromosome. On-target scoring is performed for all remaining PTSs. A final list of top sgRNA designs per chromosome is generated based on off-target, on-target scoring, and coverage. Dashed arrows indicate optional parameters where users may upload a single file containing gene locations

Fig. 3
figure 3

GUI depicting the different options available to the user in GRIBCG. The tool provides a way to change individual parameters when filtering potential guide RNAs. In addition, each parameter comes with a short description of its role in the design process

First, GRIBCG searches for all potential sgRNA target sites in each chromosome. BioPerl is utilized for the sequence accession analysis. Each chromosome is analyzed for the presence of, on both strands, a given PAM (5′-NGG-3′ for S. pyogenes Cas9). The exact 23-bp potential target sequence (PTS) along with chromosomal position and flanking sequences is recorded. Each PTS has a corresponding partial sequence (PSS) or seed sequence. Due to the annealing properties of the CRISPR/Cas9 system to PTSs, nucleotide matched identity is weighted by their proximity to the PAM sequence (downstream). Due to the considerable size of many genomes, this tool often has variable performances in both computation cost and time. In order to limit memory usage, a temporary file is created containing all PTSs in the uploaded FASTA chromosome file(s). M. musculus, for instance, required 19 GB of space during the generation of a single temporary file.

Next, potential sgRNAs are binned to reduce computation complexity. GRIBCG merges all cut locations for each binned group based on PTS sites. We perform this step to reduce computation complexity as comparing efficiency scores for sgRNAs yields a computation complexity of O(n2) and there can be up to 107 unique sgRNAs in larger genomes. Our choice to use this seed sequence is validated by the experimentally determined effect of mismatches between positions from Hsu et al. [16].

GRIBCG then analyzes total coverage of an entire chromosome based on Cas9-induced breakpoint positions. Considering a total of 4 Mbp surrounding a breakpoint, the algorithm calculates the ideal cut count and filters out PSSs bins that exceed this threshold. It is important to note that the distance between PTSs, and thus between potential breakpoints, often varies widely. For instance, PTSs may contain identical cut counts yet result in different coverages because of the proximity between sites (Fig. 4).

Fig. 4
figure 4

Ideal balancer (top) produced by a single sgRNA in fourth chromosome of A. thaliana. Each inversion breakpoint protects the surrounding 4 Mbps from recombination. GRIBCG optimizes coverage, resulting in more evenly spaced breakpoints. A non-ideal balancer (below) produced by a single sgRNA, on the same chromosome as above, where breakpoints are situated near one another leaving most of the chromosome unprotected. Each vertical line represents a given double-stranded break

sgRNAs surpassing the predefined coverage threshold are then analyzed for on-target activity. All PTSs on-target scores are then calculated via the R-tool predictSGRNA [14, 15]. This tool analyzes PTS candidates based on property models from existing CRISPR datasets and provides a list of efficiency scores for each PTS. PSS bins with average on-target efficiencies less than the pre-defined on-target threshold are removed from further analysis.

GRIBCG calculates off-target activity to minimize undesired double-stranded breaks. For instance, mismatches between the sgRNA and the PTS has varying effects on Cas9 activity [16]. This leniency is accounted for by weighing base mismatches and assigning an off-target score. Due to the extensive filtering performed, the algorithm can afford to utilize a new mismatch analysis, the Cutting Frequency Determination (CFD) [12]. CFD considers both nucleic identity and position parameters as metric of determining the frequency of a cut based on mismatch percentage. Each mismatch is pooled into a product of penalty scores to give a CFD value between 0 (least efficient) and 1 (most efficient). This allows GRIBCG to determine undesirable off-target cuts for each PSS bin. Each PTS is then compared to all other PTSs on the remaining chromosomes in order to find probable off-target sites. For example, each PTS on the first chromosome would be compared to all PTSs not on the first chromosome. A total score is summed for each PTS and all probable off-target sites are reported.

Finally, GRIBCG defines a sgRNA Sequence Value (SSV) as the final metric used to select the ideal sgRNAs. This metric is calculated by standardizing all PTSs on their respective chromosomes based on total chromosomal coverage and off-target efficiency scoring. For each sgRNA, this metric is the ratio of total coverage to the sum of off-target CFD scores:

$$ SSV=\frac{Coverage_i}{1+\sum \limits_{j\ne i}{soCFD}_j} $$

where i is the target chromosome, j refers to all other chromosomes within the genome, and soCFDj is the sum of CFD scores for all off-target sites in chromosome j above the predefined threshold established by Doench et al. [13]. SSV gives users a meaningful, single score for the sgRNA design. The average on-target predictSGRNA efficiency score is also reported. By default, the tool considers both off-target and coverage features, but a user may opt to remove the consideration of off-target effects. The top sgRNAs (default of 5) are then reported with their corresponding SSVs.

Discussion and results

We implemented GRIBCG to generate sgRNAs for six of the best-established model organisms (Table 1). We present a case study of A. thaliana, which had 70% or more coverage for the top sgRNAs of each chromosome (Table 2). A total of 8,099,451 unique potential cut sites were screened. From there, all seed sequences were binned to give a total of 7,541,563 sequences. Thresholding of coverage further reduced the number of sequences to 2804 multi-site cutting seed sequences. On-target efficiency was then analyzed on every target site and averaged across each sequence respective to their chromosome. After filtering, a total of 7145 sites remained. Finally, the off-target frequency was analyzed using CFD scoring to optimize on-target and off-target cutting.

Table 1 Performance metrics of GRIBCG on various genomes
Table 2 Top ideal GRIBCG-generated sgRNAs for each chromosome in A. thaliana and C. elegans

We compared the results from GRIBCG to two of the most commonly used balancer chromosomes in D. melanogaster. Figure 5 depicts the locations of all potential inversion breakpoints throughout the second (SM6a) and third (TM3 and TM6) balancer chromosomes in D. melanogaster [1]. The estimated coverage of these balancer chromosomes are 46, 52, and 43%, respectively. In comparison, the top GRIBCG-selected sgRNAs that would result in the same number of breakpoints for the second and third chromosomes cover 57 and 61%, respectively. This suggests that newly generated balancer chromosomes designed with our tool would perform similarly to existing ones.

Fig. 5
figure 5

Comparison between GRIBCG results and existing fruit fly balancer chromosomes. a. SM6a is the most common second chromosome balancers in D. melanogaster, as described in Miller et al. 2016. Each vertical line represents a given double-stranded break. These breakpoints span the entire arm, encompassing both intergenic and genic regions. Below, the top ideal sgRNA for the same chromosome is depicted as generated by GRIBCG. b. TM3 and TM6 are the most common third chromosome balancers in D. melanogaster. Arrows indicate the breakpoints corresponding to the known sequence of inversions in the generation of TM3 or TM6. Below, the top ideal sgRNA for the same chromosome is depicted as generated by GRIBCG

Conclusion

GRIBCG is a fast and easy-to-use tool for the selection of sgRNAs in the rational design of balancer chromosomes. While previous work has demonstrated successful generation of balanced regions in C. elegans and Danio rerio [5, 8], our tool is the first designed to create a completely balanced chromosome with the use of a single sgRNA. Experimentally, using a single sgRNA would eliminate the need for multiple rounds of transformation, and decrease the number of generations that need to be screened in order to identify a completely balanced chromosome. Thus, our work offers the possibility of expanding the use of balancer chromosomes to multicellular organisms other than D. melanogaster. Ultimately, the sgRNAs predicted by GRIBCG would need to be tested experimentally to validate the effectiveness of our software.

Availability and requirements

Project name: GRIBCG

Project Homepage: https://sourceforge.net/p/gribcg/code/ci/master/tree/

Operating System: Linux (Ubuntu 18.04)

Programming Languages: Perl 5 and R 3.4.4

Other Requirements: Perl Tk, BioPerl, predictSGRNA

License: None

No restrictions of use for academic or non-academic purposes.

Abbreviations

CFD:

Cutting Frequency Determination

Gb:

Gigabyte

GUI:

Graphical user interface

Mb:

Megabyte

Mbp:

Megabase-pairs

PSS:

Partial sequence site

PTS:

Potential target site

sgRNA:

single-guide RNA

soCFD:

significant off-target CFD

References

  1. Ashburner M. Drosophila. A laboratory handbook. New York: Cold Spring Harbor Laboratory Press; 1989.

  2. Miller DE, Cook KR, Arvanitakis AV, Hawley RS. Third chromosome balancer inversions disrupt protein-coding genes and influence distal recombination events in Drosophila melanogaster. G3: Genes, Genomes, Genetics. 2016;6(7):1959–67.

    Article  CAS  Google Scholar 

  3. Miller DE, Cook KR, Hemenway EA, Fang V, Miller AL, Hales KG, Hawley RS. The molecular and genetic characterization of second chromosome balancers in Drosophila melanogaster. G3: Genes, Genomes, Genetics. 2018;8(4):1161–71.

    Google Scholar 

  4. Chan SW. Chromosome engineering: power tools for plant genetics. Trends Biotechnol. 2010;28(12):605–10.

    Article  CAS  Google Scholar 

  5. Iwata S, Yoshina S, Suehiro Y, Hori S, Mitani S. Engineering new balancer chromosomes in C. Elegans via CRISPR/Cas9. Sci Rep. 2016;6:33840.

    Article  CAS  Google Scholar 

  6. Ran FA, Hsu PD, Wright J, Agarwala V, Scott DA, Zhang F. Genome engineering using the CRISPR-Cas9 system. Nat Protoc. 2013;8(11):2281.

    Article  CAS  Google Scholar 

  7. Blasco RB, Karaca E, Ambrogio C, Cheong T-C, Karayol E, Minero VG, Voena C, Chiarle R. Simple and rapid in vivo generation of chromosomal rearrangements using CRISPR/Cas9 technology. Cell Rep. 2014;9(4):1219–27.

    Article  CAS  Google Scholar 

  8. Xiao A, Wang Z, Hu Y, Wu Y, Luo Z, Yang Z, Zu Y, Li W, Huang P, Tong X. Chromosomal deletions and inversions mediated by TALENs and CRISPR/Cas in zebrafish. Nucleic Acids Res. 2013;41(14):141.

    Article  Google Scholar 

  9. Yang L, Güell M, Niu D, George H, Lesha E, Grishin D, Aach J, Shrock E, Xu W, Poci J. Genome-wide inactivation of porcine endogenous retroviruses (PERVs). Science. 2015;350(6264):1101–4.

    Article  CAS  Google Scholar 

  10. Zheng B, Sage M, Cai W-W, Thompson DM, Tavsanli BC, Cheah Y-C, Bradley A. Engineering a mouse balancer chromosome. Nat Genet. 1999;22(4):375–8.

    Article  CAS  Google Scholar 

  11. Doudna JA, Charpentier E. The new frontier of genome engineering with CRISPR-Cas9. Science. 2014;346(6213):1258096.

    Article  Google Scholar 

  12. Li J, Shou J, Guo Y, Tang Y, Wu Y, Jia Z, Zhai Y, Chen Z, Xu Q, Wu Q. Efficient inversions and duplications of mammalian regulatory DNA elements and gene clusters by CRISPR/Cas9. J Mol Cell Biol. 2015;7(4):284–98.

    Article  CAS  Google Scholar 

  13. Doench JG, Fusi N, Sullender M, Hegde M, Vaimberg EW, Donovan KF, Smith I, Tothova Z, Wilen C, Orchard R. Optimized sgRNA design to maximize activity and minimize off-target effects of CRISPR-Cas9. Nat Biotechnol. 2016;34(2):184–91.

    Article  CAS  Google Scholar 

  14. Kuan PF, Powers S, He S, Li K, Zhao X, Huang B. A systematic evaluation of nucleotide properties for CRISPR sgRNA design. BMC Bioinforma. 2017;18(1):297.

    Article  Google Scholar 

  15. Xu H, Xiao T, Chen C-H, Li W, Meyer C, Wu Q, Wu D, Cong L, Zhang F, Liu JS. Sequence determinants of improved CRISPR sgRNA design. Genome Res. 2015;25(8):1147–57.

    Article  CAS  Google Scholar 

  16. Hsu PD, Scott DA, Weinstein JA, Ran FA, Konermann S, Agarwala V, Li Y, Fine EJ, Wu X, Shalem O. DNA targeting specificity of RNA-guided Cas9 nucleases. Nat Biotechnol. 2013;31(9):827–32.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

We are grateful to Dr. Jung Choi, director of MS in Bioinformatics at Georgia Institute of Technology, for his valuable feedback on this project.

Funding

Funding is provided by the Georgia Institute of Technology Bioinformatics Graduate Program through a Graduate Research Assistantship to B.B.M. The Bioinformatics Graduate Program did not participate in the design of the study, analysis, interpretation of data or writing of the manuscript. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors.

Availability of data and materials

GRIBCG is available from Github at: https://github.com/bmerritt1762/GRIBCG or SourceForge at: https://sourceforge.net/p/gribcg/code/ci/master/tree/

All genomes were gathered for GRIBCG analysis from ftp://ftp.ncbi.nlm.nih.gov/genomes/all/.

Accessions:

O. sativa (GCF_000005425.2): NC_008394.4, NC_008395.2, NC_008396.2, NC_008397.2, NC_008398.2, NC_008399.2, NC_008400.2, NC_008401.2, NC_008402.2, NC_008403.2, NC_008404.2, NC_008405.2, NC_001320.1, NC_011033.1, NC_001751.1

A. thaliana (GCF_000001735.4): NC_003070.9, NC_003071.7, NC_003074.8, NC_003075.7, NC_003076.8, NC_037304.1, NC_000932.1

C. elegans (GCF_000002985.6): NC_003279.8, NC_003280.10, NC_003281.10, NC_003282.8, NC_003283.11, NC_003284.9, NC_001328.1

M. musculus (GCF_000001635.26): NC_000067.6, NC_000068.7, NC_000069.6, NC_000070.6, NC_000071.6, NC_000072.6, NC_000073.6, NC_000074.6, NC_000075.6, NC_000076.6, NC_000077.6, NC_000078.6, NC_000079.6, NC_000080.6, NC_000081.6, NC_000082.6, NC_000083.6, NC_000084.6, NC_000085.6, NC_000086.7, NC_000087.7, NC_005089.1

D. rerio (GCF_000002035.6): NC_007112.7, NC_007113.7, NC_007114.7, NC_007115.7, NC_007116.7, NC_007117.7, NC_007118.7, NC_007119.7, NC_007120.7, NC_007121.7, NC_007122.7, NC_007123.7, NC_007124.7, NC_007125.7, NC_007126.7, NC_007127.7, NC_007128.7, NC_007129.7, NC_007130.7, NC_007131.7, NC_007132.7, NC_007133.7, NC_007134.7, NC_007135.7, NC_007136.7, NC_002333.2

Author information

Authors and Affiliations

Authors

Contributions

BBM developed the algorithms and coded the software package. BBM and LSC designed the software and analyzed results. Both authors read and approved the final manuscript.

Corresponding author

Correspondence to Lily S. Cheung.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interest.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Merritt, B.B., Cheung, L.S. GRIBCG: a software for selection of sgRNAs in the design of balancer chromosomes. BMC Bioinformatics 20, 122 (2019). https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-019-2712-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12859-019-2712-x