Skip to content

Latest commit

 

History

History
executable file
·
16 lines (8 loc) · 889 Bytes

README.md

File metadata and controls

executable file
·
16 lines (8 loc) · 889 Bytes

methylTracer: An Efficient R Package for DNA Methylation Analysis

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.

Installation from Bioconductor

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("methylTracer")