Description Usage Arguments Value Examples
Order the replacement list
1 | order_replacements(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
1 2 3 4 5 | ## Not run:
replacements<-list(c(55, "V"), c(40, "A"))
GoldenMutagenesis::order_replacements(replacements)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.