filterGenes(Starr)
filterGenes()所属R语言包:Starr
Filter Features/Genes
过滤功能/基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This fucntion filters genes and other annotated features with respect to length, ovelaps and distance to other features.
这种的fucntion过滤长度,ovelaps和其他功能的距离的基因和其他注释功能。
用法----------Usage----------
filterGenes(gffAnno, distance_us=500, distance_ds=500, minLength=-Inf, maxLength=Inf)
参数----------Arguments----------
参数:gffAnno
a data frame containing the annotation
一个数据框包含注释
参数:distance_us
how many basepairs upstream to the feature should not overlap with other features.
多少个碱基对上游功能,不应与其他功能相重叠。
参数:distance_ds
how many basepairs downstream to the feature should not overlap with other features.
如何下游的功能,许多碱基不应该与其他功能相重叠。
参数:minLength
minimal length of the feature
最小长度的功能
参数:maxLength
maximal length of the feature
最大长度的功能
值----------Value----------
a character vector with the names of the features, that passed the filter.
特征向量与功能的名称,通过过滤器。
作者(S)----------Author(s)----------
Benedikt Zacher <a href="mailto:zacher@lmb.uni-muenchen.de">zacher@lmb.uni-muenchen.de</a>
举例----------Examples----------
##[#]
# dataPath <- system.file("extdata", package="Starr")[< - 。系统数据通路(的“extdata”,包=“斯塔尔”)]
# transcriptAnno <- read.gffAnno(file.path(dataPath, "transcriptAnno.gff"), feature="transcript")[transcriptAnno < - read.gffAnno(file.path功能=(数据通路,“transcriptAnno.gff”),“成绩单”)]
# filtered_transcripts <- filterGenes(transcriptAnno, distance_us = 0, distance_ds = 0, minLength = 1000)[filtered_transcripts < - filterGenes(transcriptAnno,distance_us 0,distance_ds = 0,minLength = 1000)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|