Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
This function finds the runs of consecutive ranges in which the sign of the data does not change. It returns a GRanges object containing the contiguous ranges and the weighted sum of data in each.
1 | getRunTotals(se, innerRegion, colName = "delta")
|
se |
a SummarizedExperiment whose first assay has a column named colName. Typically this will be a one-column matrix with delta. |
innerRegion |
a Granges object defining the region surrounding the viewpoint to be excluded from run total calculations |
colName |
defaults to 'delta' |
a GRanges object giving the contiguous regions and their respective sums
1 | runTotals = getRunTotals(binnedDeltaSE,viewpointRegion)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.