| ShortRead-deprecated {ShortRead} | R Documentation |
These functions are deprecated, and will become defunct.
uniqueFilter(withSread=TRUE, .name="UniqueFilter")
withSread |
A |
.name |
An optional |
See srFilter for details of ShortRead filters.
uniqueFilter selects elements satisfying
!srduplicated(x) when withSread=TRUE, and
!(duplicated(chromosome(x)) & duplicated(position(x)) &
duplicated(strand(x))) when 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