flagByUpstreamSequences | R Documentation |
Looks up the bases directly upstream provided genomic ranges and searches for a gapless match with a target seqence within a given edit distance.
flagByUpstreamSequences(object, target, distance = 0)
## S4 method for signature 'CTSS'
flagByUpstreamSequences(object, target, distance = 0)
## S4 method for signature 'TagClusters'
flagByUpstreamSequences(object, target, distance = 0)
## S4 method for signature 'ConsensusClusters'
flagByUpstreamSequences(object, target, distance = 0)
## S4 method for signature 'GRanges'
flagByUpstreamSequences(object, target, distance = 0)
object |
A |
target |
A target sequence. |
distance |
The maximal edit distance between the genome and the target sequence (default: 0). |
If the provided object
represents tag clusters or consensus clusters,
the search will be done upstream its dominant peak. Convert the object
to the GRanges
class if this is not the behaviour you want.
A logical-RLe
vector indicating if ranges matched the target.
Charles Plessy
Other CAGEr filter functions:
filteredCTSSidx()
,
flagLowExpCTSS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.