View source: R/deltaCaptureC.R
binSummarizedExperiment | R Documentation |
This function takes a set of bins given by a GRanges object and a RangedSummarizedExperiment and produces a new RangedSummarizedExperiment with the bins as its rowRanges
binSummarizedExperiment(bins, se, checkDisjoint = FALSE)
bins |
a GRanges object whose ranges should be disjoint |
se |
a RangedSummarizedExperiment |
checkDisjoint |
= FALSE if set to true will check that the bins are disjoint |
a RangedSummarizedExperiment
binnedSummarizedExperiment = binSummarizedExperiment(smallSetOfSmallBins,smallerDeltaSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.