ucoweight(seqinr)
ucoweight()所属R语言包:seqinr
Weight of each synonymous codon
每个同义密码子的重量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a list containing, for each of the 20 amino acids + STOP codon, the codon usage bias of each of the synonymous codon according to a given codon sequence.
返回的列表中包含的20个氨基酸,对每个+ STOP密码子,每个的同义密码子,根据一个给定的密码子序列的密码子使用偏。
用法----------Usage----------
ucoweight(sequence, numcode = 1)
参数----------Arguments----------
参数:sequence
A nucleic acids sequence
一个核酸序列
参数:numcode
The genetic code number as in translate
遗传密码如translate
值----------Value----------
a list containing, for each of the 20 amino acids and STOP codon (list tags), the weight of each synonymous codon (including the original one).
的列表中包含的每一个的20个氨基酸和STOP密码子(列表标签),每个同义密码子的重量(包括原来的)。
(作者)----------Author(s)----------
Leonor Palmeira
参考文献----------References----------
参见----------See Also----------
synsequence
synsequence
实例----------Examples----------
data(ec999)
ucoweight(ec999[1][[1]])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|