featureFilter(GGBase)
featureFilter()所属R语言包:GGBase
remove unannotated or undesired features from an smlSet instance
删除未加或不想要的功能从smlSet实例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
remove unannotated or undesired features from an smlSet instance
删除未加或不想要的功能从smlSet实例
用法----------Usage----------
featureFilter(x, requires = c("loc", "autosomal"))
参数----------Arguments----------
参数:x
instance of smlSet class
smlSet类的实例
参数:requires
character vector – if "loc" is present, require that a non-NA value is present in CHRLOC for each feature; if "autosomal" is present, require that CHR value is in 1:22 (presently assumes human genome)
特征向量 - 如果“LOC”,要求非NA值是在目前CHRLOC每个功能;如果“染色体”,要求人权的价值是在1点22(目前承担的人类基因组)
值----------Value----------
revised smlSet instance excluding features no
修订smlSet实例排除功能没有
作者(S)----------Author(s)----------
VJ Carey
举例----------Examples----------
data(smlSet.example)
dim(exprs(smlSet.example))
fff = featureFilter(smlSet.example)
dim(exprs(fff))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|