plotBreakpointsPerChr: Plotting chromosome specific ideograms 'breakpointR'

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.R

Description

This function will create chromsome specific enome-wide ideograms from a BreakPoint object.

Usage

1
plotBreakpointsPerChr(files2plot, plotspath = NULL, chromosomes = NULL)

Arguments

files2plot

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

plotspath

Directory to store plots.

chromosomes

Set specific chromosome(s) to be plotted.

Value

A list with ggplot objects.

Author(s)

David Porubsky

Examples

1
2
3
4
5
## Get an example file
exampleFolder <- system.file("extdata", "example_results", package="breakpointRdata")
exampleFiles <- list.files(exampleFolder, full.names=TRUE)
## Plot results
plotBreakpointsPerChr(exampleFiles, chromosomes='chr7')

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