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()
    }
)
LiNk-NY/SummarizedExperiment documentation built on May 8, 2019, 11:20 p.m.