Crate sdust

source · []

Functions

Returns the low-complexity regions found in the sequence as intervals. The sequence should only contain ASCII characters and no whitespace. The underlying algorithm uses W=64 and T=20 from the paper. As it hasn’t been tested with other values, those variables cannot be changed currently.