GitHunt
VI

VIBTOBIlab/methurator

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

๐Ÿงฌ 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
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