Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
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
1 | 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
1 | rebinnedSummarizedExperiment = rebinToMultiple(binnedSummarizedExperiment,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.