Converts amino-acid one-letter code into the three-letter one
氨基酸单字母代码转换成三个字母的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a vectorized function to convert one-letter amino-acid code
这是一个矢量函数来转换一个字母氨基酸代码
用法----------Usage----------
aaa(aa)
参数----------Arguments----------
参数:aa
A vector of single characters.
单个字符的矢量。
Details
详细信息----------Details----------
Allowed character values for aa are given by a(). All other values will generate a warning and return NA. Called without arguments, aaa() returns the list of
允许的字符值aa的a()。所有其他值会产生一个警告,并返回NA。不带参数调用,aaa()返回列表
值----------Value----------
A vector of char string. All strings are 3 chars long.
的矢量字符的字符串。所有的字符串是3个字符长。