grfo: Metadata join with coordinates as keys (wrapper to...

%*%R Documentation

Metadata join with coordinates as keys (wrapper to gr.findoverlaps)

Description

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

Usage

## S4 method for signature 'GRanges,ANY'
x %*% y

Arguments

x

GRanges

y

GRanges

Value

GRanges containing every pairwise intersection of ranges in x and y with a join of the corresponding metadata

Author(s)

Marcin Imielinski

Examples

example_genes %*% example_dnase

mskilab/gUtils documentation built on June 6, 2023, 12:08 a.m.