PyComplexHeatmap¶
PyComplexHeatmap is a python package to plot complex heatmap (clustermap) with biological data.
- Installation
- Get Started
- Clustermap
- 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
- oncoPrint
- Advanced Usage
- Generate dataset
- Add selected rows labels
- Add annotations on the top of heatmap cells
- Only plot the annotations
- Change orentation to
down
and add extra space - Change orentation to the left
- Change orentation to the right
- Changing orientation using parameter
orientation
- Add multiple heatmap annotations using
for
loop - Cluster between groups and cluster within groups
- Custom annotation
- Custom linkage
- Image annotation
- How to force display all row/col ticklabels?
- More Examples
- Kwargs
- colormap
- Gallery
- For Developers
- PyComplexHeatmap
- Citation
Credits and Thanks¶
The package was provided by Wubin Ding.