Convert concatemer reads to pairwise interactions in a GInteractions object.
Arguments
- grs
A GRanges object of concatemer reads.
- region
A GRanges object specifying the genomic region of interest. Default is
NULL
, which uses the entire range ofgrs
.- bin_size
The size of the bins to divide the genomic region into. Default is
100000
(100 kb).- read_group
The metadata column in
grs
that defines the read groups. Default is"read_name"
.
Value
A InteractionSet::GInteractions object.