plotHeatmap | R Documentation |
Plot a genome-wide heatmap of template inheritance states from a BreakPoint
object.
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
## 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.