| StatusHeatmap {CNVPanelizer} | R Documentation |
Generates a status heapmap for all samples analyzed
StatusHeatmap(dfData,
statusColors = c("Deletion" = "blue",
"Normal" = "green",
"Amplification" = "red"),
header = "Status Heatmap",
filepath = "CNVPanelizerHeatMap.png")
dfData |
data frame with the "Amplification", "Deletion" and "Normal" status |
statusColors |
A named vector with the colors associated with each level |
header |
Header text at the plot |
filepath |
Filepath where the generated heatmap is saved |
Returns the filepath of the saved Heatmap
Cristiano Oliveira
StatusHeatmap(dfData,
statusColors = c("Deletion" = "blue",
"Normal" = "green",
"Amplification" = "red"),
header = "Status Heatmap",
filepath = "CNVPanelizerHeatMap.png")