create.snps(varbvs)
create.snps()所属R语言包:varbvs
Generate SNP Info
生成SNP信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates minor allele frequencies and additive effects for genetic loci (specifically, these are single nucleotide polymorphisms,
生成次要等位基因频率和添加剂的影响的基因位点(具体地,这些单核苷酸多态性,
用法----------Usage----------
create.snps(p, n)
参数----------Arguments----------
参数:p
number of SNPs.
数个SNP位点。
参数:n
number of causal SNPs.
因果SNP位点的数量。
Details
详细信息----------Details----------
Additive effects are generated from the standard normal, and
加性效应产生的标准正态的,和
值----------Value----------
Returns a list containing two components:
返回一个列表,其中包含两个组成部分:
参数:maf
vector with minor allele frequencies of SNPs.
向量与未成年人的SNP位点的等位基因频率。
参数:beta
vector with additive effects of SNPs.
矢量的SNP位点的加性效应。
(作者)----------Author(s)----------
Peter Carbonetto
参见----------See Also----------
create.data
create.data
实例----------Examples----------
## Generate minor allele frequencies and additive effects for 1000[#生成1000的次要等位基因频率和添加剂的影响]
## SNPs; of these SNPs, 10 have nonzero additive effects on the trait.[#个SNPs,这些SNPs,有非零的性状的加性效应。]
snps <- create.snps(1000,10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|