is.subst.mod.tm(rphast)
is.subst.mod.tm()所属R语言包:rphast
Check Substitution Model Strings
检查的替代型号字符串
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Check if a string represents a phast substitution model
检查一个字符串代表一个PHAST替代模式
用法----------Usage----------
参数----------Arguments----------
参数:mod
A vector of character strings representing substitution model names to be tested
一个向量的字符串表示进行测试的替代型号名称
值----------Value----------
A vector of logical values indicating whether each string
一个向量,逻辑值,指示是否每个字符串
(作者)----------Author(s)----------
Melissa J. Hubisz and Adam Siepel
实例----------Examples----------
is.subst.mod.tm(c("JC69", "K80", "F81", "HKY85", "HKY85+Gap",
"REV", "SSREV", "REV+GC", "UNREST", "R2", "U2", "R2S",
"U2S", "R3", "R3S", "U3", "U3S", "GC", "HB",
"bad.model"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|