Description Usage Arguments Value Author(s) Examples
This function will create chromsome specific enome-wide ideograms from a BreakPoint
object.
1 | plotBreakpointsPerChr(files2plot, plotspath = NULL, chromosomes = NULL)
|
files2plot |
A list of files that contains |
plotspath |
Directory to store plots. |
chromosomes |
Set specific chromosome(s) to be plotted. |
A list with ggplot
objects.
David Porubsky
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')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.