atac-seq

Process ATAC-seq data into QC metrics, peak calls, and accessible region summaries.

25|5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zongtingwei/Bioclaw_Skills_Hub --skill atac-seq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atac-seq
Source: https://github.com/zongtingwei/Bioclaw_Skills_Hub/tree/main/skills/epigenomics-and-regulation/atac-seq
Command: npx skills add https://github.com/zongtingwei/Bioclaw_Skills_Hub --skill atac-seq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ATAC-seq analysis streamlines turning raw chromatin accessibility data into reliable QC metrics, peak calls, and interpretable accessibility summaries.

Core Features & Use Cases

  • QC evaluation: reads depth, TSS enrichment, duplication, FRiP for library quality assessment
  • ATAC-specific peak calling: macs3 with ATAC settings for robust peak identification
  • Consensus matrix and differential accessibility: build peak matrices across samples and identify changes in accessibility
  • Motif or footprint follow-up: optional downstream analyses for regulatory insight

Quick Start

Run the ATAC-seq workflow to QC, call peaks, construct consensus matrices, and assess differential accessibility across samples.

Frequently Asked Questions about atac-seq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform ATAC-seq data analysis from raw reads to peak calling?

ATAC-seq analysis processes raw chromatin accessibility data into QC metrics, peak calls, and accessible region summaries. The workflow evaluates library quality, calls peaks using macs3 with ATAC-specific settings, and constructs consensus peak matrices across multiple samples.

What QC metrics are needed to assess bulk ATAC-seq library quality?

Bulk ATAC-seq QC assessment requires reads depth, TSS enrichment, duplication rates, and FRiP scores. These metrics evaluate library complexity and signal quality, with results organized under the qc/ directory for straightforward quality evaluation.

How can I identify differential chromatin accessibility across multiple ATAC-seq samples?

Differential accessibility analysis builds a consensus peak matrix across samples to identify changes in chromatin accessibility. This workflow constructs matrices from called peaks and compares accessibility profiles to pinpoint significant differences.

Can I use macs3 for ATAC-specific peak calling and downstream motif analysis?

Yes, macs3 is required for ATAC-specific peak calling to ensure robust peak identification. Downstream motif or footprint analysis follows peak detection to provide regulatory insight into accessible chromatin regions.

Do I need samtools and deepTools to run an ATAC-seq workflow?

Yes, the ATAC-seq workflow requires samtools and deepTools alongside macs3. These dependencies support data processing, QC evaluation, and peak calling to generate organized outputs under results/ and qc/ directories.

What is the best way to analyze chromatin accessibility for regulatory motif and footprint follow-up?

ATAC-seq analysis is ideal for regulatory motif and footprint follow-up, converting raw signals into accessible region summaries. It processes bulk ATAC-seq data through QC, peak calling, and differential accessibility to enable downstream regulatory analysis.