ShortRead-deprecated(ShortRead)
ShortRead-deprecated()所属R语言包:ShortRead
Deprecated functions from the ShortRead package
从ShortRead包废弃的函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions are deprecated, and will become defunct.
这些功能已被弃用,将成为倒闭。
用法----------Usage----------
uniqueFilter(withSread=TRUE, .name="UniqueFilter")
参数----------Arguments----------
参数:withSread
A logical(1) indicating whether uniqueness includes the read sequence (withSread=TRUE) or is based only on chromosome, position, and strand (withSread=FALSE)
一个logical(1)的独特性,包括是否只读序列(withSread=TRUE),或只对染色体,位置和钢绞线(withSread=FALSE)
参数:.name
An optional character(1) object used to over-ride the name applied to default filters.
一个可选的character(1)对象使用过骑适用于默认过滤器的名称。
Details
详情----------Details----------
See srFilter for details of ShortRead filters.
看到srFilter细节ShortRead过滤器的。
uniqueFilter selects elements satisfying !srduplicated(x) when withSread=TRUE, and !(duplicated(chromosome(x)) & duplicated(position(x)) & duplicated(strand(x))) when withSread=FALSE.
uniqueFilter选择元素满足!srduplicated(x)当withSread=TRUE,!(duplicated(chromosome(x)) & duplicated(position(x)) & duplicated(strand(x)))时withSread=FALSE。
The behavior when withSread=TRUE can be obtained with occurrenceFilter(withSread=TRUE). The behavior when withSread=FALSE can be obtained using a custom filter
时withSread=TRUE可以用occurrenceFilter(withSread=TRUE)获得的行为。当withSread=FALSE可以通过使用自定义过滤器的行为
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|