Description Usage Arguments Value Author(s) Examples
View source: R/summarizeBreaks.R
This function will calculate deltaWs from a GRanges-class
object with read fragments.
1 | summarizeBreaks(breakpoints)
|
breakpoints |
A list containing breakpoints stored in |
A data.frame
of compiled breakpoints together with confidence intervals.
David Porubsky
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.