Intersect a BigWig file over loci on a GRanges object
Source:R/bwtools.R
dot-intersect_bw_and_granges.Rd
Intersect a BigWig file over loci on a GRanges object, taking npoints points per locus.
Usage
.intersect_bw_and_granges(
bw,
granges,
npoints,
ignore_strand = FALSE,
default_na = NA_real_,
scaling = "none"
)