summarizeBreaks {breakpointR} | R Documentation |
This function will calculate deltaWs from a GRanges-class
object with read fragments.
summarizeBreaks(breakpoints)
breakpoints |
A list containing breakpoints stored in |
A data.frame
of compiled breakpoints together with confidence intervals.
David Porubsky
## Get some files that you want to load exampleFolder <- system.file("extdata", "example_results", package="breakpointRdata") file <- list.files(exampleFolder, full.names=TRUE)[1] breakpoints <- get(load(file))[c('breaks', 'confint')] summarizeBreaks(breakpoints)