count2geno(RVtests)
count2geno()所属R语言包:RVtests
Transforming genotype alleles counts to genotype matrix
转化型等位基因数基因型矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Genotype data format transformation: from alleles counts to genotype coding matrix.
基因型数据格式转换:从基因数基因编码矩阵的。
用法----------Usage----------
count2geno(cgeno, indid)
参数----------Arguments----------
参数:cgeno
Genotype counts data format: a matrix with 3 columns: indid (individual ID), snpid (SNP ID), and count
基因型计数数据格式:具有3列的矩阵:如果indid(个别ID),snpid SNP(ID),和计数
参数:indid
Individual ID, must include indid in cgeno. If missing, it is the same with indid in cgeno.
个人的ID,必须包括如果indid在cgeno的。如果缺少,如果indid在cgeno是相同的。
值----------Value----------
A matrix of genotypes
基因型的矩阵
(作者)----------Author(s)----------
C. Xu
参见----------See Also----------
geno2count
geno2count
实例----------Examples----------
data(sample.cgeno)
str(sample.cgeno)
#count2geno(sample.cgeno$cgeno)[count2geno(sample.cgeno $ cgeno)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|