bioinformatics-plot-generator

Route bioinformatics plot requests to specialized sub-skills for figure generation.

64|12|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/MDhewei/bioinfor-claw --skill bioinformatics-plot-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bioinformatics-plot-generator
Source: https://github.com/MDhewei/bioinfor-claw/tree/main/bioinformatics-plot-generator
Command: npx skills add https://github.com/MDhewei/bioinfor-claw --skill bioinformatics-plot-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, matplotlib, scipy, adjustText, and includes scripts (resource) components.

What problem does it solve?

This router identifies the user’s plot request and delegates to the appropriate, self-contained sub-skill (e.g., volcano, heatmap, box/violin, scatter/bar, MA) to generate publication-quality figures.

Core Features & Use Cases

  • Route to a specific sub-skill based on the requested plot type (volcano, heatmap, box/violin, scatter, MA, correlation, bubble).
  • Self-contained sub-skills with full parameter surfaces, enabling publication-quality figures with extensive configurability.
  • Use case: A user requests a heatmap; the router delegates to plot-heatmap, returning a ready-to-publish image and optional outputs.

Quick Start

Provide a plot-type request (e.g., volcano or heatmap) and the router will dispatch to the matching sub-skill to generate the figure.

Frequently Asked Questions about bioinformatics-plot-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate publication-quality bioinformatics plots from genomic data?

To generate publication-quality bioinformatics plots, you provide a plot-type request such as volcano or heatmap, and the router delegates to a specialized sub-skill to produce a ready-to-publish figure with extensive parameter configuration.

What types of bioinformatics visualizations can I create for differential expression analysis?

For differential expression analysis, you can create publication-ready volcano plots and MA plots by routing to dedicated sub-skills that apply specialized parameters for visualizing gene expression fold changes and statistical significance.

Can I use matplotlib to customize heatmaps and correlation matrices for multi-omics workflows?

Yes, you can generate customizable heatmaps and correlation matrices for multi-omics workflows by routing to specialized sub-skills that leverage matplotlib and scipy to deliver publication-ready images with full parameter surfaces.

What is the best way to plot scatter and bubble charts for large genomic datasets using pandas?

The best way to plot scatter and bubble charts for large genomic datasets is using this routing system, which delegates to self-contained sub-skills powered by pandas and numpy to handle data processing and produce publication-quality visualizations.

Does this plotting router support box and violin plots for comparing sample groups?

Yes, the plotting router supports box and violin plots by dispatching to a dedicated sub-skill, enabling you to compare sample groups with parameter-rich, publication-quality figures.

How do I start using the bioinformatics plot generator for my visualization workflows?

To start using the bioinformatics plot generator, simply provide a plot-type request like volcano, heatmap, or scatter, and the router will dispatch to the matching sub-skill to automatically generate your publication-ready figure.