Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-methylation-calling

Maintainer FreedomIntelligence · Last updated April 1, 2026

Extract methylation calls from Bismark BAM files using bismark_methylation_extractor. Generates per-cytosine reports for CpG, CHG, and CHH contexts. Use when extracting methylation levels from aligned bisulfite sequencing data for downstream analysis.

OpenClawNanoClawAnalysisReproductionbio-methylation-calling🧬 bioinformatics (gptomics bio-* suite)bioinformatics — epigenomics & chromatinextract

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-methylation-calling

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • CLI: bismark_methylation_extractor --bedGraph --cytosine_report sample.bam.
  • Extract methylation calls from my Bismark BAM" → Generate per-cytosine methylation reports (CpG, CHG, CHH contexts) from aligned bisulfite sequencing data. CLI: bismark_methylation_extractor --bedGraph --cytosine_report sample.bam.
  • bismark_methylation_extractor --gzip --bedGraph \ sample_bismark_bt2.bam.

Source Doc

Excerpt From SKILL.md

Most common - extract only CpG methylation

bismark_methylation_extractor
--paired-end
--no_overlap \ # Avoid double counting overlapping reads --gzip
--bedGraph
--CX \ # Also extract CHG/CHH (optional) sample.bam


## Comprehensive report with all CpGs in genome

bismark_methylation_extractor \
    --paired-end \
    --gzip \
    --bedGraph \
    --cytosine_report \
    --genome_folder /path/to/genome/ \
    sample.bam

Merge strands (CpG methylation is usually symmetric)

bismark_methylation_extractor --merge_non_CpG --gzip sample.bam

Use cases

  • Use when extracting methylation levels from aligned bisulfite sequencing data for downstream analysis.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • bismark-alignment - Generate input BAM files
  • methylkit-analysis - Import coverage files to R
  • dmr-detection - Find differentially methylated regions

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView