pub fn scan(sequence: PyBackedStr) -> PyResult<Scanner>
Expand description
Scan a genome sequence for CRISPRs repeats.
Arguments:
sequence (str
): A string containing the genomic sequence to build
a scanner for.
Returns:
~diced.Scanner
: A scanner yielding CRISPRs in the given contig.