RrsSnpMap

Type Alias RrsSnpMap 

Source
type RrsSnpMap = BTreeMap<usize, (u8, BTreeMap<u8, (Vec<String>, String)>)>;
Expand description

Maps a reference position to (wt_base, alts) where alts maps each resistance alt to (drugs, E.coli nomenclature).

Aliased Typeยง

struct RrsSnpMap { /* private fields */ }