with one click
chip-seq
// ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review.
// ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review.
| name | chip-seq |
| description | ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review. |
| tool_type | mixed |
| primary_tool | MACS3 |
Reference examples assume:
macs3 3.0+samtools 1.18+deepTools 3.5+Before using commands, verify the installed environment:
macs3 --version, samtools --version, bamCoverage --version--help and adapt rather than forcing the example unchanged.Use this skill for:
--broad.-f BAMPE.| Requirement | Narrow TF-style | Broad histone-style |
|---|---|---|
| usable uniquely mapped reads | >= 10M | >= 20M |
| matched input recommended | yes | yes |
| biological replicates recommended | >= 2 | >= 2 |
chip.baminput.bam when availableresults/peaks/sample_peaks.narrowPeak or .broadPeakresults/peaks/sample_summits.bedresults/tracks/sample_treat_pileup.bwresults/annotation/peak_annotation.tsvqc/chip_qc_summary.tsvmacs3 callpeak \
-t chip.bam \
-c input.bam \
-f BAMPE \
-g hs \
-n sample \
-q 0.01 \
--outdir results/peaks
| 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 |
Check:
-q 0.01 is a good starting point--broad --broad-cutoff 0.1-f BAMPEUse -B --SPMR, sort the resulting bedGraph, then convert to bigWig for browser use.
Map peaks to promoters, gene bodies, or distal intervals and review top loci in a genome browser or track plot.
Only after peak quality looks credible and replicate structure supports the downstream question.
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
< 0.01 poor0.01-0.05 usable but weak> 0.05 generally soliddeeptoolspysamPublication-quality PDF report generation using Typst templates. Produces professional scientific reports with colored section bands, styled tables, figure captions, callout boxes, and page headers/footers.
SEC (size-exclusion chromatography) analysis with peak detection, oligomer classification, and publication-quality PDF report generation via Typst templates. Triggers on "SEC", "size exclusion", "chromatography", "oligomer analysis", "protein assembly", "SEC report".
Browse and install community skills from the BioClaw Skills Hub. Use when a user's task is not covered by built-in skills, or when the user asks about available skills, advanced workflows, or specialized analysis pipelines. Triggers on "skills hub", "more skills", "install skill", "community skills", "find a skill for".
Audit or refresh a curated pack of eight high-signal omics runtime skills in a BioClaw installation. Use when the user wants stronger built-in guidance for common omics analyses inside agent containers without changing BioClaw source code. Ensures the eight runtime skill folders exist under `container/skills/` with the expected flat file layout.
ATAC-seq processing with assay QC, MACS3 peak calling, consensus peak matrices, differential accessibility, and motif or footprint follow-up.
Automated and marker-guided single-cell cell type annotation using CellTypist, marker review, reference transfer, and confidence-aware label curation.