binSummarizedExperiment: Bin a Summarized experiment into a set of bins given by a...

Description Usage Arguments Value Examples

View source: R/deltaCaptureC.R

Description

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

Usage

1
binSummarizedExperiment(bins, se, checkDisjoint = FALSE)

Arguments

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

Value

a RangedSummarizedExperiment

Examples

1

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