summarizeBreaks: Compile breakpoint summary table

Description Usage Arguments Value Author(s) Examples

View source: R/summarizeBreaks.R

Description

This function will calculate deltaWs from a GRanges-class object with read fragments.

Usage

1
summarizeBreaks(breakpoints)

Arguments

breakpoints

A list containing breakpoints stored in GRanges-class object.

Value

A data.frame of compiled breakpoints together with confidence intervals.

Author(s)

David Porubsky

Examples

1
2
3
4
5
## 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)

breakpointR documentation built on Nov. 8, 2020, 8:04 p.m.