sample.cgeno(RVtests)
sample.cgeno()所属R语言包:RVtests
Genotype counts dataset
基因型计数数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A list of genotype counts, phenotype, and polyphen weight
列表基因型计数,表型,polyphen的重量
用法----------Usage----------
data(sample.cgeno)
格式----------Format----------
List of 3
列表3
cgeno: data.frame with 960 observations of 3 variables, indid (individual ID), snpid (SNP ID), and count.
cgeno:数据框有960个观测值的3个变量,如果indid(个人识别码),snpid(SNP ID),和计数。
phen: data.frame with 262 observations of 2 variables, indid (individual ID), and trait.
PHEN:数据框,262个观测值的2个变量,如果indid(个人识别码),和特质。
polyphen.weight: data.frame with 71 obs. of 2 variables snpid (SNP ID), and weight.
71 OBS polyphen.weight:数据框。的2个变量,snpid SNP(ID),和重量。
Details
详细信息----------Details----------
The dataset was used in comparing VT and WOD methods, see reference below.
该数据集被用来在VT和WOD比较的方法,参见参考下面。
参考文献----------References----------
The empirical power of rare variant association methods: Results from sanger sequencing in 1,998 individuals. PloS Genetics 8: e1002496.
实例----------Examples----------
data(sample.cgeno)
str(sample.cgeno)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|