Crate nucleic_acid

Crate nucleic_acid 

Source

Structs§

BitsVec
A vector to hold values that have a known bit range.
FMIndex
Ferragina-Manzini index (or Full-text index in Minute space) for finding occurrences of substrings in O(1) time.

Traits§

ReprUsize
A trait for representing types as usize (useful for enums).

Functions§

bwt
Generate the Burrows-Wheeler Transform of the given input.
ibwt
Invert the BWT and generate the original data.
suffix_array
Generates a suffix array using the “induced sorting” method.