plotBreakpoints: Plotting genome-wide ideograms 'breakpointR'

View source: R/plotting.R

plotBreakpointsR Documentation

Plotting genome-wide ideograms breakpointR

Description

This function will create genome-wide ideograms from a BreakPoint object.

Usage

plotBreakpoints(files2plot, file = NULL)

Arguments

files2plot

A list of files that contains BreakPoint objects or a single BreakPoint object.

file

Name of the file to plot to.

Value

A list with ggplot objects.

Author(s)

David Porubsky, Aaron Taudt, Ashley Sanders

Examples

## Get an example file
exampleFolder <- system.file("extdata", "example_results", package="breakpointRdata")
exampleFile <- list.files(exampleFolder, full.names=TRUE)[1]
## Plot the file
plotBreakpoints(files2plot=exampleFile)

daewoooo/BreakPointR documentation built on April 18, 2023, 8:42 p.m.