rebinToMultiple {deltaCaptureC} | R Documentation |
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
rebinToMultiple(se, multiple, deleteShort = FALSE)
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 |
a RangedSummarizedExperiment
rebinnedSummarizedExperiment = rebinToMultiple(binnedSummarizedExperiment,10)