- recipe bioconductor-scmet
Bayesian modelling of cell-to-cell DNA methylation heterogeneity
- Homepage:
- License:
GPL-3
- Recipe:
High-throughput single-cell measurements of DNA methylomes can quantify methylation heterogeneity and uncover its role in gene regulation. However, technical limitations and sparse coverage can preclude this task. scMET is a hierarchical Bayesian model which overcomes sparsity, sharing information across cells and genomic features to robustly quantify genuine biological heterogeneity. scMET can identify highly variable features that drive epigenetic heterogeneity, and perform differential methylation and variability analyses. We illustrate how scMET facilitates the characterization of epigenetically distinct cell populations and how it enables the formulation of novel hypotheses on the epigenetic regulation of gene expression.
- package bioconductor-scmet¶
- versions:
1.4.0-0
,1.2.0-0
,1.0.0-1
,1.0.0-0
- depends bioconductor-biocstyle:
>=2.30.0,<2.31.0
- depends bioconductor-biocstyle:
>=2.30.0,<2.31.0a0
- depends bioconductor-s4vectors:
>=0.40.0,<0.41.0
- depends bioconductor-s4vectors:
>=0.40.2,<0.41.0a0
- depends bioconductor-singlecellexperiment:
>=1.24.0,<1.25.0
- depends bioconductor-singlecellexperiment:
>=1.24.0,<1.25.0a0
- depends bioconductor-summarizedexperiment:
>=1.32.0,<1.33.0
- depends bioconductor-summarizedexperiment:
>=1.32.0,<1.33.0a0
- depends libblas:
>=3.9.0,<4.0a0
- depends libgcc-ng:
>=12
- depends liblapack:
>=3.9.0,<4.0a0
- depends libstdcxx-ng:
>=12
- depends r-assertthat:
- depends r-base:
>=4.3,<4.4.0a0
- depends r-bh:
>=1.66.0
- depends r-coda:
- depends r-cowplot:
- depends r-data.table:
- depends r-dplyr:
- depends r-ggplot2:
- depends r-logitnorm:
- depends r-mass:
- depends r-matrix:
- depends r-matrixstats:
- depends r-rcpp:
>=1.0.0
- depends r-rcppeigen:
>=0.3.3.3.0
- depends r-rcppparallel:
>=5.0.1
- depends r-rstan:
>=2.21.3
- depends r-rstantools:
>=2.1.0
- depends r-stanheaders:
>=2.21.0.7
- depends r-vgam:
- depends r-viridis:
- requirements:
Installation
You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).
While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.
Given that you already have a conda environment in which you want to have this package, install with:
mamba install bioconductor-scmet and update with:: mamba update bioconductor-scmet
To create a new environment, run:
mamba create --name myenvname bioconductor-scmet
with
myenvname
being a reasonable name for the environment (see e.g. the mamba docs for details and further options).Alternatively, use the docker container:
docker pull quay.io/biocontainers/bioconductor-scmet:<tag> (see `bioconductor-scmet/tags`_ for valid values for ``<tag>``)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-scmet/README.html)