450k-array-data-processing

A preprocessing workflow for Illumina HumanMethylation450, also called 450k, DNA-methylation arrays. It turns raw probe measurements into a filtered and normalized methylation table.

In plain words
What is it for?
Use it to prepare 450k array data for differential methylation analysis, which compares methylation between groups, or for finding differentially methylated regions.
Why use it?
It removes unreliable measurements and technical differences that could distort comparisons between samples.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/450k-array-data-processing
Any agent
npx skills add HolobiomicsLab/asb-skill-collections --skill 450k-array-data-processing
Clone the repo
git clone --depth 1 https://github.com/HolobiomicsLab/asb-skill-collections

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00068 $0.01620
Opus 5 $0.00034 $0.00810
Sonnet 5 $0.00014 $0.00324
Haiku 4.5 $0.00007 $0.00162

Measured 3d ago against content hash 6680b868dcea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

450k-array-data-processing 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 3d 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/450k-array-data-processing/SKILL.md · 98 lines

How it starts

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

450k-array-data-processing

Summary

Comprehensive quality control and preprocessing pipeline for Illumina HumanMethylation450 array data, encompassing probe filtering, normalization, batch correction, and type-2 probe adjustment to produce a curated methylation matrix suitable for downstream statistical analysis.

When to use

Apply this skill when you have raw .idat files or beta-valued matrices from HumanMethylation450 (450k) arrays and need to remove low-quality probes, correct for technical artifacts (batch effects, type-2 probe bias), and normalize the data before performing differential methylation analysis or DMR detection.

When NOT to use

  • Input is already a normalized, batch-corrected, publication-ready feature table from a prior preprocessing study
  • You are analyzing EPIC array data (use EPIC-specific parameters and annotation instead)
  • Raw signal intensities or unnormalized .idat files are not available and cannot be recovered

Inputs

  • .idat files from HumanMethylation450 array experiments
  • Beta-valued methylation matrix (probes × samples)

Outputs

  • Filtered and normalized beta-valued methylation matrix
  • Quality control report (probe counts before/after filtering, bead count distributions)
  • QC plots (detection p-value distributions, bead count histograms, batch effect visualizations)

How to apply

Load raw 450k array data using ChAMP's data import functions (from .idat files or a beta-valued matrix). Apply champ.filter() with default parameters to remove probes with detection p-value > 0.01 and probes with fewer than 3 beads in at least 5% of samples. Select a type-2 probe correction method (SWAN, Peak Based Correction, or BMIQ—BMIQ is default). Apply functional normalization or other available normalization approaches. If batch effects are detected via SVD analysis, apply ComBat correction. Generate QC plots and a filtered probe matrix documenting the number of probes retained and removed at each filtering step. The rationale is that these sequential steps remove unreliable measurements, correct systematic biases introduced by array chemistry and batching, and ensure the final methylation values are comparable across samples.

Read the full file on GitHub · 98 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. 3d ago First seen · 98 lines · 68 tokens per session scan A 6680b868dcea

Subscribe to this mod's changes

450k-array-data-processing is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed 12d ago), licensed Apache-2.0. It adds 68 tokens to every session and 1,620 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

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

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

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

hierarchical-clustering-plot

Use when building a sample-level hierarchical clustering dendrogram from a bulk expression matrix and sample annotation table, especially for QC, batch inspection, or sample similarity assessment. Trigger keywords: hierarchical clustering, dendrogram, sample QC, batch inspection, sample similarity. NOT for…

aipoch/medical-research-skills · 74 tokens

batch-effect-correction

Use when correcting batch effects in merged bulk expression matrices with sample-level batch metadata while preserving biological group structure and generating before-and-after QC plots. NOT for: single-cell integration, raw FASTQ processing, differential expression without batch labels, or datasets without…

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