Heatmap of all events after binmat

ggheatmap(hmat, ...)

Arguments

hmat

dataframe obtained after binamt

...

Further arguments as passed to ComplexHeatmap::Heatmap

Value

heatmap of binmat events

Examples

set.seed(123) patients<-as.character(unique(mut$Tumor_Sample_Barcode))[sample(1:length(unique(mut$Tumor_Sample_Barcode)), 100, replace=FALSE)] ggheatmap(binmat(patients=patients, maf=mut, cna=cna, fusion=fusion, set.plat=TRUE), show_row_names=FALSE, show_column_names=FALSE)