Skip to content

VIBTOBIlab/methurator

Repository files navigation

🧬 methurator

Python License pytest BioConda BioContainer


🚀 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 methurator

BioConda (recommended)

conda create -n methurator_env methurator
conda activate methurator_env

Container

docker pull quay.io/biocontainers/methurator

Example 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.yml

About

Methurator is a Python package designed to estimate CpGs saturation for DNA methylation sequencing data.

Topics

Resources

License

Stars

Watchers

Forks

Contributors