Plotly interactive report starter
Skill ma-compbio-lab/SkillFoundry/skills/visualization-and-reporting/plotly-interactive-report-starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.
npx -y skills add ma-compbio-lab/SkillFoundry --skill plotly-interactive-report-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
Plotly Interactive Report Starter
Use this skill to turn a small deterministic TSV into an interactive HTML report with Plotly.
Run
./slurm/envs/statistics/bin/python \
skills/visualization-and-reporting/plotly-interactive-report-starter/scripts/render_plotly_interactive_report.py \
--input skills/visualization-and-reporting/plotly-interactive-report-starter/examples/toy_measurements.tsv \
--html-out scratch/plotly/report.html \
--summary-out scratch/plotly/report_summary.json
Output
- interactive HTML file
- compact JSON summary with trace count, slope, intercept, and
r_squared
Notes
- This is a starter for the taxonomy leaf
interactive-reports. - The example dataset is deterministic and small enough for repository-level smoke tests.