%*% | R Documentation |
gr.findoverlaps
)Shortcut for gr.findoverlaps with qcol
and scol
filled in with all the query and subject metadata names.
This function is useful for piping GRanges
operations together. Another way to think of
join of the metadata, with genomic coordinates as the keys.
Example usage:
x
## S4 method for signature 'GRanges,ANY'
x %*% y
x |
|
y |
|
GRanges
containing every pairwise intersection of ranges in x
and y
with a join of the corresponding metadata
Marcin Imielinski
example_genes %*% example_dnase
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.