dotHeatmapΒΆ
Contents:
- Load an example brain networks dataset from seaborn
- Plot traditional heatmap using square marker
marker='s' - Simple dot heatmap using fixed dot size
- Changing the size of point
- Add parameter
hueand use differentcolorsfor different groups - Add parameter
hueand use differentcmapandmarkerfor different groups - Plot clustermap using seaborn brain networks dataset
- Visualize up to five dimension data using DotClustermapPlotter
- Visualizing gene set enrichment analysis results (clusterProfiler) using dotHeatmap