epic-array-simulation-benchmark

epic-array-simulation-benchmark is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 43 tokens per session (1,611 once invoked), scanned A, original, Apache-2.0.

A benchmark workflow using EPICSimData, a simulated DNA methylation array dataset with known differentially methylated regions (DMRs), to check a ChAMP analysis pipeline.

In plain words
What is it for?
It helps validate ChAMP-based DMR detection and examine how settings such as the minimum number of CpG sites affect results.
Why use it?
Known simulated results provide a reference for finding errors or unsuitable detection thresholds in a DMR workflow before it is used on real samples.

Skill for Claude CodeCodex

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

Good fit It helps validate ChAMP-based DMR detection and examine how settings such as the minimum number of CpG sites affect results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/epic-array-simulation-benchmark
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 epic-array-simulation-benchmark
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 epic-array-simulation-benchmark

README.md
[![agentmods](https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/epic-array-simulation-benchmark.svg)](https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/epic-array-simulation-benchmark)
Your own site
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/epic-array-simulation-benchmark"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/epic-array-simulation-benchmark.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,611 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.00043 $0.01611
Opus 5 $0.00022 $0.00805
Sonnet 5 $0.00009 $0.00322
Haiku 4.5 $0.00004 $0.00161

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

Security

Grade A, and why

epic-array-simulation-benchmark 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 4d 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/epic-array-simulation-benchmark/SKILL.md · 97 lines

How it starts

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

epic-array-simulation-benchmark

Summary

Validate DMR detection pipelines by reproducing expected DMR counts from the EPICSimData simulation dataset using ChAMP's bumphunter-based method. This skill benchmarks whether a methylation analysis workflow correctly identifies simulated differentially methylated regions and reveals detection thresholds (e.g., minimum CpG count per DMR).

When to use

When developing or validating a DNA methylation array analysis pipeline using ChAMP, you need an independent ground-truth dataset to confirm that DMR detection is working correctly. The EPICSimData simulation dataset is purpose-built for this: it contains synthetically injected DMRs with known locations and sizes, making it ideal for verifying that your champ.DMR() implementation produces the expected number of detected regions and behaves consistently with published benchmarks.

When NOT to use

  • Input data is real patient or tissue samples, not a simulation — use this skill only for benchmarking; real data requires domain-specific interpretation and validation against biological phenotypes.
  • You need to detect DMRs in a dataset where some regions legitimately contain only 1–2 CpGs — bumphunter's minimum CpG threshold may filter valid signal; consider alternative methods (Probe Lasso, DMRcate) if single-probe regions are biologically relevant.
  • The goal is to identify cell-type-specific methylation patterns or infer cell composition — simulation benchmarking does not validate biological applicability in heterogeneous tissue samples.

Inputs

  • EPICSimData methylation beta-value matrix (loaded via data(EPICSimData))
  • ChAMP-compatible EPIC array annotation and sample metadata

Outputs

  • DMR detection result object with list of identified regions
  • DMR count (integer; expected ~4700+)
  • DMR genomic coordinates and statistics (chr, start, end, p-value, etc.)

How to apply

Load the EPICSimData simulation dataset in R using data(EPICSimData), then execute the champ.DMR() function with the bumphunter-based detection method on the loaded methylation matrix. Extract and count the number of DMRs from the function output. Compare the observed count to the expected range (approximately 4700 or higher). If the count is significantly lower than expected, investigate whether the detection method is filtering out simulated DMRs that contain fewer than the minimum required CpGs (typically 2–3 CpGs per region in bumphunter). This reveals whether your normalization and preprocessing steps are preserving signal fidelity or whether detection thresholds need adjustment.

Read the full file on GitHub · 97 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. 4d ago First seen · 97 lines · 43 tokens per session scan A 9a987b18e48a

Subscribe to this mod's changes

epic-array-simulation-benchmark is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed 2d ago), licensed Apache-2.0. It adds 43 tokens to every session and 1,611 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

estimate-immune-score-analysis

Use this skill to compute ESTIMATE immune-related microenvironment scores from a bulk expression matrix, generate an ESTIMATE score heatmap, and optionally generate group-wise ESTIMATE score boxplots plus significance tables when a sample group file is supplied. Trigger keywords: ESTIMATE, immune score, stromal score…

aipoch/medical-research-skills · 90 tokens

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

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

adverse-event-narrative

Generates CIOMS I-compliant ICSR narratives from adverse event case data for FDA and EMA regulatory submission. Includes temporal analysis, MedDRA coding, causality assessment using WHO-UMC or Naranjo criteria, and multi-format output.

aipoch/medical-research-skills · 57 tokens

anatomy-quiz-master

Generate interactive anatomy quizzes for medical education with multiple.

aipoch/medical-research-skills · 17 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