smlSummary(GGBase)
smlSummary()所属R语言包:GGBase
class and function to summarize frequency information on genotypes in an smlSet
总结在smlSet基因型频率信息的类和函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates information on sample size, minor allele frequency, specific call frequencies, and HWE test results on all SNP in an smlSet
样本大小,次要等位基因频率,特定的呼叫频率,HWE测试结果对所有SNP的信息在smlSet生成
用法----------Usage----------
smlSummary(x)
参数----------Arguments----------
参数:x
instance of smlSet-class
实例smlSet-class
Details
详情----------Details----------
to control volume of printout a simple list extending class is defined for show method
控制打印量扩展类被定义为一个简单的列表show方法
值----------Value----------
Instance of smlSummary class, which simply extends list. Each list element is a matrix of results provided by summary,SnpMatrix-method.
smlSummary类,简单延伸列表的实例。每个列表元素是矩阵提供summary,SnpMatrix-method结果。
作者(S)----------Author(s)----------
VJCarey <stvjc@channing.harvard.edu>
举例----------Examples----------
data(smlSet.example)
smlSummary(smlSet.example)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|