Description Usage Arguments Value Author(s) Examples
Generates a status heapmap for all samples analyzed
1 2 3 4 5 6 | 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
1 2 3 4 5 6 7 8 9 |
StatusHeatmap(dfData,
statusColors = c("Deletion" = "blue",
"Normal" = "green",
"Amplification" = "red"),
header = "Status Heatmap",
filepath = "CNVPanelizerHeatMap.png")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.