order_replacements: Order the replacement list

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Order the replacement list

Usage

1
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

1
2
3
4
5
## Not run: 
replacements<-list(c(55, "V"), c(40, "A"))
GoldenMutagenesis::order_replacements(replacements)

## End(Not run)

ipb-halle/GoldenMutagenesis documentation built on Sept. 1, 2020, 3:24 p.m.