methylTracer is an R package designed for whole-genome DNA methylation analysis. It efficiently processes TAPS and WGBS data, enabling high-throughput epigenetic research. The package employs optimized storage methods for memory management, enhancing performance when handling large datasets. methylTracer is specifically tailored for fast detection of de-novo DMRs, making it an ideal tool for single-cell methylation analysis in biological research.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("methylTracer")