bio-data-visualization-interactive-visualization

Generate interactive omics visualizations with plotly and bokeh.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-data-visualization-interactive-visualization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-data-visualization-interactive-visualization
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-data-visualization-interactive-visualization
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-data-visualization-interactive-visualization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create interactive HTML plots for exploratory data analysis and web-based sharing of omics visualizations. Use when building zoomable, hoverable plots for data exploration or web dashboards.

Core Features & Use Cases

  • Plotly and Bokeh support for zoomable, hoverable plots suitable for notebooks, reports, and dashboards.
  • Export interactive visuals as standalone HTML files for easy sharing with collaborators.
  • Use cases include PCA plots, Volcano plots, heatmaps, and linked brushing dashboards for multi-dimensional data exploration.

Quick Start

Create an interactive PCA plot colored by condition from your dataframe.

Frequently Asked Questions about bio-data-visualization-interactive-visualization

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

FAQPage Schema
How do I create interactive omics plots for exploratory data analysis?

Interactive omics plots are generated using Plotly and Bokeh to render zoomable, hoverable visuals like PCA and volcano plots for exploratory data analysis. The skill applies Python and R code patterns to transform datasets into these interactive visualizations.

Can I export interactive Bokeh or Plotly dashboards as standalone HTML files for sharing?

Interactive Bokeh and Plotly dashboards can be exported as standalone HTML files for web-based sharing with collaborators. This allows researchers to distribute interactive omics visualizations without requiring recipients to run any code themselves.

Does this skill support generating linked brushing dashboards for multi-dimensional omics data?

Linked brushing dashboards for multi-dimensional omics data exploration are supported through Bokeh and Plotly. This functionality enables dynamic filtering across multiple linked plots, such as PCA plots and heatmaps, to explore complex datasets interactively.

What is the best way to visualize differential gene expression results interactively?

The best way to visualize differential gene expression results is by generating interactive volcano plots using Plotly or Bokeh. These interactive plots allow users to hover over data points to inspect specific gene metrics and zoom into regions of interest for exploratory analysis.

Do I need both Python and R to build interactive omics visualizations with this skill?

Python and R code patterns are both referenced within the skill to build interactive omics visualizations, but you do not strictly need both to generate outputs. The skill requires Plotly and Bokeh to render the interactive visuals, accommodating either language environment.

What types of omics data plots can I generate for web-based dashboards?

You can generate PCA plots, volcano plots, heatmaps, and linked brushing dashboards for web-based dashboards. These interactive omics visualizations are designed for multi-dimensional data exploration and can be embedded in notebooks or exported as HTML files.