Module lt_fm_index::use_case[][src]

Expand description

Implementation of LtFmIndex according to use cases.

In general, it is more recommended to use crate::LtFmIndexConfig instead of using LtFmIndex directly.
Using the struct implemented in this module directly can occur panic!.

  • 8 Case of LtFmIndex structure
    • By text type (4)
      • Nucleotide only
      • Nucleotide with noise
      • Aminoacid only
      • Aminoacid with noise
    • By bwt interval (2)
      • 64
      • 128

Structs

Enums

Wrapper for LtFmIndex to be generated safely from crate::LtFmIndexConfig

Type Definitions

LtFmIndex of amino acid with noise and 64 sized bwt block.

LtFmIndex of amino acid with noise and 128 sized bwt block.

LtFmIndex of only amino acid and 64 sized bwt block.

LtFmIndex of only amino acid and 128 sized bwt block.

LtFmIndex of nucleotide with noise and 64 sized bwt block.

LtFmIndex of nucleotide with noise and 128 sized bwt block.

LtFmIndex of only nucleotide and 64 sized bwt block.

LtFmIndex of only nucleotide and 128 sized bwt block.