type PncaNtSnpMap = BTreeMap<isize, (u8, BTreeMap<u8, (Vec<String>, String)>)>;Expand description
Maps a signed HGVS coding-sequence position (negative = promoter, e.g. c.-11) to
(wt_base, alts) where alts maps each resistance alt to (drugs, WHO confidence label).
Aliased Typeยง
struct PncaNtSnpMap { /* private fields */ }