StatusHeatmap: StatusHeatmap

Description Usage Arguments Value Author(s) Examples

View source: R/FolderAnalysis_functions.R

Description

Generates a status heapmap for all samples analyzed

Usage

1
2
3
4
5
6
            StatusHeatmap(dfData,
                          statusColors = c("Deletion" = "blue",
                                           "Normal" = "green",
                                           "Amplification" = "red"),
                          header = "Status Heatmap",
                          filepath = "CNVPanelizerHeatMap.png")

Arguments

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

Value

Returns the filepath of the saved Heatmap

Author(s)

Cristiano Oliveira

Examples

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")
    

CNVPanelizer documentation built on Nov. 8, 2020, 6:47 p.m.