atac-seq-signal-normalization

atac-seq-signal-normalization is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 51 tokens per session (1,629 once invoked), scanned A, original, Apache-2.0.

A correction step for ATAC-seq data that models the sequence preferences of Tn5, the enzyme used to cut accessible DNA. It produces corrected signal tracks for finding transcription-factor footprints, which are patterns showing where proteins bind DNA.

In plain words
What is it for?
Use it on aligned ATAC-seq BAM files before footprint scoring or comparisons across genomic regions with different sequence composition.
Why use it?
Raw Tn5 insertion counts can reflect the DNA sequence rather than protein binding, leading to false or distorted footprint results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it on aligned ATAC-seq BAM files before footprint scoring or comparisons across genomic regions with different sequence composition.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HolobiomicsLab/asb-skill-collections --skill atac-seq-signal-normalization
Clone the repo
git clone --depth 1 https://github.com/HolobiomicsLab/asb-skill-collections

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for atac-seq-signal-normalization

README.md
[![agentmods](https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization/github.svg)](https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization)
Your own site
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for atac-seq-signal-normalization

Your own site · 80×15
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/atac-seq-signal-normalization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01629
Opus 5 $0.00026 $0.00814
Sonnet 5 $0.00010 $0.00326
Haiku 4.5 $0.00005 $0.00163

Measured 10d ago against content hash f3e5aced6794, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

atac-seq-signal-normalization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

collections/epigenomics/v1/skills/atac-seq-signal-normalization/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

atac-seq-signal-normalization

Summary

Correct ATAC-seq signal for Tn5 transposase insertion bias to enable accurate detection of transcription factor footprints. This skill applies the TOBIAS ATACorrect module to model and remove sequence-dependent insertion preferences, producing bias-corrected signal tracks suitable for footprinting analysis.

When to use

Apply this skill when you have aligned ATAC-seq BAM files and need to detect transcription factor binding sites via footprint analysis. The skill is essential because raw Tn5 insertion signal contains systematic bias toward certain DNA sequences; correction is necessary before scoring footprints (depletion patterns around protein-bound regions) or comparing signal across genomic regions with different sequence composition.

When NOT to use

  • Input is already a bias-corrected signal track or normalized feature table — do not apply correction twice.
  • ATAC-seq data lacks sufficient depth or quality (e.g. <10M unique fragments) — bias modeling will be unreliable.
  • Analysis does not require footprint-level resolution — for broad chromatin accessibility assessment, bias correction may not be necessary.

Inputs

  • Aligned ATAC-seq reads (BAM format)
  • Reference genome sequence (FASTA format)
  • Open chromatin peak regions (BED format)

Outputs

  • Uncorrected cutsite signal (bigWig)
  • Tn5 insertion bias model (bigWig)
  • Expected bias-corrected signal (bigWig)
  • Bias-corrected cutsite signal (bigWig)
  • ATACorrect diagnostic plots (PDF)

How to apply

Load aligned ATAC-seq BAM file, corresponding reference genome FASTA, and peak regions (BED format) into TOBIAS ATACorrect. The tool models the sequence preference of Tn5 transposase by examining the nucleotide context of insertion sites within open chromatin peaks, then applies this bias model to normalize the cutsite signal genome-wide. ATACorrect outputs both the bias model (as a bigWig track) and the bias-corrected signal; the corrected signal should show reduced spurious variation driven by sequence composition and enhanced visibility of footprints (insertional depletion around transcription factor binding sites). Evaluate success by visual inspection of corrected signal in genome browsers and comparison of footprint clarity before and after correction.

Read the full file on GitHub · 101 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 101 lines · 51 tokens per session scan A f3e5aced6794

Subscribe to this mod's changes

atac-seq-signal-normalization is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed 4d ago), licensed Apache-2.0. It adds 51 tokens to every session and 1,629 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gsva-analysis-and-visualization

Use this skill to run GSVA or ssGSEA pathway-level differential analysis from a bulk expression matrix and a sample group file, then generate a heatmap from the saved GSVA result object. Trigger keywords: GSVA, ssGSEA, pathway enrichment, KEGG pathway analysis, MSigDB. NOT for: gene-level differential expression…

aipoch/medical-research-skills · 88 tokens

decision-curve-analysis

Use when evaluating the clinical utility of a binary prediction model from a single clinical CSV file by fitting a logistic decision-curve model, plotting decision and clinical-impact curves, and exporting summary outputs. NOT for: survival calibration, ROC-only discrimination analysis, nomogram construction, or…

aipoch/medical-research-skills · 64 tokens

elastic-net-feature-selection

Use when selecting predictive genes or other molecular features from bulk expression matrices for binary case-vs-control classification with elastic net logistic regression, including coefficient path and cross-validation plots. Trigger keywords: elastic net, glmnet, feature selection, binary classification…

aipoch/medical-research-skills · 83 tokens

external-model-validation

Use when validating an existing prognostic risk signature on an external bulk expression cohort with survival outcomes, producing risk scores, Kaplan-Meier curves, risk distribution plots, heatmap, and time-dependent ROC curves. NOT for: model training, feature selection, nomogram construction, calibration analysis…

aipoch/medical-research-skills · 66 tokens

wgcna-analysis

Use when building a weighted gene co-expression network from a bulk expression matrix and a sample group file, filtering variable genes by MAD, identifying co-expression modules with WGCNA, correlating modules with traits, and exporting module-level plots and gene tables. NOT for single-cell RNA-seq, differential…

aipoch/medical-research-skills · 85 tokens

medical-research-literature-reader-pro

A medical-research-native literature reading skill for users with clinical, bioinformatics, translational, and basic experimental backgrounds. Use this skill whenever a user wants to read, analyze, critique, or interpret a medical or scientific paper — whether they provide a PDF, abstract, DOI, PMID, or just a title.…

aipoch/medical-research-skills · 199 tokens