order_replacements.Rd
Order the replacement list
order_replacements(replacements)
A list containing vectors which have a number at the first slot and the amino acid at the second one
A sorted list of the input
if (FALSE) { replacements<-list(c(55, "V"), c(40, "A")) GoldenMutagenesis::order_replacements(replacements) }