Description Usage Arguments Author(s) Examples
View source: R/helperfunctions.R
Converts an aminoacid naming scheme in the context of GROMOS (e.g. containing HISH) into canonical three- or one-letter codes.
1 2 | translate_aminoacids( input,
switchMode )
|
input |
Vector of GROMOS abbreviations. |
switchMode |
Type "1" results in single-letter, type "2" in three-letter code. |
Christian Margreitter
1 2 | translate_aminoacids( c( "ALA", "HISA", "SER" ),
switchMode = 2 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.