Order the replacement list

order_replacements(replacements)

Arguments

replacements

A list containing vectors which have a number at the first slot and the amino acid at the second one

Value

A sorted list of the input

Examples

if (FALSE) { replacements<-list(c(55, "V"), c(40, "A")) GoldenMutagenesis::order_replacements(replacements) }