New technologies enabling the measurement of DNA methylation at the single cell level are promising to revolutionise our understanding of epigenetic control of gene expression. Yet, intrinsic limitations of the technology result in very sparse coverage of CpG sites (around 5% to 20% coverage), effectively limiting the analysis repertoire to a semi-quantitative level.
Melissa (MEthyLation Inference for Single cell Analysis), is a Bayesian hierarchical method to quantify spatially-varying methylation profiles across genomic regions from single-cell bisulfite sequencing data (scBS-seq). Melissa clusters individual cells based on local methylation patterns, enabling the discovery of epigenetic diversities and commonalities among individual cells. The clustering also acts as an effective regularisation method for imputation of methylation on unassayed CpG sites, enabling transfer of information between individual cells.
The probabilistic graphical representation of the Melissa model is shown below:
To get the latest development version from Github:
# install.packages("devtools")
devtools::install_github("andreaskapou/Melissa", build_vignettes = TRUE)
Melissa depends heavily on the BPRMeth package, which is available on
Bioconductor
: http://bioconductor.org/packages/BPRMeth/ and
Github
: https://github.com/andreaskapou/BPRMeth.
There is also an archived version of the Melissa model (Github repo https://github.com/andreaskapou/Melissa-archive) for reproducing the results presented in the Kapourani and Sanguinetti (2018) biorXiv paper shown below.
Kapourani, C.-A. and Sanguinetti, G. (2018). Melissa: Bayesian clustering and imputation of single cell methylomes, bioRxiv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.