recipe bioconductor-dmcfb

Differentially Methylated Cytosines via a Bayesian Functional Approach

Homepage:

https://bioconductor.org/packages/3.17/bioc/html/DMCFB.html

License:

GPL-3

Recipe:

/bioconductor-dmcfb/meta.yaml

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

(downloads) docker_bioconductor-dmcfb

versions:

1.14.0-01.12.0-01.8.0-01.6.0-01.4.0-11.4.0-01.2.0-01.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