pub fn is_susceptible_erm41_by_lof_snps(
snp_calls: &[Erm41LofCall],
) -> Option<bool>Expand description
Returns Some(true) if any observed SNP base is a known LOF alt (erm(41) inactivated →
susceptible), or None if no LOF alt is observed.
pub fn is_susceptible_erm41_by_lof_snps(
snp_calls: &[Erm41LofCall],
) -> Option<bool>Returns Some(true) if any observed SNP base is a known LOF alt (erm(41) inactivated →
susceptible), or None if no LOF alt is observed.