Crispr#

class diced.Crispr#

A CRISPR region in a nucleotide sequence.

__str__()#

Return str(self).

end#

The end coordinate of the CRISPR region (zero-based, exclusive).

Type:

int

repeats#

The list of repeats inside the CRISPR region.

Type:

Repeats

spacers#

The list of spacers inside the CRISPR region.

Type:

Spacers

start#

The start coordinate of the CRISPR region (zero-based).

Type:

int