# Generate all pairs of the 20 standard amino acids
amino_acid_pairs()
# Remove the self-to-self pairs
amino_acid_pairs(keep_self = FALSE)
# Generate specific combinations of Ser against Ala and Trp.
amino_acid_pairs(x = "Ser", y = c("Ala", "Trp"))
Run the code above in your browser using DataLab