plot_heatmap_dataset_comparison
plot_heatmap_dataset_comparison.Rd
plot_heatmap_dataset_comparison
Usage
plot_heatmap_dataset_comparison(
dataset_cmp_list = NULL,
type = "score",
show.gs.source = FALSE,
outfile = NULL,
width = 200,
height = 200,
units = "mm",
res = 300,
na_col = "black",
...
)
Arguments
- dataset_cmp_list
list resulting from inter_dataset_comparison()
- type
"score" or "significance" for, respectively, cluster median marker set score or -log10(FDRq) of CSEA.
- show.gs.source
whether to show or not gene set source
- outfile
File name to save the figure as png file
- width
image width
- height
image height
- units
image units
- res
image res
- na_col
color for NA values
- ...
arguments passed to ComplexHeatmap::Heatmap