compact-genome 12.5.0

Representation of genomes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Implementations of various common genomic alphabets.

pub mod ascii_alphabet;
pub mod dna_alphabet;
pub mod dna_alphabet_or_n;
pub mod dna_iupac_nucleic_acid_alphabet;
pub mod famsa_amino_acid_alphabet;
pub mod generic_alphabet;
pub mod iupac_amino_acid_alphabet;
pub mod rna_alphabet;
pub mod rna_alphabet_or_n;
pub mod rna_iupac_nucleic_acid_alphabet;