motif-site-occupancy-comparison

motif-site-occupancy-comparison is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 38 tokens per session (1,556 once invoked), scanned A, original, Apache-2.0.

A bioinformatics workflow that compares inferred transcription-factor occupancy at known DNA motifs across multiple ATAC-seq conditions. ATAC-seq footprinting uses patterns around bound sites to estimate whether a protein is occupying them.

In plain words
What is it for?
Use it to detect differential transcription-factor binding intensity between two or more conditions using BigWig footprint files and known motif catalogs.
Why use it?
It helps identify transcription factors whose apparent occupancy changes between treatments, stages, or other conditions. The input must include Tn5-bias-corrected footprint signals, motif annotations, and comparable groups.

Skill for Claude CodeCodex

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

Good fit Use it to detect differential transcription-factor binding intensity between two or more conditions using BigWig footprint files and known motif catalogs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison
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 motif-site-occupancy-comparison
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 motif-site-occupancy-comparison

README.md
[![agentmods](https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison/github.svg)](https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison)
Your own site
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison/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 motif-site-occupancy-comparison

Your own site · 80×15
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/motif-site-occupancy-comparison.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,556 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.00038 $0.01556
Opus 5 $0.00019 $0.00778
Sonnet 5 $0.00008 $0.00311
Haiku 4.5 $0.00004 $0.00156

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

Security

Grade A, and why

motif-site-occupancy-comparison 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 9d 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/motif-site-occupancy-comparison/SKILL.md · 102 lines

How it starts

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

motif-site-occupancy-comparison

Summary

Compare transcription factor occupancy at known motif binding sites across two or more ATAC-seq conditions by applying footprint scoring and differential binding detection. This skill detects which transcription factors show altered chromatin occupancy between conditions by leveraging the visible depletion of Tn5 insertions around protein-bound sites.

When to use

You have bias-corrected ATAC-seq footprint signals (BigWig files) from two or more distinct conditions (e.g., different developmental stages, treatment vs. control) and a catalog of known transcription factor binding site motifs (in JASPAR, TRANSFAC, or similar format), and you want to identify which TFs show statistically significant changes in occupancy/binding intensity between conditions.

When NOT to use

  • Input ATAC-seq data has not been corrected for Tn5 insertion bias; run ATACorrect first.
  • You lack motif annotations or a reference TF binding site catalog; differential occupancy analysis requires known binding site locations.
  • Your experiment has only a single condition or replicates that cannot be grouped; comparison requires at least two distinct biological conditions.

Inputs

  • Bias-corrected ATAC-seq BigWig files (.bw) for each condition
  • Peak region annotation (.bed file, typically from MACS2 or similar)
  • Transcription factor motif catalog (.txt, .jaspar, or .pwm format)
  • Reference genome sequence (.fa or .2bit)

Outputs

  • Differential TF occupancy results table (.tsv) with TF names, footprint scores per condition, fold-changes, and p-values
  • Visualization of top differential TFs showing occupancy changes and representative footprint patterns (.pdf or .png)
  • BINDetect binding site predictions (.bed) with occupancy estimates per condition

How to apply

First, compute genome-wide footprint enrichment scores for each condition using the bias-corrected ATAC-seq signal and a set of reference motifs. Then apply differential binding detection (BINDetect) which compares footprint patterns at annotated TFBS motif sites between conditions, accounting for both footprint score changes and underlying sequence context. BINDetect produces a ranked list of TFs with differential occupancy estimates and p-values. Filter results by statistical significance (typically p < 0.05) and effect size thresholds to identify high-confidence differential TF occupancy events. Validate findings by visual inspection of aggregated footprint patterns and representative genomic tracks around top-ranking differential TF sites.

Read the full file on GitHub · 102 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. 9d ago First seen · 102 lines · 38 tokens per session scan A 02614e24925c

Subscribe to this mod's changes

motif-site-occupancy-comparison is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 1,556 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

cerna-analysis

Use when building a ceRNA regulatory network from a key gene list by combining bundled miRNA-mRNA and miRNA-lncRNA database files, with flat-file CSV exports and PDF visualization in a single output directory. NOT for: differential expression, single-cell analysis, enrichment analysis, or workflows without a key gene…

aipoch/medical-research-skills · 68 tokens

cibersort-immune-infiltration-analysis

Use when estimating relative immune cell infiltration from a bulk expression matrix with a CIBERSORT-style nu-SVR deconvolution workflow based on an LM22 signature matrix, comparing one case group against one control group, and generating structured tables plus immune-fraction plots. NOT for single-cell RNA-seq…

aipoch/medical-research-skills · 92 tokens

gene-protein-expression-matrix-normalization

Use when normalizing bulk gene or protein expression matrices with log2 transform, z-score standardization, or min-max scaling before downstream visualization or exploratory analysis. NOT for count-model normalization such as TPM/DESeq2 size factors, batch correction, or single-cell preprocessing.

aipoch/medical-research-skills · 63 tokens

primekg

Query the Precision Medicine Knowledge Graph (PrimeKG) for multiscale biological relationships across genes and proteins, drugs, diseases, phenotypes, pathways, biological processes, exposures and anatomy. Use this skill to search entities by name, pull direct neighbours and their evidence types, summarise the local…

K-Dense-AI/drug-discovery-agent-skills · 121 tokens

rdkit-qsar-pharmacophore

Computes 2048-bit ECFP4 Morgan fingerprints from SMILES, trains LightGBM regressors for pIC50 prediction, and extracts SHAP feature attributions.

YuliaNuzhnenko/bioinformatics-agent-skills · 46 tokens

plotly-interactive-plots

Interactive scientific visualization with Plotly. Two APIs: plotly.express (px) for one-liner DataFrame plots, plotly.graphobjects (go) for trace-level control. 40+ chart types with hover, zoom, pan, animation. Exports HTML or static PNG/SVG/PDF via kaleido. Use for volcano plots with gene hover, dose-response…

jaechang-hits/SciAgent-Skills · 105 tokens