pub fn is_susceptible_rrs(snp_calls: &[RrsSnpCall]) -> Option<bool>Expand description
Returns Some(false) if any observed SNP base is a resistance-conferring alt, or None if
no resistance alt is observed.
pub fn is_susceptible_rrs(snp_calls: &[RrsSnpCall]) -> Option<bool>Returns Some(false) if any observed SNP base is a resistance-conferring alt, or None if
no resistance alt is observed.