genotypes(crlmm)
genotypes()所属R语言包:crlmm
The possible genotypes for an integer copy number.
可能的基因型为整数的拷贝数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The possible genotypes for an integer copy number (0-4).
可能的基因型为整数的拷贝数(0-4)。
用法----------Usage----------
genotypes(copyNumber, is.snp=TRUE)
参数----------Arguments----------
参数:copyNumber
Integer (0-4 allowed).
整数(允许0-4)。
参数:is.snp
Logical. If TRUE, possible genotypes for a polymorphic SNP is returned. If FALSE, only monomorphic genotypes returned.
逻辑。如果是TRUE,则返回尽可能多态SNP基因型。如果为FALSE,返回只有单形性基因型。
值----------Value----------
Character vector.
特征向量。
作者(S)----------Author(s)----------
R. Scharpf
举例----------Examples----------
for(i in 0:4) print(genotypes(i))
for(i in 0:4) print(genotypes(i, FALSE))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|