Agent skill · Code Review & Quality

chip-seq

ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/bioclaw/chip-seq/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# ChIP Seq ## Version Compatibility Reference examples assume: - `macs3` 3.0+ - `samtools` 1.18+ - `deepTools` 3.5+ Before using commands, verify the installed environment: - CLI: `macs3 --version`, `samtools --version`, `bamCoverage --version` - If flags differ, inspect `--help` and adapt rather than forcing the example unchanged. ## Overview Use this skill for: - narrow or broad peak calling - input-normalized signal tracks - peak annotation - motif follow-up - differential binding review when replicates exist ## When To Use This Skill - the user has aligned ChIP and optional input BAM files - the deliverable includes peaks, browser tracks, or motif results - the assay is TF ChIP or histone-mark ChIP and needs standard peak-centric processing ## Quick Route - TF or narrow marks: use narrow peak mode first. - H3K27me3, H3K36me3, or other broad marks: use `--broad`. - Paired-end BAM: prefer `-f BAMPE`. - No input control: still possible, but report the limitation explicitly. ## Progressive Disclosure - Read [technical_reference.md](technical_reference.md) for QC gates, narrow-versus-broad logic, and replicate handling. - Read [commands_and_thresholds.md](commands_and_thresholds.md)

What's inside
Steps it walks through
  1. Version Compatibility
  2. Overview
  3. When To Use This Skill
  4. Quick Route
  5. Progressive Disclosure
  6. Prerequisites
  7. Expected Inputs
  8. Expected Outputs
  9. Starter Pattern
  10. Key Parameters
  11. Workflow
  12. 1. Validate BAMs and replicate structure
  13. 2. Call peaks with MACS3
  14. 3. Export signal tracks
Ships with 2 files
  • commands_and_thresholds.md
  • technical_reference.md
Commands it runs
macs3 callpeak \
More from awesome-bio-agent-skills
All skills →
About this skill
What does the chip-seq skill do?

ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill chip-seq --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 135 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