VI
VIBTOBIlab/methurator
Methurator is a Python package designed to estimate CpGs saturation for DNA methylation sequencing data.
๐งฌ methurator
๐ What is methurator?
Note: For detailed documentation, command reference, and advanced usage, see the docs here.
methurator is a Python package to estimate CpG sequencing saturation for DNA methylation sequencing data.
โจ Key features
- Extrapolate CpG discovery beyond observed sequencing depth
- Compute theoretical asymptotes
- Optional bootstrap confidence intervals
- Interactive HTML plots
- BioConda and BioContainer support
๐ฆ Installation
pip
pip install methuratorBioConda (recommended)
conda create -n methurator_env methurator
conda activate methurator_envContainer
docker pull quay.io/biocontainers/methuratorExample Workflow
# Run Chao estimator on BAM file
methurator gt-estimator --genome hg19 my_sample.bam --compute_ci
# Generate plots from the results
methurator plot --summary output/methurator_summary.ymlOn this page
Languages
Python100.0%
MIT License
Created November 2, 2025
Updated February 6, 2026