families(snpStats)
families()所属R语言包:snpStats
Test data for family association tests
家庭协会测试的测试数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These data started life as real data derived from an affected sibling pair study of type 1 diabetes. However, original subject and SNP identidiers have been replaced by randomly chosen ones.
这些数据开始生活,从受影响的兄弟姐妹对1型糖尿病研究取得真实数据。然而,原来的主题和单核苷酸多态性identidiers已被替换由随机选择的。
用法----------Usage----------
data(families)
格式----------Format----------
There are two objects in the loaded data file:
加载的数据文件中有两个对象:
genotypes: An object of class "snp.matrix" containing the SNP genotype data for both parents and affected offspring
genotypes:一个类的对象"snp.matrix"含有SNP基因型数据,为家长和受影响的后代
pedData: A data frame containing the standard six fields for a LINKAGE pedfile. The are named familyid, member, father, mother sex, and affected
pedData:一个数据框包含的标准六联动pedfile的领域。被命名为familyid,member,father,mothersex,affected
The two objects are linked by common row names.
两个对象是联系在一起的共同行名称。
Details
详情----------Details----------
Coding in the pedData frame is as in the LINKAGE package, except that missing data are coded NA rather than zero
pedData帧编码是在联动方案,除了缺少数据编码NA,而不是零
举例----------Examples----------
data(families)
summary(genotypes)
summary(pedData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|