| aa_sub | R Documentation |
Perform amino acid substitutions
aa_sub(x, substitutions, verbosity = 1L)
x |
Character vector: Amino acid sequence. e.g. |
substitutions |
Character vector: Substitutions to perform in the format
"OriginalPositionNew", e.g. |
verbosity |
Integer: Verbosity level. |
Character vector with substitutions performed.
EDG
aa_sub(c("A", "R", "N", "D"), c("R2K", "N3S"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.