Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2019 Oct 18;48(D1):D535–D544. doi: 10.1093/nar/gkz915

CRISPRCasdb a successor of CRISPRdb containing CRISPR arrays and cas genes from complete genome sequences, and tools to download and query lists of repeats and spacers

Christine Pourcel 1,, Marie Touchon 2,3, Nicolas Villeriot 1, Jean-Philippe Vernadet 1, David Couvin 4, Claire Toffano-Nioche 1, Gilles Vergnaud 1
PMCID: PMC7145573  PMID: 31624845

Abstract

In Archaea and Bacteria, the arrays called CRISPRs for ‘clustered regularly interspaced short palindromic repeats’ and the CRISPR associated genes or cas provide adaptive immunity against viruses, plasmids and transposable elements. Short sequences called spacers, corresponding to fragments of invading DNA, are stored in-between repeated sequences. The CRISPR–Cas systems target sequences homologous to spacers leading to their degradation. To facilitate investigations of CRISPRs, we developed 12 years ago a website holding the CRISPRdb. We now propose CRISPRCasdb, a completely new version giving access to both CRISPRs and cas genes. We used CRISPRCasFinder, a program that identifies CRISPR arrays and cas genes and determine the system's type and subtype, to process public whole genome assemblies. Strains are displayed either in an alphabetic list or in taxonomic order. The database is part of the CRISPR-Cas++ website which also offers the possibility to analyse submitted sequences and to download programs. A BLAST search against lists of repeats and spacers extracted from the database is proposed. To date, 16 990 complete prokaryote genomes (16 650 bacteria from 2973 species and 340 archaea from 300 species) are included. CRISPR–Cas systems were found in 36% of Bacteria and 75% of Archaea strains. CRISPRCasdb is freely accessible at https://crisprcas.i2bc.paris-saclay.fr/.

INTRODUCTION

Clustered regularly interspaced short palindromic repeats (CRISPRs) have been described in a wide range of prokaryotes, including 80% of Archaea and 40% of Bacteria strains for which complete genome sequences were available (1). They consist in the succession of 23–50 bp repeated sequences (often called direct repeats or DR) separated by unique sequences of a similar length called spacers (2–5). The spacers correspond to fragments of foreign DNA originating mostly from viruses and other mobile genetic elements (6–10). Usually, a cluster of genes called cas for CRISPR-associated is located in the vicinity of a CRISPR, and together they form a CRISPR–Cas system (11). When several CRISPRs with the same repeat are present at different positions along the chromosome, only one cluster of cas genes is found, flanked by one or two CRISPR arrays. Cas proteins play a role in the three steps of the CRISPR–Cas immunity, the acquisition of new spacers, the maturation of a long CRISPR transcript into small crRNAs and the interference which is the targeting and cleavage of the invading genome (mostly DNA but also RNA in some systems). CRISPR–Cas systems are of great interest both for basic research and biotechnological developments. There is a large diversity of Cas clusters (12) and thorough analysis of available genomes allowed to distribute them into two classes, six types (I to VI) and 33 subtypes (13,14). Class 1 systems necessitate a group of Cas to perform interference, whereas in the class 2 systems interference is performed by a large multifunction protein such as Cas9, Cas12 and Cas13 in type II, type V and type VI systems respectively (13,15). CRISPR–Cas systems can be found on plasmids and are often associated with transposable elements allowing their transfer between strains and species (16).

Dedicated software have been developed to detect CRISPR arrays, the most used being PILER-CR (17), CRT (18), CRISPRFinder (19) and MinCED (https://github.com/ctSkennerton/minced). Detection of Cas proteins is performed either by BLAST or by Hidden Markov Model (HMM) search such as in CasFinder, a development of MacSyFinder (20) and HMMCAS (21), using a set of reference Cas from well-known systems. Defining accurately the CRISPR–Cas systems remains a challenge when new genomes are analysed, particularly for the detection of Cas9-like proteins which show a high degree of diversity (22–24). HMM protein profiles such as those available at TIGRFAM (25) or Pfam sites (26) need to be improved when new sequences become available.

Databases that can be queried online are valuable tools to investigate the diversity of the CRISPR–Cas systems, if they are regularly updated. Following the development of the CRISPRFinder program, we launched the first website dedicated to these structures and holding a database called CRISPRdb (27). Recently we created a new website and developed a tool called CRISPRCasFinder which associates CRISPRFinder and CasFinder to identify both CRISPR arrays and cas genes in submitted sequences (28). Other databases were created such as CRISPI (29), CRISPRBank (30), CRISPRone (31) and CRISPRminer (32). CRISPRDetect is a program that can be used locally or online to analyse genome sequences (30), whereas CRISPRdisco allows the discovery and analysis of CRISPR–Cas systems by installing the program locally (33). We now describe CRISPRCasdb, the database built with CRISPRCasFinder and we compare it to other available online databases.

MATERIALS AND METHODS

Database and software design and implementation

CRISPRCasdb and associated services are implemented in Microsoft .Net Core 2.2 (multiplatform web application framework), PostgreSQL 9.5 (RDBMS) and Python (database feeding and updates, BLAST jobs management). Both database and web server run on a single 4-cores virtual machine, while a physical server with 64 cores and 128Gb of memory provides the calculation part for CRISPR and Cas detection and BLAST jobs (34). Both machines run in a Linux environment (Ubuntu 16.04).

The core application consists of two main programs: CRISPRCasFinder to detect CRISPRs and cas genes and extract them from a genomic sequence, and ‘Database Tools’ for downloading prokaryotic genomes, metadata and taxonomy from the NCBI ftp site, running CRISPRs and Cas detection scripts on downloaded sequences, storing results, and allowing BLAST searches on DRs and spacers stored in the database. CRISPRCasFinder is a full command line tool written in-house in Perl. It is used to process published genome sequences and to feed the CRISPRCas database. It can also be run interactively through the web interface for submission and analysis of users sequence data (28). ‘Database Tools’ are a set of Python and Perl scripts (the workflow is shown in Supplementary Figure S1). Downloading of genomic sequences, CRISPRs and Cas detection, and motifs extraction are fully automated.

The .Net Core Framework, providing a set of tools for object-oriented web programming and an integrated web server is used to build a web resource on top of these programs. This preserves platform independence across multiple operating systems and allows the user to interact with the different CRISPR tools programs without computer programming or (shell) scripting skills.

The database (CRISPRCasdb)

CRISPRCasdb is a relational database implemented using postsgreSQL 9.5. The flowchart on Figure 1A summarizes the different steps of the database constitution. Supplementary Figure S2 shows the Unified Modeling Language (UML) class diagram, and Supplementary Figure S3 shows the tables interactions. Currently, CRISPRCasdb is composed of 15 tables. A BLAST search against lists of repeats and spacers has been implemented (Figure 1B).

Figure 1.

Figure 1.

Workflow for the development of CRISPRCasdb. (A) Workflow for the recovery of genome sequences and associated data, CRISPRCasFinder calculation, storage and display of data. (B) Implementation of CRISPRCasdb-BLAST. Sequences provided in the output of CRISPRCasdb, CRISPRCasFinder, CRISPRCasMeta or directly submitted by users can be blasted against lists of repeats and spacers from the database.

The database is regularly updated by adding newly available genomes, and a version of the updater scripts allowing weekly update is being developped. If a major evolution of the CRISPRCasFinder program or associated HMM profiles is released, all the available genomes are downloaded and re-analysed when updating the database. This allows regularly improving the definition of structures when new Cas types and subtypes are defined.

In June 2019, all ‘complete genome’ and ‘chromosome’ publicly available in GenBank were recovered from NCBI (35) together with taxonomy information (36), and the database was built using CRISPRCasFinder v4.2.19 program. The selected criteria require that the minimal structure of a putative CRISPR should consist in at least two successive direct repeats with a maximum of one mismatch, separated by one spacer. Tests are performed to classify the putative CRISPRs arrays with evidence level 1 to 4. CRISPRs of less than 4 spacers with three or more perfect repeats are assigned the lowest evidence level. The other CRISPRs are classified based on the conservation of repeats which must be high in a real CRISPR array, and on the similarity between spacers which must be low. We measure CRISPR repeat conservation based on Shannon's entropy and produce an EBcons (entropy-based conservation) index (28). Level 4 CRISPRs are the most reliable ones and levels 1, 2 and 3 must be considered with caution as they may correspond to false CRISPRs. Putative Cas proteins are searched by sequence similarity using HMM protein profiles (15,23). The assignment of a protein to a given subtype is decided based on its compliance with the content and organization defined in each model (one by subtype) of CasFinder v2.0.3 (20,28). Subtypes of class 1 systems are detected from three genes, while class 2 systems necessitate a single signature gene. Thus, if a class 1 cas gene cluster contains less than three genes, or if a cluster has an atypical content or organization, no subtype can be determined. In addition, if the content of the cluster is not informative enough to accurately determine the subtype, the system is called CAS. CRISPR arrays and cas clusters are detected independently of each other. Therefore, CRISPR are indicated, whether or not cas genes are present, and vice-versa.

A dump of the database content, and lists of consensus repeats and spacers are provided on the website for download.

RESULTS

The CRISPR–Cas++ website which holds the CRISPRCasdb and associated tools was designed to allow fast analyses and updates of the site. In the current version of the database, only complete genomes of bacteria and archaea strains were analysed. Downloading of the genomes and metadata from 16 990 strains (available on June 2019), and CRISPRCasFinder calculation were achieved in 150 h.

CRISPRCasdb: display and query

The strains can be displayed as an alphabetical list or by taxonomy, allowing observation of CRISPR–Cas systems in phylogenetically related species, and search can be performed by strain name or GenBank/RefSeq accession number. ‘Metrics’ provides the date of the last update and global statistics on the number of Cas clusters and level 4 CRISPR arrays. The list of strains can be filtered on the basis of CRISPR or cas number or on the presence of CRISPRs with evidence levels 1 to 4, species Taxid, Cas name and CRISPR–Cas type. Figure 2 details some of the pages which can be viewed when selecting a strain within the alphabetical order view. After clicking on the strain name (step 1), a table on the right appears, showing for each genome present in the strain (chromosome or plasmid) the CRISPRs and cas genes clusters that have been found. Authorizing small CRISPR-like structures in the database sometimes leads to an important amount of evidence level 1 arrays. For convenience they can be hidden to facilitate observation of the most interesting structures. The CRISPR–Cas type and subtype is indicated together with the cas genes cluster position on the genome, the number of spacers or cas genes and the consensus repeat sequence. An indication of the repeat orientation (when known) and of the CRISPR evidence level is shown. On top of the page, a schematic representation of the genome displays the positions of the CRISPR arrays and cas genes. An arrow appears when an element is selected. Querying a CRISPR locus (step 2) leads to a page containing a graphical representation together with sequence retrieval tools. The repeat sequence is shown in yellow, the spacers are shown in different colours together with their position in the genome, and 100 bp of flanking sequence are provided. The CRISPR sequence and the list of spacers in Fasta format can be uploaded allowing analyses with other bioinformatic resources. Furthermore it is possible to perform a BLAST search of one or several repeats or spacers against the complete list of level 4 repeats and of spacers present in the database (step 3 and following paragraph).

Figure 2.

Figure 2.

Screenshots of the browse page and output in CRISPRCasdb. (1) Selecting a strain leads to a schematic representation of the genome with the position of CRISPR arrays and cas clusters present in the genome(s) and a table with their position, sequence of the consensus repeats and name of cas genes. (2) The CRISPR array is depicted with repeats coloured in yellow and spacers with different colours. (3) Selected sequences (repeat or spacer) can be blasted against lists present in the database.

The repeats and spacers lists

Repeat sequences of all the evidence level 4 CRISPRs from the database are listed and can be downloaded as a fasta file. Presently they amount to 19 321 sequences. For each repeat the id of the CRISPR in which the sequence was observed is indicated. Similarly, a list of 211 397 spacers encountered in level 4 CRISPRs is available. A dedicated page called ‘search DR/spacers’ allows running a BLAST (blastn) using selected spacers or repeats against these lists with a default cutoff E-value of 0.1 and a matching length of at least 70% the queried sequence size. A maximum of 200 results per sequence queried is displayed and the mismatches are shown in red (Figure 2, bottom panel). Clicking anywhere on a line showing the alignment leads to the name of the target genome in which it is present and display of the corresponding CRISPR. A BLAST search can also be sent from CRISPRs stored in the database or following a CRISPRCasFinder search.

Distribution of CRISPR–Cas systems

CRISPRCasdb has been constructed using public complete genome sequences (unpublished sequences can be analysed via the CRISPRCasFinder page). A large proportion of the structures qualifying as CRISPRs using the defined parameters possess four or less than four spacers and the majority of these are classified as level 1 and level 2. However, if they show a repeat present in a level 4 CRISPR, they will be upgraded and shown as level 4 in CRISPRCasdb. Among Bacteria and Archaea, respectively 36% and 75.3% have at least one cas genes cluster and one level 4 CRISPR (Table 1). These percentages are somewhat biased by the differential representation of sequenced strains inside species but, due to the wide genetic diversity inside some species, it is impossible to select a single representative strain. Most importantly the percentages are based on the bacteria and archaea which genome has been fully sequenced and therefore cannot be representative of the full microbial diversity. A total of 622 genomes (about 4%) belonging to 240 species in 125 genera have no cas genes cluster but at least one level 4 CRISPR. In the majority of cases some or all the cas genes necessary to make a functional cluster are indeed absent and therefore the cluster is not identified by the Subtyping model of Cas-Finder. In some strains putative Cas may not be detected because they do not present sufficient similarities with proteins used to derive the HMM models. Finally, a few percent of strains have cas genes clusters with no detectable CRISPR (Table 1). In Bacteria 546/15938 (3.4%) plasmids possess a level 4 CRISPR whereas in Archaea the ratio of plasmids carrying a CRISPR is 30/179 (16.7%). The longest CRISPR with 587 spacers is found in the Bacteria Haliangium ochraceum strain DSM 14365 (GCA_000024805). Interestingly, Archaea have statistically a larger number of spacers in total, distributed into several CRISPR arrays as shown on Figure 3 and Supplementary Figure S4. More than 50% of archaeal genomes have a total of 100 or more spacers. Given the generally small size of archaeal genomes this reflects the importance of CRISPR–Cas systems in Archaea. In Bacteria, the majority of genomes have a total of 50 spacers or less. Supplementary Figure S5 shows that no correlation can be made between the size of bacterial or archaeal genome and the total number of spacers.

Table 1.

Distribution of level 4 CRISPR arrays and of cas clusters (CAS) in Bacteria and Archaea

graphic file with name gkz915tbl1.jpg

Figure 3.

Figure 3.

Evaluation of total number of spacers per strain. (A) Total number of spacers present in 6769 bacterial genomes and 282 archaeal genomes. (B) Genomes are distributed in percentage in function of the number of spacers.

Wide differences are observed among the CRISPRs, in the repeat sequence, its size and the size of the spacers. The diagrams on Figure 4 show the total number (A) or the percentage (B) of CRISPR arrays with repeat size from 23 to 50 bp. A similar pattern is seen when the distribution of DR size is shown according to species (Supplementary Figure S6). As previously observed on a smaller amount of genomes in both Archaea and Bacteria, three major size classes are observed with repeat of small (24–25 bp), medium (28–30 bp) and large size (36–37 bp). Archaea tend to possess CRISPRs with small repeats whereas those with the largest repeat size, >40 bp are found only in Bacteria and are mostly associated with Cas type II systems. By calculating the respective sizes of repeats and spacers we find that the size range of repeat plus spacer is 55–81 bp with a peak in the range 60–67 bp (Figure 5).

Figure 4.

Figure 4.

Repeat size distribution. (A) x is the repeats size in bp and y is the number of CRISPR arrays. (B) x is the repeats size in bp and y is the percentage of CRISPR arrays.

Figure 5.

Figure 5.

Relative size of spacers and repeats. x is the total size of ‘repeat + spacer’ and y is the percentage of size occurrence.

Figure 6 shows the distribution of systems’ type and subtype while Supplementary Table S1 shows details on types combinations inside strains. With the exception of three strains, only type I and type III systems are found in Archaea, type I-B being the most abundant. A class 2 type V-A system was observed in Methanoplasma termitum strain MpT1 and in two strains of Methanomethylophilus alvus, Mx-05 and Mx1201, with CRISPRs possessing a closely associated repeat. Type V-A systems possess a long Cas protein (Cas12/Cpf1) which performs multiple functions similarly to type II Cas9 (37). The Cas12 of these three strains showed 39% identity, as low as with the reference bacterial Cpf1 proteins from Francisella novicida. In Bacteria, type I systems (in particular type I-E) are the most abundant and type IV, V and VI are rare.

Figure 6.

Figure 6.

Number of Cas types and subtypes. The different CRISPR–Cas subtypes are shown on the x axis and the percentage of genomes are shown on the y axis.

In Archaea, type I and type III are often associated and co-localized as shown on Supplementary Figure S7 for Metallosphaera sedula ARS120. In total, 123 out of 142 type III-B systems are associated with a type I-A, type I-B or type I-C system. Such associations are also observed in bacteria not only with type I systems but also with other Cas types (Supplementary Table S1). It was proposed that type I and type III cooperate to counteract viral escape in Marinomonas mediterranea (38).

The analysis of large numbers of strains from a single species confirms that some species or genus seem to be completely or mostly devoid of CRISPR–Cas systems. For example in Staphylococcus aureus only five strains out of 449 possess a type III-A system. In the genus Bordetella with a total of 637 strains analysed in the database, only three possess a CRISPR–Cas system. Intracellular organisms such as Chlamydia, Rickettsia and Brucella have no CRISPR–Cas systems. By contrast Thermophilic bacteria and cyanobacteria often possess several CRISPR–Cas systems (mostly combinations of type I and type III systems) with multiple CRISPRs, some of them being very long. This is the case of Sphaerospermopsis kisseleviana NIES-73 with nine cas clusters, or of all the members of the Caldicellulosiruptor genus with up to six different cas clusters.

Comparison with other databases

We could identify four additional web-based databases for CRISPR arrays and cas genes (Table 2). CRISPI (https://crispi.genouest.org/) is mostly dedicated to the identification of CRISPR arrays whereas CRISPRBank, CRISPRone and CRISPRminer use different programs to define CRISPR and cas clusters, which results in a number of differences with CRISPRCasdb. We previously discussed the performances of the CRISPR and cas genes identification tools in the different programs and concluded that none achieved a perfect identification of both (28). Accordingly when comparing the databases we could observe a number of discrepancies in characterization of CRISPR arrays and definition of cas gene clusters, although overall these databases can be complementary in providing a thorough investigation of CRISPR–Cas systems. Improvements of CRISPRFinder are regularly made to obtain a more accurate definition, the last version including the possibility to validate small CRISPRs when their repeat belongs to a level 4 CRISPR. Such small CRISPRs are not taken into account in the other databases.

Table 2.

Comparison between CRISPRCasdb and previously established databases for CRISPR arrays and Cas

Name Date issue Last update Nbr Bacteria Nbr Archaea CRISPR detection Cas detection System type
CRISPRdb 2007 2017/05/09 6782* 232* CRISPRFinder no no
CRISPI 2009 2017/03/21 2644 168 Pygram BLAST no
CRISPRBank 2016 2571* 162* CRISPRDetect GenBank annotation yes
CRISPRone 2017 2018/08/01 32 288 MetaCRT HMM search yes
CRISPRminer 2018 2017 43 140 167 PILER-CR HMM search yes
CRISPRCasdb 2018 2019/06/17 16 650* 340* CRISPRFinder HMM search yes

*Complete genomes only.

The web sites also differ in the interface and tools offered. CRISPRBank (http://bioanalysis.otago.ac.nz/CRISPRBank/) possesses CRISPR arrays and cas genes from 2733 strains and can be accessed by querying repeats and spacers. CRISPRminer (http://www.microbiome-bigdata.com/CRISPRminer) provides a database of CRISPR and cas genes from complete and draft prokaryote genomes, and additional information on self-targeting, anti-CRISPR genes and the nature of protospacers. Genomes can be browsed by providing the name of a strain or RefSeq ID or using taxonomic classification. CRISPRone provides a long list of ‘mock CRISPRs’, most of which are not detected by CRISPRFinder or by Tandem Repeat Finder (TRF) (39), which raises questions on their relevance. CRISPRone (http://omics.informatics.indiana.edu/CRISPRone/), like CRISPRminer displays CRISPR arrays and cas genes in a graphical fashion and provides different files with details on repeats and spacers.

Presentation in CRISPRCasdb of analysed genomes in the form of an alphabetical list of strains or taxonomic classification is particularly useful to browse the database and discover potentially interesting CRISPR–Cas systems. This interface is not proposed in the other databases available on the web as one must indicate the name or accession number of the organism to query. In CRISPRCasdb the possibility to apply filters such as on the CRISPR arrays evidence levels or presence/absence of Cas allows to select the most relevant information for a given purpose.

DISCUSSION AND FUTURE PROSPECTS

CRISPRCasdb by allowing the identification of both CRISPRs and cas genes is a major improvement over CRISPRdb and will replace it once users are fully aware of the new database. We first chose to analyse only complete genomes because we were concerned by the correct identification of CRISPR–Cas systems, which requires that the full cas gene cluster be present on a single sequence. In the future, data extracted from draft or large contigs will be included with an indication of their nature. Following the first analyses by Banfield's group (40) detection of CRISPR arrays in metagenomics data has been performed by different teams and specific tools were developed such as Crass (41), MinCED (https://github.com/ctSkennerton/minced) and MetaCRAST (42). It will be an interesting challenge to propose such tools on CRISPR-Cas++ owing to the considerable size of data to be processed and required calculation time.

Some functions offered together with CRISPRdb will be implemented, such as a tool to compare alleles of a given CRISPR array among strains, and classify the spacers. Several programs are available such as CRISPRtionary (43), CRISPR Visualizer (44) and CRISPRStudio (45) for comparative visualization of CRISPR content. The new CRISPR–Cas++ website has high performances and flexibility which will allow further evolutions. Its architecture was designed to allow additional developments and in particular the possibility to evolve toward a real webserver by proposing an Application Programming Interface (API). This will give the possibility to interact programmatically with the database and the different applications.

We performed some analyses on the database content to illustrate its potential use but more need to be done to understand the distribution of CRISPR–Cas systems in prokaryotic genomes. The resource was developed to allow such investigations by the scientific community. Our results confirmed observations made with a smaller number of strains and highlighted some characteristics previously described such as the absence of CRISPR–Cas systems in some species and genera (33). Among strains possessing level 4 CRISPRs and no complete cas gene cluster, undetected cas genes might be present. We observed putative Cas9-like proteins that are highly divergent from the known reference proteins and which need to be further investigated. To better identify such proteins, the HMM models must be continuously adapted to the discovery of new Cas9-like sequences (based on the presence of HNH-4 and RuvC-III domains). It will be interesting to analyse the spacer diversity and distribution in various groups as well as across CRISPR-Cas types as it may reflect activity and point to groups that are of particular relevance for future studies.

There are still unexplained phenomena including the existence in some strains of multiple CRISPR arrays with the same or similar repeat and with different spacers. Crawley et al. proposed to call ‘Split arrays’ CRISPRs that are not localized near the cas gene cluster but possess the same repeat as the main array (33). However there is no evidence on the mechanism of creation of such arrays that do not share any spacers but possess a common leader. The large spectrum of CRISPR–Cas systems confirms the complex relationship between microorganisms and their environment and the relative importance of the CRISPR–Cas immune system as a defence mechanism.

DATA AVAILABILITY

The resource described here is accessible with no restrictions, except for the demand to quote the site.

Supplementary Material

gkz915_Supplemental_Files

ACKNOWLEDGEMENTS

We are particularly grateful to the SICS team (I2BC), and especially to Pierre-Albert Charbit and Cyrille Petat for the development of the web application. We also acknowledge the constant help and support by Arnaud Martel. We thank Daniel Gautheret for his valuable advices and suggestions, and the reviewers for their constructive remarks and criticisms.

SUPPLEMENTARY DATA

Supplementary Data are available at NAR Online.

FUNDINGS

Institut Français de Bioinformatique (IFB) [ANR-11-INSB-0013]. Funding for open access charge: CNRS.

Conflict of interest statement. None declared.

REFERENCES

  • 1. Makarova K.S., Haft D.H., Barrangou R., Brouns S.J., Charpentier E., Horvath P., Moineau S., Mojica F.J., Wolf Y.I., Yakunin A.F. et al.. Evolution and classification of the CRISPR–Cas systems. Nat. Rev. Microbiol. 2011; 9:467–477. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2. Nakata A., Amemura M., Makino K.. Unusual nucleotide arrangement with repeated sequences in the Escherichia coli K-12 chromosome. J. Bacteriol. 1989; 171:3553–3556. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Groenen P.M., Bunschoten A.E., van Soolingen D., van Embden J.D.. Nature of DNA polymorphism in the direct repeat cluster of Mycobacterium tuberculosis; application for strain differentiation by a novel typing method. Mol. Microbiol. 1993; 10:1057–1065. [DOI] [PubMed] [Google Scholar]
  • 4. Mojica F.J., Ferrer C., Juez G., Rodriguez-Valera F.. Long stretches of short tandem repeats are present in the largest replicons of the Archaea Haloferax mediterranei and Haloferax volcanii and could be involved in replicon partitioning. Mol. Microbiol. 1995; 17:85–93. [DOI] [PubMed] [Google Scholar]
  • 5. Mojica F.J., Diez-Villasenor C., Soria E., Juez G.. Biological significance of a family of regularly spaced repeats in the genomes of Archaea, Bacteria and mitochondria. Mol. Microbiol. 2000; 36:244–246. [DOI] [PubMed] [Google Scholar]
  • 6. Bolotin A., Quinquis B., Sorokin A., Ehrlich S.D.. Clustered regularly interspaced short palindrome repeats (CRISPRs) have spacers of extrachromosomal origin. Microbiology. 2005; 151:2551–2561. [DOI] [PubMed] [Google Scholar]
  • 7. Mojica F.J., Diez-Villasenor C., Garcia-Martinez J., Soria E.. Intervening sequences of regularly spaced prokaryotic repeats derive from foreign genetic elements. J. Mol. Evol. 2005; 60:174–182. [DOI] [PubMed] [Google Scholar]
  • 8. Pourcel C., Salvignol G., Vergnaud G.. CRISPR elements in Yersinia pestis acquire new repeats by preferential uptake of bacteriophage DNA, and provide additional tools for evolutionary studies. Microbiology. 2005; 151:653–663. [DOI] [PubMed] [Google Scholar]
  • 9. Barrangou R., Fremaux C., Deveau H., Richards M., Boyaval P., Moineau S., Romero D.A., Horvath P.. CRISPR provides acquired resistance against viruses in prokaryotes. Science. 2007; 315:1709–1712. [DOI] [PubMed] [Google Scholar]
  • 10. Shmakov S.A., Sitnik V., Makarova K.S., Wolf Y.I., Severinov K.V., Koonin E.V.. The CRISPR spacer space is dominated by sequences from species-specific mobilomes. mBio. 2017; 8:e01397-17. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Jansen R., Embden J.D., Gaastra W., Schouls L.M.. Identification of genes that are associated with DNA repeats in prokaryotes. Mol. Microbiol. 2002; 43:1565–1575. [DOI] [PubMed] [Google Scholar]
  • 12. Haft D.H., Selengut J., Mongodin E.F., Nelson K.E.. A guild of 45 CRISPR-associated (Cas) protein families and multiple CRISPR/Cas subtypes exist in prokaryotic genomes. PLoS Comput Biol. 2005; 1:e60. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Koonin E.V., Makarova K.S., Zhang F.. Diversity, classification and evolution of CRISPR–Cas systems. Curr. Opin. Microbiol. 2017; 37:67–78. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Koonin E.V., Makarova K.S.. Origins and evolution of CRISPR–Cas systems. Philos. Trans. R Soc. Lond. B Biol. Sci. 2019; 374:20180087. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Makarova K.S., Wolf Y.I., Alkhnbashi O.S., Costa F., Shah S.A., Saunders S.J., Barrangou R., Brouns S.J., Charpentier E., Haft D.H. et al.. An updated evolutionary classification of CRISPR–Cas systems. Nat. Rev. Microbiol. 2015; 13:722–736. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Godde J.S., Bickerton A.. The repetitive DNA elements called CRISPRs and their associated genes: evidence of horizontal transfer among prokaryotes. J. Mol. Evol. 2006; 62:718–729. [DOI] [PubMed] [Google Scholar]
  • 17. Edgar R.C. PILER-CR: fast and accurate identification of CRISPR repeats. BMC Bioinformatics. 2007; 8:18. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18. Bland C., Ramsey T.L., Sabree F., Lowe M., Brown K., Kyrpides N.C., Hugenholtz P.. CRISPR recognition tool (CRT): a tool for automatic detection of clustered regularly interspaced palindromic repeats. BMC Bioinformatics. 2007; 8:209. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Grissa I., Vergnaud G., Pourcel C.. CRISPRFinder: a web tool to identify clustered regularly interspaced short palindromic repeats. Nucleic Acids Res. 2007; 35:W52–W57. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20. Abby S.S., Neron B., Menager H., Touchon M., Rocha E.P.. MacSyFinder: a program to mine genomes for molecular systems with an application to CRISPR–Cas systems. PLoS One. 2014; 9:e110726. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Chai G., Yu M., Jiang L., Duan Y., Huang J.. HMMCAS: a web tool for the identification and domain annotations of Cas proteins. IEEE/ACM Trans. Comput. Biol. Bioinform. 2019; 16:1313–1315. [DOI] [PubMed] [Google Scholar]
  • 22. Chylinski K., Makarova K.S., Charpentier E., Koonin E.V.. Classification and evolution of type II CRISPR–Cas systems. Nucleic Acids Res. 2014; 42:6091–6105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23. Shmakov S., Abudayyeh O.O., Makarova K.S., Wolf Y.I., Gootenberg J.S., Semenova E., Minakhin L., Joung J., Konermann S., Severinov K. et al.. Discovery and functional characterization of diverse class 2 CRISPR–Cas systems. Mol. Cell. 2015; 60:385–397. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Shmakov S., Smargon A., Scott D., Cox D., Pyzocha N., Yan W., Abudayyeh O.O., Gootenberg J.S., Makarova K.S., Wolf Y.I. et al.. Diversity and evolution of class 2 CRISPR–Cas systems. Nat. Rev. Microbiol. 2017; 15:169–182. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25. Haft D.H., Loftus B.J., Richardson D.L., Yang F., Eisen J.A., Paulsen I.T., White O.. TIGRFAMs: a protein family resource for the functional identification of proteins. Nucleic Acids Res. 2001; 29:41–43. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. El-Gebali S., Mistry J., Bateman A., Eddy S.R., Luciani A., Potter S.C., Qureshi M., Richardson L.J., Salazar G.A., Smart A. et al.. The Pfam protein families database in 2019. Nucleic Acids Res. 2019; 47:D427–D432. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Grissa I., Vergnaud G., Pourcel C.. The CRISPRdb database and tools to display CRISPRs and to generate dictionaries of spacers and repeats. BMC Bioinformatics. 2007; 8:172. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Couvin D., Bernheim A., Toffano-Nioche C., Touchon M., Michalik J., Neron B., EP C.R., Vergnaud G., Gautheret D., Pourcel C.. CRISPRCasFinder, an update of CRISRFinder, includes a portable version, enhanced performance and integrates search for Cas proteins. Nucleic Acids Res. 2018; 46:W246–W251. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29. Rousseau C., Gonnet M., Le Romancer M., Nicolas J.. CRISPI: a CRISPR interactive database. Bioinformatics. 2009; 25:3317–3318. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Biswas A., Staals R.H., Morales S.E., Fineran P.C., Brown C.M.. CRISPRDetect: A flexible algorithm to define CRISPR arrays. BMC Genomics. 2016; 17:356. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Zhang Q., Ye Y.. Not all predicted CRISPR–Cas systems are equal: isolated cas genes and classes of CRISPR like elements. BMC Bioinformatics. 2017; 18:92. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Zhang F., Zhao S., Ren C., Zhu Y., Zhou H., Lai Y., Zhou F., Jia Y., Zheng K., Huang Z.. CRISPRminer is a knowledge base for exploring CRISPR–Cas systems in microbe and phage interactions. Commun. Biol. 2018; 1:180. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. Crawley A.B, Henriksen J.R., Barrangou R.. CRISPRdisco: an automated pipeline for the discovery and analysis of CRISPR–Cas systems. CRISPR J. 2018; 1:171–181. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Altschul S.F., Gish W., Miller W., Myers E.W., Lipman D.J.. Basic local alignment search tool. J. Mol. Biol. 1990; 215:403–410. [DOI] [PubMed] [Google Scholar]
  • 35. Wheeler D.L., Barrett T., Benson D.A., Bryant S.H., Canese K., Chetvernin V., Church D.M., DiCuccio M., Edgar R., Federhen S. et al.. Database resources of the National Center for Biotechnology Information. Nucleic Acids Res. 2006; 34:D173–D180. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36. Federhen S. The NCBI Taxonomy database. Nucleic Acids Res. 2012; 40:D136–D143. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. Safari F., Zare K., Negahdaripour M., Barekati-Mowahed M., Ghasemi Y.. CRISPR Cpf1 proteins: structure, function and implications for genome editing. Cell Biosci. 2019; 9:36. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Silas S., Lucas-Elio P., Jackson S.A., Aroca-Crevillen A., Hansen L.L., Fineran P.C., Fire A.Z., Sanchez-Amat A.. Type III CRISPR–Cas systems can provide redundancy to counteract viral escape from type I systems. Elife. 2017; 6:e27601. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39. Benson G. Tandem repeats finder: a program to analyze DNA sequences. Nucleic Acids Res. 1999; 27:573–580. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40. Tyson G.W., Banfield J.F.. Rapidly evolving CRISPRs implicated in acquired resistance of microorganisms to viruses. Environ. Microbiol. 2008; 10:200–207. [DOI] [PubMed] [Google Scholar]
  • 41. Skennerton C.T., Imelfort M., Tyson G.W.. Crass: identification and reconstruction of CRISPR from unassembled metagenomic data. Nucleic Acids Res. 2013; 41:e105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42. Moller A.G., Liang C.. MetaCRAST: reference-guided extraction of CRISPR spacers from unassembled metagenomes. Peer J. 2017; 5:e3788. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43. Grissa I., Vergnaud G., Pourcel C.. CRISPRcompar: a website to compare clustered regularly interspaced short palindromic repeats. Nucleic Acids Res. 2008; 36:W145–W148. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44. Nethery M.A., Barrangou R.. CRISPR Visualizer: rapid identification and visualization of CRISPR loci via an automated high-throughput processing pipeline. RNA Biol. 2019; 16:577–584. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45. Dion M.B., Labrie S.J., Shah S.A., Moineau S.. CRISPRStudio: a user-friendly software for rapid CRISPR array visualization. Viruses. 2018; 10:E602. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

gkz915_Supplemental_Files

Data Availability Statement

The resource described here is accessible with no restrictions, except for the demand to quote the site.


Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES