GenomicRegionsFilter_pos(PREDA)
GenomicRegionsFilter_pos()所属R语言包:PREDA
filter genomic regions to keep selected chromosomes
筛选基因组区域,以保持选定的染色体
译者:生物统计家园网 机器人LoveR
描述----------Description----------
filter genomic regions to keep selected chromosomes
筛选基因组区域,以保持选定的染色体
用法----------Usage----------
# GenomicRegionsFilter_pos(.Object, chrToRetain, chrAsLabels=FALSE, quiet=FALSE)
GenomicRegionsFilter_pos(.Object, ...)
参数----------Arguments----------
参数:.Object
An object of class GenomicRegions
一个类GenomicRegions的对象
参数:...
See below
见下文
chrToRetain: List of chromosomes to be maintained after removing the genomic regions for all the other chromosomes.
chrToRetain后删除所有其他染色体的基因组区域保持染色体的名单。
chrAsLabels: Logical, TRUE if chromosomes are listed as their character labels, instead of using the numeric indexes
chrAsLabels:逻辑,真实,如果染色体被列为他们的个性标签,而不是使用数字索引
quiet: Logical, if FALSE a message is printed to warn of empty (NULL) result of the filtering selection.
安静:逻辑,如果假消息被打印到警告空(NULL)的过滤选择的结果。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|