CRISPRCasMeta Help [online]

Definition

The first line starts with a greater than sign ">" and contains a name or other identifier for the sequence. This is the sequence header and must be in a single line. The remaining lines contain the sequence data. The sequence can be in upper or lower case letters. Anything other than letters (numbers for example) is ignored. Multiple sequences can be present in the same file as long as each sequence has its own header.

Supported Nucleic acid code

A adenosine
C cytidine
G guanine
T thymidine
U uridine
R G A (purine)
Y T C (pyrimidine)
K G T (keto)
M A C (amino)
S G C (strong)
W A T (weak)
B G T C
D G A T
H A C T
V G C A
N A G C T (any)
- gap of indeterminate length

Ns are accepted, IUB/GCG letters (MRWSYKVHDBX) will be converted to Ns. Any other characters will be deleted.

Example

The FASTA format is a plain text format which looks something like this:

>Escherichia coli UTI89|886538|887045
GTTCACTGCCGTACAGGCAGCTTAGAAA TGACGCCATATGCAGATCATTGAGGCGAAACC
GTTCACTGCCGTACAGGCAGCTTAGAAA ACGTTCGCACCGGTCAGGGTACTGCGCAGCGT
GTTCACTGCCGTACAGGCAGCTTAGAAA GAAACCAGAGCGCCCGCATAAAACAGGCACAA
GTTCACTGCCGTACAGGCAGCTTAGAAA GCCAGCATAAAACCGCCTTTGATATTTTATTG
GTTCACTGCCGTACAGGCAGCTTAGAAA TCAGCCGGAGGCTCTCAATTTCAGCCGCGCGG
GTTCACTGCCGTACAGGCAGCTTAGAAA AGCACGGCTGCGGGGAATGGCTCAATCTCTGC
GTTCACTGCCGTACAGGCAGCTTAGAAA TGATGGCGCAGCAGTCCTCCCTCCTGCCGCCA
GTTCACTGCCGTACAGGCAGCTTAGAAA CTGAACGTTGAAGAGTGCGACCGTCTCTCCTT
GTTCACTGCCGTACAGGCAGTATTCACA
                

The default parameters have been set to detect repeats with high homology level.
It is possible to modify some parameters defining the maximal repeat and the CRISPR properties.

- Minimal Repeat length (default value = 23 ; allowed numerical values between 1 and 70),
- Maximal Repeat length (default value = 55 ; allowed numerical values between 2 and 80),
- Allow mismatch between repeats (default value = 1; allowed numerical values are 1 or 0),
- Minimal Spacers size in function of Repeat size (default value = 0.6 ; allowed numerical values between 0.1 and 60),
- Maximal Spacers size in function of Repeat size (default value = 2.5 ; allowed numerical values between 1.5 and 60),
- Maximal allowed percentage of similarity between Spacers (default value= 60 ; allowed numerical values between 1 and 100),
- Percentage mismatches allowed between Repeats (default value= 20 ; allowed numerical values between 1 and 100),
- Percentage mismatches allowed for truncated Repeat (default value= 33.3 ; allowed numerical values between 1 and 100),

- The size of Flanking regions in base pairs (bp) for each analyzed CRISPR array can be modified (default value= 100 ; allowed numerical values between 10 and 1000).
- Alternative way to detect the truncated repeat. Mismatches are search in the first half of the repeat flanking the array.

The summary displays information on CRISPR arrays and cas gene clusters in the order in which they lie along the chromosome. Direction is the proposed orientation of the CRISPR array (ND is for Not determined) according to the CRISPRDirection program. In Details is shown, in addition, the potential orientation of the CRISPR array based on the AT percentage in 100bp flanking sequences.

"Conservation DR" corresponds to the EBcons (Entropy-Based conservation) of repeats as described in the related manuscript (Couvin et al., NAR 2018).
"Conservation Spacer" indicates the conservation of spacers based on BioPerl's overall percentage identity (see the publication for more details).