Produces a Coereba Heatmap showing Coereba Clusters by Markers
Source:R/Utility_Heatmap.R
Utility_Heatmap.Rd
Produces a Coereba Heatmap showing Coereba Clusters by Markers
Examples
File_Location <- system.file("extdata", package = "Coereba")
panelPath <- file.path(File_Location, "ILTPanelTetramer.csv")
panelData <- read.csv(panelPath, check.names=FALSE)
binaryPath <- file.path(File_Location, "HeatmapExample.csv")
binaryData <- read.csv(binaryPath, check.names=FALSE)
ThePlot <- Utility_Heatmap(binary=binaryData, panel=panelPath,
export=FALSE, outpath=NULL, filename=NULL)