ATAC-seq processing with assay QC, MACS3 peak calling, consensus peak matrices, differential accessibility, and motif or footprint follow-up.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill atac-seq
Reference examples assume:
macs3 3.0+samtools 1.18+deepTools 3.5+Verify the runtime first:
macs3 --version, samtools --version, bamCoverage --versionUse this skill when the user needs:
BAMPE| Check | Guidance |
|---|---:|
| uniquely mapped reads | >= 20M preferred for strong bulk ATAC |
| TSS enrichment | > 7 acceptable, > 10 strong |
| FRiP | > 0.2 often strong for good bulk ATAC |
results/peaks/sample_peaks.narrowPeakresults/matrix/consensus_peak_counts.tsvresults/diff_accessibility.tsvfigures/tss_enrichment.pdffigures/fragment_size_distribution.pdfmacs3 callpeak \
-t atac.bam \
-f BAMPE \
-g hs \
-n sample \
--nomodel \
--shift -100 \
--extsize 200 \
-q 0.01 \
--outdir results/peaks
| Parameter | Typical value | Notes |
|---|---|---|
| -f | BAMPE | paired-end ATAC should use fragment-aware mode |
| --nomodel | on | standard for ATAC |
| --shift | -100 | common Tn5 offset convention |
| --extsize | 200 | common first-pass extension |
| -q | 0.01 | starting FDR threshold |
Review:
Use fragment-aware paired-end mode and Tn5-aware shifting or equivalent settings.
Merge peaks across samples, count fragments into consensus intervals, then produce a peak-by-sample matrix.
Use replicate-aware statistics and report both effect size and adjusted significance.
Only after peak quality and read depth support it.
results/
├── peaks/
│ ├── sample_peaks.narrowPeak
│ └── sample_summits.bed
├── matrix/
│ └── consensus_peak_counts.tsv
└── diff_accessibility.tsv
qc/
├── tss_enrichment.tsv
└── fragment_metrics.tsv
figures/
├── tss_enrichment.pdf
└── fragment_size_distribution.pdf
7 should trigger caution.0.1 is usually weak and needs scrutiny.deeptoolspysamToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take biotender-max/atac-seq from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.