R/coverage-methods.R

### =========================================================================
### "coverage" method
### -------------------------------------------------------------------------
###


setMethod("coverage", "RangedSummarizedExperiment",
    function(x, shift=0L, width=NULL, weight=1L,
                method=c("auto", "sort", "hash"))
    {
        x <- rowRanges(x)
        callGeneric()
    }
)
Bioconductor/SummarizedExperiment documentation built on Feb. 4, 2024, 11:34 a.m.