compute_coverage: Compute coverage over a Ranges object
Description
Compute coverage over a Ranges object
Usage
compute_coverage(x, shift, width, weight, ...)
Arguments
x
a Ranges object
shift
shift how much should each range in x be shifted by? (default = 0L)
width
width how long should the returned coverage score be?
This must be either a positive integer or NULL (default = NULL)
weight
weight how much weight should be assigned to each range? Either
an integer or numeric vector or a column in x. (default = 1L)
...
other optional parameters to pass to coverage
Value
An expanded Ranges object with a score column corresponding to
the coverage value over that interval. Note that compute_coverage
drops metadata associated with the orginal ranges.