Description Usage Arguments Value Author(s) Examples
Plot a genome-wide heatmap of template inheritance states from a BreakPoint
object.
1 | plotHeatmap(files2plot, file = NULL, hotspots = NULL)
|
files2plot |
A list of files that contains |
file |
Name of the file to plot to. |
hotspots |
A |
A ggplot
object.
David Porubsky, Aaron Taudt, Ashley Sanders
1 2 3 4 5 6 | ## Get example BreakPoint objects to plot
exampleFolder <- system.file("extdata", "example_results", package="breakpointRdata")
exampleFiles <- list.files(exampleFolder, full.names=TRUE)
breakpoint.objects <- loadFromFiles(exampleFiles)
## Plot the heatmap
plotHeatmap(breakpoint.objects)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.