Agent skill

deeptools-ngs-analysis

NGS CLI for ChIP/RNA/ATAC-seq. BAM→bigWig with RPGC/CPM/RPKM, sample correlation/PCA, heatmaps/profiles around features, fingerprints. For alignment use STAR/BWA; for peak calling use MACS2.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill deeptools-ngs-analysis --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/sciagent/deeptools-ngs-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 144
Language: Python

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 command-line toolkit for processing and visualizing high-throughput sequencing data. It converts BAM alignments to normalized coverage tracks (bigWig), performs quality control (correlation, PCA, fingerprint), and generates publication-quality heatmaps and profile plots around genomic features. Supports ChIP-seq, RNA-seq, ATAC-seq, and MNase-seq. ## When to Use - Converting BAM files to normalized bigWig coverage tracks - Comparing ChIP-seq treatment vs input control (log2 ratio tracks) - Assessing sample quality: replicate correlation, PCA, coverage depth - Evaluating ChIP enrichment strength (fingerprint plots) - Creating heatmaps and profile plots around TSS, peaks, or other genomic regions - Analyzing ATAC-seq data with Tn5 offset correction - Generating strand-specific RNA-seq coverage tracks - For **read alignment**, use STAR, BWA, or bowtie2 instead - For **peak calling**, use MACS2 or HOMER instead - For **BAM/VCF file manipulation**, use pysam instead ## Prerequisites ```bash pip install deeptools # Verify installation bamCoverage --version ``` **Input requirements**: BAM files must be sorted and indexed (`

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. 1. BAM to Coverage Conversion
  7. 2. Sample Comparison
  8. 3. Quality Control
  9. 4. Heatmaps and Profile Plots
  10. 5. Read Filtering and Processing
  11. 6. Enrichment Analysis
  12. Key Concepts
  13. Normalization Methods
  14. Effective Genome Sizes
Commands it runs
pip install deeptools
Verify installation
bamCoverage --version
Convert BAM to normalized bigWig
bamCoverage --bam sample.bam --outFileName sample.bw \
Create heatmap around TSS
computeMatrix reference-point -S sample.bw -R genes.bed \
plotHeatmap -m matrix.gz -o heatmap.png --colorMap RdBu
Basic conversion with RPGC normalization
bamCoverage --bam input.bam --outFileName output.bw \
More from awesome-bio-agent-skills
All skills →
About this skill
What does the deeptools-ngs-analysis skill do?

NGS CLI for ChIP/RNA/ATAC-seq. BAM→bigWig with RPGC/CPM/RPKM, sample correlation/PCA, heatmaps/profiles around features, fingerprints. For alignment use STAR/BWA; for peak calling use MACS2.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill deeptools-ngs-analysis --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 BioTender-max/awesome-bio-agent-skills, a repository with 144 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