What problem does it solve?
Researchers and analysts often need publication-ready visualizations but face fragmented examples, inconsistent styling, and cloud-dependent tools that limit reproducibility; this Skill provides deterministic, locally executed plotting recipes to generate consistent, high-quality figures for analysis and publication.
Core Features & Use Cases
- Scatter, density, and UMAP/tSNE projections for cluster visualization and exploratory analysis.
- Heatmaps, violin/box plots, dot plots, bar charts with error bars, and volcano plots for gene expression and differential analysis.
- Multi-panel figure assembly, custom color palettes, high-resolution export (PNG/SVG/PDF), and basic defensive checks for input validity.
- Use cases include QC metric visualization, marker gene dotplots, publication figures combining embeddings and expression matrices, and quick EDA plots for notebooks.
Quick Start
Generate a publication-quality UMAP scatter and gene expression heatmap from my AnnData or pandas DataFrame, label clusters, and save high-resolution PNG and SVG files.