ggheatmap | R Documentation |
Heatmap of all events after gene_binary - using binary distance
ggheatmap(hmat, ...)
hmat |
dataframe obtained after create_gene_binary() |
... |
Further arguments as passed to ComplexHeatmap::Heatmap |
heatmap of gene_binary events
set.seed(123) samples <- as.character(unique(mut$Tumor_Sample_Barcode))[1:200] gen_dat <- create_gene_binary(samples=samples, mutation=mut, cna=cna, fusion=fusion, set.plat=TRUE) ggheatmap(gen_dat, show_row_names=FALSE, show_column_names=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.