MAFfilter(GGBase)
MAFfilter()所属R语言包:GGBase
restrict SNP in an smlSet to range of minor allele frequencies (MAF) or genotype frequencies (GTF)
限制的SNP在smlSet范围次要等位基因频率(MAF),或基因型频率(广交会)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
restrict SNP in an smlSet to range of minor allele frequencies (MAF) or genotype frequencies
限制在smlSet SNP的次要等位基因频率(MAF),或基因型频率范围
用法----------Usage----------
MAFfilter(x, lower = 0, upper = 1)
GTFfilter(x, lower = 0)
参数----------Arguments----------
参数:x
smlSet instance
smlSet实例
参数:lower
numeric lower bound on minor allele frequency or genotype frequency for keeping a SNP
数字较低的次要等位基因频率和基因型频率的约束,保持一个SNP
参数:upper
numeric upper bound on minor allele frequency for keeping a SNP
数字上的约束次要等位基因频率为保持一个SNP
Details
详情----------Details----------
uses SnpMatrix-class summary method from snpStats
使用SnpMatrix-class从snpStats汇总方法
值----------Value----------
revised instance of smlSet-class
smlSet-class修改实例
作者(S)----------Author(s)----------
VJ Carey <stvjc@channing.harvard.edu>
举例----------Examples----------
data(smlSet.example)
sapply(smList(MAFfilter(smlSet.example, lower=.1)), dim)
sapply(smList(GTFfilter(smlSet.example, lower=.1)), dim)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|