mcpbeat Sign in

Chip Seq Agent Skill

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

2k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
132
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill chip-seq

What comes with it

2 213 bytes besides the instruction
commands_and_thresholds.md
technical_reference.md

The instruction itself

22 sections, as written by the author

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 for QC gates, narrow-versus-broad logic, and replicate handling.
  • Read commands_and_thresholds.md for MACS3 commands, parameter defaults, and output file conventions.

Prerequisites

| Requirement | Narrow TF-style | Broad histone-style |

|---|---:|---:|

| usable uniquely mapped reads | >= 10M | >= 20M |

| matched input recommended | yes | yes |

| biological replicates recommended | >= 2 | >= 2 |

Expected Inputs

  • chip.bam
  • input.bam when available
  • reference genome build
  • chromosome sizes if bigWig export is needed

Expected Outputs

  • results/peaks/sample_peaks.narrowPeak or .broadPeak
  • results/peaks/sample_summits.bed
  • results/tracks/sample_treat_pileup.bw
  • results/annotation/peak_annotation.tsv
  • qc/chip_qc_summary.tsv

Starter Pattern

macs3 callpeak \
  -t chip.bam \
  -c input.bam \
  -f BAMPE \
  -g hs \
  -n sample \
  -q 0.01 \
  --outdir results/peaks

Key Parameters

| Parameter | Typical value | Meaning |

|---|---|---|

| -f | BAM or BAMPE | paired-end should use BAMPE |

| -g | hs, mm, or numeric | effective genome size |

| -q | 0.01 or 0.05 | FDR cutoff for narrow peaks |

| --broad | broad marks only | broad peak mode |

| --broad-cutoff | 0.1 | broad-peak FDR cutoff |

| -B --SPMR | enabled for tracks | bedGraph for normalized signal |

Workflow

1. Validate BAMs and replicate structure

Check:

  • mapped read counts
  • duplicate burden
  • whether input control exists
  • whether the mark is narrow or broad

2. Call peaks with MACS3

  • narrow marks: -q 0.01 is a good starting point
  • broad marks: use --broad --broad-cutoff 0.1
  • paired-end: -f BAMPE

3. Export signal tracks

Use -B --SPMR, sort the resulting bedGraph, then convert to bigWig for browser use.

4. Annotate and inspect peaks

Map peaks to promoters, gene bodies, or distal intervals and review top loci in a genome browser or track plot.

5. Run motif or differential follow-up

Only after peak quality looks credible and replicate structure supports the downstream question.

Output Artifacts

results/
├── peaks/
│   ├── sample_peaks.narrowPeak
│   ├── sample_summits.bed
│   └── sample_model.r
├── tracks/
│   ├── sample_treat_pileup.bdg
│   └── sample_treat_pileup.bw
└── annotation/
    └── peak_annotation.tsv
qc/
└── chip_qc_summary.tsv

Quality Review

  • TF ChIP-seq FRiP:
  • < 0.01 poor
  • 0.01-0.05 usable but weak
  • > 0.05 generally solid
  • Histone broad-mark FRiP often differs; compare within assay type rather than against TF expectations.
  • Use replicate concordance when available. Do not trust a single noisy replicate just because peaks were called.
  • Check that top peaks occur in plausible loci and not only blacklisted or artifactual regions.

Anti-Patterns

  • treating broad and narrow marks with the same peak-calling setup
  • calling peaks on unsorted or low-quality BAMs
  • presenting motif hits without showing peak quality
  • hiding that no input control was available
  • ATAC Seq
  • Methylation Analysis
  • Gene Regulatory Networks

Optional Supplements

  • deeptools
  • pysam

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take biotender-max/chip-seq from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.