getRunStatisticsDist: This takes a list of (scrambled) runs and returns their run...

Description Usage Arguments Value

View source: R/deltaCaptureC.R

Description

This function takes a list of (scrambled) runs and extracts their run totals as a matrix with colnames 'min','max' and 'abs', the latter being the max of the absolute values of the previous two

Usage

1
getRunStatisticsDist(runTotalsList)

Arguments

runTotalsList

this is a list whose members are GRanges objects giving the consecutive runs and their totals

Value

a Nx3 matrix giving the min, max and max(abs(min),abs(max)) run totals


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