plotBreakpoints | R Documentation |
This function will create genome-wide ideograms from a BreakPoint
object.
plotBreakpoints(files2plot, file = NULL)
files2plot |
A list of files that contains |
file |
Name of the file to plot to. |
A list with ggplot
objects.
David Porubsky, Aaron Taudt, Ashley Sanders
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.