rebinToMultiple: Rebin a SummarizedExperiment to a multiple of its bin width

Description Usage Arguments Value Examples

View source: R/deltaCaptureC.R

Description

This is a faster way of rebinning when the old bins are consecutive and constant width and the new bins are to be a multiple of that width

Usage

1
rebinToMultiple(se, multiple, deleteShort = FALSE)

Arguments

se

a RangedSummarizedExperiment to be rebinned

multiple

the factor by which to fatten the bins

deleteShort

= FALSE when set to true if the final bin is short it will be deleted

Value

a RangedSummarizedExperiment

Examples

1
rebinnedSummarizedExperiment = rebinToMultiple(binnedSummarizedExperiment,10)

deltaCaptureC documentation built on Nov. 8, 2020, 5:31 p.m.