- recipe bioconductor-dmcfb
Differentially Methylated Cytosines via a Bayesian Functional Approach
- Homepage:
- License:
GPL-3
- Recipe:
DMCFB is a pipeline for identifying differentially methylated cytosines using a Bayesian functional regression model in bisulfite sequencing data. By using a functional regression data model, it tries to capture position-specific, group-specific and other covariates-specific methylation patterns as well as spatial correlation patterns and unknown underlying models of methylation data. It is robust and flexible with respect to the true underlying models and inclusion of any covariates, and the missing values are imputed using spatial correlation between positions and samples. A Bayesian approach is adopted for estimation and inference in the proposed method.
- package bioconductor-dmcfb¶
- versions:
1.14.0-0
,1.12.0-0
,1.8.0-0
,1.6.0-0
,1.4.0-1
,1.4.0-0
,1.2.0-0
,1.0.0-0
- depends bioconductor-biocparallel:
>=1.34.0,<1.35.0
- depends bioconductor-genomicranges:
>=1.52.0,<1.53.0
- depends bioconductor-iranges:
>=2.34.0,<2.35.0
- depends bioconductor-rtracklayer:
>=1.60.0,<1.61.0
- depends bioconductor-s4vectors:
>=0.38.0,<0.39.0
- depends bioconductor-summarizedexperiment:
>=1.30.0,<1.31.0
- depends r-arm:
- depends r-base:
>=4.3,<4.4.0a0
- depends r-benchmarkme:
- depends r-data.table:
- depends r-fastdummies:
- depends r-mass:
- depends r-matrixstats:
- depends r-speedglm:
- depends r-tibble:
- 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-dmcfb and update with:: mamba update bioconductor-dmcfb
To create a new environment, run:
mamba create --name myenvname bioconductor-dmcfb
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-dmcfb:<tag> (see `bioconductor-dmcfb/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-dmcfb/README.html)