dotHeatmapΒΆ
- 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
hue
and use differentcolors
for different groups - Add parameter
hue
and use differentcmap
andmarker
for 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