Description Usage Arguments Details
These functions are deprecated, and will become defunct.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.