Plot co-occurrence heatmap of cytogenetic alterations
Source:R/08_cytogenetic_viz.R
plot_cooccurrence_heatmap.RdDisplays pairwise co-occurrence patterns as a heatmap. Color indicates -log10(p-value) direction: red for co-occurrence, blue for mutual exclusivity.
Examples
if (FALSE) { # \dontrun{
cooc <- calculate_cooccurrence(cyto)
plot_cooccurrence_heatmap(cooc)
} # }