Agent skill · Data & Analytics

methylation-variability-analysis

This skill provides a complete and streamlined workflow for performing methylation variability and epigenetic heterogeneity analysis from whole-genome bisulfite sequencing (WGBS) data. It is designed for researchers who want to quantify CpG-level variability across biological samples or conditions, identify highly variable CpGs (HVCs), and explore epigenetic heterogeneity.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 25-methylation-variability --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/25-methylation-variability/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SKILL: Methylation Variability & Heterogeneity Analysis ## Overview Main steps include: - Refer to the **Inputs & Outputs** section to check available inputs and design the output structure. - **Always prompt user** for genome assembly used. - **Always prompt user** for which columns in the BED files are methylation fraction/percent and coverage and strand. - Building a multi-sample CpG methylation matrix from WGBS coverage files. - Computing **between-sample variability** at CpG level (variance, MAD, CV). --- ## When to use this skill Use this methylKit-based variability pipeline when you want to: - Quantify **between-sample variability** at CpG level (e.g., across replicates, cell types, conditions). - Identify **highly variable CpGs (HVCs)** as candidate epigenetically heterogeneous loci. - Explore **epigenetic heterogeneity** between groups (e.g., GM12878 vs K562, disease vs control). --- ## Inputs & Outputs ### Inputs `<sample1>.bed` `<sample2>.bed` ### Outputs ```bash methylation_variability/ stats/ top_variable_CpGs.tsv CpG_variability_stats.tsv plots/ heatmap_top_variable_CpGs.pdf distribution_CpG_variance.pdf mean_vs_variance_scatter.pdf temp/ ``` --- ## Decision Tree ##

What's inside
Steps it walks through
  1. Overview
  2. When to use this skill
  3. Inputs & Outputs
  4. Inputs
  5. Outputs
  6. Decision Tree
  7. Step 1: Prepare the sample meta data
  8. Step 2: Statistical analysis
  9. Step 3: high variable CpG selection
  10. Step 4: Visualization
  11. Recommended Extensions
Ships with 1 file
  • metadata.json
Commands it runs
methylation_variability/
stats/
top_variable_CpGs.tsv
CpG_variability_stats.tsv
plots/
heatmap_top_variable_CpGs.pdf
distribution_CpG_variance.pdf
mean_vs_variance_scatter.pdf
temp/
More from claude-skill-registry
All skills →
About this skill
What does the methylation-variability-analysis skill do?

This skill provides a complete and streamlined workflow for performing methylation variability and epigenetic heterogeneity analysis from whole-genome bisulfite sequencing (WGBS) data. It is designed for researchers who want to quantify CpG-level variability across biological samples or conditions, identify highly variable CpGs (HVCs), and explore epigenetic heterogeneity.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 25-methylation-variability --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going