All Projects → Russel88 → CRISPRCasTyper

Russel88 / CRISPRCasTyper

Licence: MIT license
CCTyper: Automatic detection and subtyping of CRISPR-Cas operons

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to CRISPRCasTyper

tracy
Basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files
Stars: ✭ 73 (+69.77%)
Mutual labels:  crispr-analysis, crispr-cas9
indigo
Indigo: SNV and InDel Discovery in Chromatogram traces obtained from Sanger sequencing of PCR products
Stars: ✭ 26 (-39.53%)
Mutual labels:  crispr-analysis, crispr-cas9
ice
Synthego ICE - Inference of CRISPR Editing software
Stars: ✭ 55 (+27.91%)
Mutual labels:  crispr-analysis, crispr
crop-seq
Data analysis scripts for Datlinger et. al, 2017 (doi:10.1038/nmeth.4177)
Stars: ✭ 24 (-44.19%)
Mutual labels:  crispr-analysis, crispr
racket-cas
Simple computer algebra system
Stars: ✭ 58 (+34.88%)
Mutual labels:  cas
TairString
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
Stars: ✭ 99 (+130.23%)
Mutual labels:  cas
eu-login-bundle
EU Login bundle, a standard Symfony bundle to authenticate users against EU Login.
Stars: ✭ 25 (-41.86%)
Mutual labels:  cas
jax-rs-pac4j
Security library for JAX-RS and Jersey
Stars: ✭ 48 (+11.63%)
Mutual labels:  cas
shib-cas-authn3
Integrates an external CAS Server and Shibboleth IdPv3.
Stars: ✭ 21 (-51.16%)
Mutual labels:  cas
cas-overlay-template
Apereo CAS WAR Overlay template
Stars: ✭ 1,057 (+2358.14%)
Mutual labels:  cas
django-allauth-cas
CAS support for django-allauth.
Stars: ✭ 15 (-65.12%)
Mutual labels:  cas
spacepharer
SpacePHARER CRISPR Spacer Phage-Host pAiRs findER
Stars: ✭ 30 (-30.23%)
Mutual labels:  crispr
rascas
Computer Algebra System for Racket
Stars: ✭ 20 (-53.49%)
Mutual labels:  cas
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-67.44%)
Mutual labels:  cas
lemonldap-ng
LemonLDAP::NG main code
Stars: ✭ 49 (+13.95%)
Mutual labels:  cas
psrcas
PSR CAS, a PHP standard library for CAS authentication.
Stars: ✭ 21 (-51.16%)
Mutual labels:  cas
ent
No description or website provided.
Stars: ✭ 33 (-23.26%)
Mutual labels:  cas
grails-spring-security-cas
No description or website provided.
Stars: ✭ 16 (-62.79%)
Mutual labels:  cas
django-uniauth
A Django app for managing CAS and custom user authentication.
Stars: ✭ 39 (-9.3%)
Mutual labels:  cas
cas-bootadmin-overlay
CAS Spring Boot Admin Server Overlay Template
Stars: ✭ 20 (-53.49%)
Mutual labels:  cas

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Conda

CRISPRCasTyper

Detect CRISPR-Cas genes and arrays, and predict the subtype based on both Cas genes and CRISPR repeat sequence.

CRISPRCasTyper and RepeatType are also available through a webserver

This software finds Cas genes with a large suite of HMMs, then groups these HMMs into operons, and predicts the subtype of the operons based on a scoring scheme. Furthermore, it finds CRISPR arrays with minced and by BLASTing a large suite of known repeats, and using a kmer-based machine learning approach (extreme gradient boosting trees) it predicts the subtype of the CRISPR arrays based on the consensus repeat. It then connects the Cas operons and CRISPR arrays, producing as output:

  • CRISPR-Cas loci, with consensus subtype prediction based on both Cas genes (mostly) and CRISPR consensus repeats
  • Orphan Cas operons, and their predicted subtype
  • Orphan CRISPR arrays, and their predicted associated subtype

It includes the following 46 subtypes/variants (find typing scheme here):

It can automatically draw gene maps of CRISPR-Cas systems and orphan Cas operons and CRISPR arrays

in vector graphics format for direct use in scientific manuscripts

Citation

Jakob Russel, Rafael Pinilla-Redondo, David Mayo-Muñoz, Shiraz A. Shah, Søren J. Sørensen - CRISPRCasTyper: Automated Identification, Annotation and Classification of CRISPR-Cas loci. The CRISPR Journal Dec 2020

Find a free to read version on BioRxiv

Table of contents

  1. Quick start
  2. Installation
  3. CRISPRCasTyper - How to
  4. RepeatType - How to
  5. RepeatType - Train
  6. Troubleshoot

Quick start

conda create -n cctyper -c conda-forge -c bioconda -c russel88 cctyper
conda activate cctyper
cctyper my.fasta my_output

Installation

CRISPRCasTyper can be installed either through conda or pip.

It is advised to use conda, since this installs CRISPRCasTyper and all dependencies, and downloads the database in one go.

Conda

Use miniconda or anaconda to install.

Create the environment with CRISPRCasTyper and all dependencies and database

conda create -n cctyper -c conda-forge -c bioconda -c russel88 cctyper

pip

If you have the dependencies (Python >= 3.8, HMMER >= 3.2, Prodigal >= 2.6, minced, grep, sed) in your PATH you can install with pip

Install cctyper python module

python -m pip install cctyper

Upgrade cctyper python module to the latest version

python -m pip install cctyper --upgrade

When installing with pip, you need to download the database manually:

# Download and unpack
svn checkout https://github.com/Russel88/CRISPRCasTyper/trunk/data
tar -xvzf data/Profiles.tar.gz
mv Profiles/ data/
rm data/Profiles.tar.gz

# Tell CRISPRCasTyper where the data is:
# either by setting an environment variable (has to be done for each terminal session, or added to .bashrc):
export CCTYPER_DB="/path/to/data/"
# or by using the --db argument each time you run CRISPRCasTyper:
cctyper input.fa output --db /path/to/data/

CRISPRCasTyper - How to

CRISPRCasTyper takes as input a nucleotide fasta, and produces outputs with CRISPR-Cas predictions

Activate environment

conda activate cctyper

Run with a nucleotide fasta as input

cctyper genome.fa my_output

If you have a complete circular genome (each entry in the fasta will be treated as having circular topology)

cctyper genome.fa my_output --circular

For metagenome assemblies and short contigs/plasmids/phages, change the prodigal mode

The default prodigal mode expects the input to be a single draft or complete genome

cctyper assembly.fa my_output --prodigal meta

Check the different options

cctyper -h

Output

  • CRISPR_Cas.tab: CRISPR_Cas loci, with consensus subtype prediction
    • Contig: Sequence accession
    • Operon: Operon ID (Sequence accession @ NUMBER)
    • Operon_Pos: [Start, End] of operon
    • Prediction: Consenus prediction based on both Cas operon and CRISPR arrays
    • CRISPRs: CRISPRs adjacent to Cas operon
    • Distances: Distances to CRISPRs from Cas operon
    • Prediction_Cas: Subtype prediction based on Cas operon
    • Prediction_CRISPRs: Subtype prediction of CRISPRs based on CRISPR repeat sequences
  • cas_operons.tab: All certain Cas operons
    • Contig: Sequence accession
    • Operon: Operon ID (Sequence accession @ NUMBER)
    • Start: Start of operon
    • End: End of operon
    • Prediction: Subtype prediction
    • Complete_Interference: Percent completion of the interference module(s). Can be a list if best_type is a list (Hybrid and Ambiguous)
    • Complete_Adaptation: Percent completion of the adaptation module(s). Can be a list if best_type is a list (Hybrid and Ambiguous)
    • Best_type: Subtype with the highest score. If the score is high then Prediction = Best_type
    • Best_score: Score of the highest scoring subtype
    • Genes: List of Cas genes
    • Positions: List of Gene IDs for the genes
    • E-values: List of E-values for the genes
    • CoverageSeq: List of sequence coverages for the genes
    • CoverageHMM: List of HMM coverages for the genes
    • Strand_Interference: Strand of interference module. 1 is positive strand, -1 is negative strand, 0 is mixed, NA if no interference gene found
    • Strand_Adaptation: Strand of adaptation module. 1 is positive strand, -1 is negative strand, 0 is mixed, NA if no adaptation gene found
  • crisprs_all.tab: All CRISPR arrays, also false positives
    • Contig: Sequence accession
    • CRISPR: CRISPR ID (minced: Sequence accession _ NUMBER; repeatBLAST: Sequence accession - NUMBER _ NUMBER)
    • Start: Start of CRISPR
    • End: End of CRISPR
    • Consensus_repeat: Consensus repeat sequence
    • N_repeats: Number of repeats
    • Repeat_len: Length of repeat sequences
    • Spacer_len_avg: Average spacer length
    • Repeat_identity: Average identity of repeat sequences
    • Spacer_identity: Average identity of spacer sequences
    • Spacer_len_sem: Standard error of the mean of spacer lenghts
    • Trusted: TRUE/FALSE, is the array trusted. Based on repeat/spacer identity, spacer sem, prediction probability and adjacency to a cas operon
    • Prediction: Prediction of the associated subtype based on the repeat sequence
    • Subtype: Subtype with highest prediction probability. Prediction = Subtype if Subtype_probability is high
    • Subtype_probability: Probability of subtype prediction
  • crisprs_near_cas.tab: CRISPRs part of CRISPR-Cas loci
    • Same columns as crisprs_all.tab
  • crisprs_orphan.tab: Orphan CRISPRs (those not in CRISPR_Cas.tab)
    • Same columns as crisprs_all.tab
  • crisprs_putative.tab: Low quality CRISPRs. Most likely false positives
    • Same columns as crisprs_all.tab
  • cas_operons_orphan.tab: Orphan Cas operons (those not in CRISPR_Cas.tab)
    • Same columns as cas_operons.tab
  • CRISPR_Cas_putative.tab: Putative CRISPR_Cas loci, often lonely Cas genes next to a CRISPR array
    • Same columns as CRISPR_Cas.tab
  • cas_operons_putative.tab: Putative Cas operons, mostly false positives, but also some ambiguous and partial systems
    • Same columns as cas_operons.tab
  • spacers/*.fa: Fasta files with all spacer sequences
  • hmmer.tab: All HMM vs. ORF matches, unfiltered results
    • Hmm: HMM name
    • ORF: ORF name (Sequence accession _ Gene ID)
    • tlen: ORF length
    • qlen: HMM length
    • Eval: E-value of alignment
    • score: Alignment score
    • start: ORF start
    • end: ORF end
    • Acc: Sequence accession
    • Pos: Gene ID
    • Cov_seq: Sequence coverage
    • Cov_hmm: HMM coverage
    • strand: Coding strand is like input (1) or reverse complement (-1)
  • genes.tab All genes and their positions
    • Contig: Sequence accession
    • Start: Start of ORF
    • End: End of ORF
    • Strand: Coding strand is like input (1) or reverse complement (-1)
    • Pos: Gene ID
  • arguments.tab: File with arguments given to CRISPRCasTyper
  • hmmer.log Error messages from HMMER (only produced if any errors were encountered)
If run with --keep_tmp the following is also produced
  • prodigal.log Log from prodigal
  • proteins.faa Protein sequences
  • hmmer/*.tab Alignment output from HMMER for each Cas HMM
  • minced.out: CRISPR array output from minced
  • blast.tab: BLAST output from repeat alignment against flanking regions of cas operons
  • Flank....: Fasta of flanking regions near cas operons and BLAST database of this

Notes on output

Files are only created if there is any data. For example, the CRISPR_Cas.tab file is only created if there are any CRISPR-Cas loci.

Plotting

CRISPRCasTyper will automatically plot a map of the CRISPR-Cas loci, orphan Cas operons, and orphan CRISPR arrays.

These maps can be expanded (--expand N) by adding unknown genes and genes with alignment scores below the thresholds. This can help in identify potentially un-annotated genes in operons. You can generate new plots without having to re-run the entire pipeline by adding --redo_typing to the command. This will re-use the mappings and re-type the operons and re-make the plot, based on new thresholds and plot parameters.

The plot below is run with --expand 5000

  • Arrays are in alternating black/white displaying the actual number of repeats/spacers, and with their predicted subtype association based on the consensus repeat sequence.
  • The interference module is in yellow.
  • The adaptation module is in blue.
  • Cas6 is in red.
  • Accessory genes are in purple
  • Genes with alignment scores below the thresholds are lighter and with parentheses around names.
  • Unknown genes are in gray (the number matches the genes.tab file)

RepeatTyper - How to

With an input of CRISPR repeats (one per line, in a simple textfile) RepeatTyper will predict the subtype, based on the kmer composition of the repeat

Activate environment

conda activate cctyper

Run with a simple textfile, containing only CRISPR repeats (in capital letters), one repeat per line.

repeatType repeats.txt

Output

The script prints:

  • Repeat sequence
  • Predicted subtype
  • Probability of prediction

Notes on output

  • Predictions with probabilities below 0.75 are uncertain, and should be taken with a grain of salt.
  • Prior to version 1.4.0 the curated repeatTyper model was included in CCTyper
  • From version 1.4.0 and onwards updated repeatTyper models are included in CCTyper (see more information in the section below)
  • The curated version can only predict subtypes of repeats associated with the following subtypes:
    • I-A, I-B, I-C, I-D, I-E, I-F, I-G
    • II-A, II-B, II-C
    • III-A, III-B, III-C, III-D
    • IV-A1, IV-A2, IV-A3
    • V-A
    • VI-B
  • This is the accuracy per subtype (on an unseen test dataset):
    • I-A 0.60
    • I-B 0.90
    • I-C 0.98
    • I-D 0.47
    • I-E 1.00
    • I-F 0.99
    • I-G 0.83
    • II-A 0.94
    • II-B 1.00
    • II-C 0.89
    • III-A 0.89
    • III-B 0.49
    • III-C 0.60
    • III-D 0.28
    • IV-A1 0.79
    • IV-A2 0.78
    • IV-A3 0.98
    • V-A 0.77
    • VI-B 1.00

Updated RepeatTyper models

The CCTyper webserver is crowdsourcing subtyped repeats and includes an updated RepeatTyper model based on a much larger set of repeats and contains additional subtypes compared to the curated RepeatTyper model. This updated model is automatically retrained each month and the models can be downloaded here.

From version 1.4.0 and onwards of CCTyper the newest repeatTyper model is included upon release of the version.

Each model contains a training report (xgb_report), where you can find the training log, and in the bottom the accuracy, both overall and per subtype.

Use new model in CRISPRCasTyper

Save the original database files:

mv ${CCTYPER_DB}/type_dict.tab ${CCTYPER_DB}/type_dict_orig.tab
mv ${CCTYPER_DB}/xgb_repeats.model ${CCTYPER_DB}/xgb_repeats_orig.model

Move the new model into the database folder

mv repeat_model/* ${CCTYPER_DB}/
CRISPRCasTyper and RepeatTyper will now use the new model for repeat prediction!

RepeatTyper - Train

You can train the repeat classifier with your own set of subtyped repeats. With a tab-delimeted input where 1. column contains the subtypes and 2. column contains the CRISPR repeat sequences, RepeatTrain will train a CRISPR repeat classifier that is directly usable for both RepeatTyper and CRISPRCasTyper.

Train

repeatTrain typed_repeats.tab my_classifier

Use new model in RepeatTyper

repeatType repeats.txt --db my_classifier

Use new model in CRISPRCasTyper

Save the original database files:

mv ${CCTYPER_DB}/type_dict.tab ${CCTYPER_DB}/type_dict_orig.tab
mv ${CCTYPER_DB}/xgb_repeats.model ${CCTYPER_DB}/xgb_repeats_orig.model

Move the new model into the database folder

mv my_classifier/* ${CCTYPER_DB}/
CRISPRCasTyper and RepeatTyper will now use the new model for repeat prediction!

Troubleshoot

Running out of memory

Large metagenomic assemblies with many small contigs can exhaust the RAM on your laptop. Fortunately, as metagenomic contigs are analysed separately (when run with --prodigal meta) a simple solution is to split the input into smaller chunks (e.g. with pyfasta)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].