%&% | R Documentation |
shortcut for x[gr.in(x,y)]
gr1
shortcut for x[gr.in(x,y)]
gr1
shortcut for x[gr.in(x,y)]
gr1
Shortcut for gr.in (standard arguments)
gr1
Shortcut for gr.in
gr1
## S4 method for signature 'GRanges'
x %&% y
## S4 method for signature 'GRangesList'
x %&% y
## S4 method for signature 'CompressedGRangesList'
x %&% y
x %^% ...
x %^^% ...
x |
See gr.in |
... |
See gr.in |
subset of gr1 that overlaps gr2
subset of gr1 that overlaps gr2
subset of gr1 that overlaps gr2
logical vector of length gr1 which is TRUE at entry i only if gr1[i] intersects at least one interval in gr2 (strand agnostic)
logical vector of length gr1 which is TRUE at entry i only if gr1[i] intersects at least one interval in gr2
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.