motif-enrichment-statistical-testing

motif-enrichment-statistical-testing is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 44 tokens per session (1,674 once invoked), scanned A, original, Apache-2.0.

A statistical analysis workflow that tests whether known transcription-factor DNA motifs are overrepresented in chromatin regions with changed accessibility. It uses position-weight matrices, which describe how well DNA sequences match a motif, and background models to calculate scores and p-values.

In plain words
What is it for?
Use it after differential accessibility testing to measure motif enrichment in peak coordinates and guide regulatory-network analysis.
Why use it?
It provides statistical evidence about which transcription factors may be involved instead of treating every motif match as meaningful. The peak set and motif database must be appropriate and well controlled.

Skill for Claude CodeCodex

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

Good fit Use it after differential accessibility testing to measure motif enrichment in peak coordinates and guide regulatory-network analysis.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/motif-enrichment-statistical-testing"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/motif-enrichment-statistical-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,674 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.00044 $0.01674
Opus 5 $0.00022 $0.00837
Sonnet 5 $0.00009 $0.00335
Haiku 4.5 $0.00004 $0.00167

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

Security

Grade A, and why

motif-enrichment-statistical-testing 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 8d 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-enrichment-statistical-testing/SKILL.md · 109 lines

How it starts

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

motif-enrichment-statistical-testing

Summary

Statistical testing of transcription factor binding motif enrichment in differentially accessible chromatin peaks using position-weight matrices and background models. This skill quantifies whether specific DNA motifs are overrepresented in a peak set relative to a null distribution, producing enrichment scores and p-values to identify functionally relevant regulatory factors.

When to use

After identifying a set of differentially accessible peaks (via tl.diff_test or equivalent), when you need to infer which transcription factors may regulate the observed chromatin state changes. Apply this skill when you have peak coordinates, a motif database (such as CIS-BP), and seek statistical evidence of motif overrepresentation to guide downstream regulatory network analysis.

When NOT to use

  • Peak set lacks sufficient genomic annotation or quality control filtering—validate peak reproducibility and signal-to-noise ratio before enrichment analysis.
  • Motif database is not curated for the target organism or tissue; mismatched PWM libraries will introduce false positives and reduce interpretability.
  • Input peaks are already annotated with regulatory elements (e.g., promoters, enhancers from ChIP-seq); use ChIP-seq peaks directly instead for higher resolution.

Inputs

  • Peak coordinate set (GRanges or BED-like object)
  • Differentially accessible peaks (output from tl.diff_test)
  • Motif position-weight matrix (PWM) database
  • Reference genome sequence (FASTA or indexed)

Outputs

  • Motif enrichment table (rows=motifs, columns=motif ID, enrichment score, p-value, FDR)
  • Motif occurrence map (motif coordinates within peaks)
  • Statistical summary (global false discovery rate, significance threshold)

How to apply

Load differentially accessible peaks as a feature set into SnapATAC2. Retrieve motif definitions and position-weight matrices from a reference database (e.g., datasets.cis_bp for CIS-BP). Invoke tl.motif_enrichment on the peak set, which scans for motif occurrences within the differential regions and computes enrichment statistics by comparing observed motif counts against a background model (typically peaks from the genome or matched by length/GC content). The function returns a motif enrichment table with motif IDs, enrichment scores (e.g., log-odds or fold-change), and statistical p-values. Validate that all required columns are present and non-null, and interpret p-values as measures of the statistical significance of motif overrepresentation after multiple-hypothesis correction (e.g., Benjamini–Hochberg FDR).

Read the full file on GitHub · 109 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. 8d ago First seen · 109 lines · 44 tokens per session scan A 30f81e564983

Subscribe to this mod's changes

motif-enrichment-statistical-testing is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed today), licensed Apache-2.0. It adds 44 tokens to every session and 1,674 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

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

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

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