type PncaAaSnpMap = BTreeMap<usize, (String, BTreeMap<String, (Vec<String>, String)>)>;Expand description
Maps a 1-based codon number to (wt_aa, alts) where alts maps each resistance alt amino
acid (3-letter code, or "*" for nonsense) to (drugs, WHO confidence label).
Aliased Typeยง
struct PncaAaSnpMap { /* private fields */ }