Description Usage Arguments Value
View source: R/deltaCaptureC.R
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
1 | getRunStatisticsDist(runTotalsList)
|
runTotalsList |
this is a list whose members are GRanges objects giving the consecutive runs and their totals |
a Nx3 matrix giving the min, max and max(abs(min),abs(max)) run totals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.