Agent skill

deeptools

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill deeptools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 17 KB
Bundled scripts: yes
Path: skills/deeptools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# deepTools: NGS Data Analysis Toolkit ## Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. **Core capabilities:** - Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) - Quality control assessment (fingerprint, correlation, coverage) - Sample comparison and correlation analysis - Heatmap and profile plot generation around genomic features - Enrichment analysis and peak region visualization ## When to Use This Skill This skill should be used when: - **File conversion**: "Convert BAM to bigWig", "generate coverage tracks", "normalize ChIP-seq data" - **Quality control**: "check ChIP quality", "compare replicates", "assess sequencing depth", "QC analysis" - **Visualization**: "create heatmap around TSS", "plot ChIP signal", "visualize enrichment", "generate profile plot" - **Sample comparison**: "compare treatment vs control", "correlate samples", "PCA analysis" - **Analysis workflo

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Quick Start
  4. 1. Validate Input Files
  5. 2. Generate Workflow Template
  6. 3. Most Common Operations
  7. Installation
  8. Core Workflows
  9. ChIP-seq Quality Control Workflow
  10. ChIP-seq Complete Analysis Workflow
  11. RNA-seq Coverage Workflow
  12. ATAC-seq Analysis Workflow
  13. Tool Categories and Common Tasks
  14. BAM/bigWig Processing
Ships with 7 files
  • assets/quick_reference.md
  • references/effective_genome_sizes.md
  • references/normalization_methods.md
  • references/tools_reference.md
  • references/workflows.md
  • scripts/validate_files.py
  • scripts/workflow_generator.py
Commands it runs
python scripts/validate_files.py --bam sample1.bam sample2.bam --bed regions.bed
List available workflows
python scripts/workflow_generator.py --list
Generate ChIP-seq QC workflow
python scripts/workflow_generator.py chipseq_qc -o qc_workflow.sh \
Make executable and run
chmod +x qc_workflow.sh
uv pip install deeptools
bamCoverage --bam input.bam --outFileName output.bw \
bamCompare -b1 treatment.bam -b2 control.bam -o ratio.bw \
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the deeptools skill do?

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill deeptools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going