translateMutationReverse.Rd
Given a mutation string, return a mutation string with the primer nucleotide translated (because reverse primer)
translateMutationReverse(mutString)
String describing a sequence change in the format Original->New i.e. "A->G"
Primer Template mismatch in the format Primer/Template i.e. "T/G"
translateMutationReverse("A->G")
#> [1] "T/G"