Heatmap of all events after binmat
ggheatmap(hmat, ...)
| hmat | dataframe obtained after binamt |
|---|---|
| ... | Further arguments as passed to ComplexHeatmap::Heatmap |
heatmap of binmat events
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)