recipe bioconductor-dmchmm

Differentially Methylated CpG using Hidden Markov Model

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/DMCHMM.html

License:

GPL-3

Recipe:

/bioconductor-dmchmm/meta.yaml

A pipeline for identifying differentially methylated CpG sites using Hidden Markov Model in bisulfite sequencing data. DNA methylation studies have enabled researchers to understand methylation patterns and their regulatory roles in biological processes and disease. However, only a limited number of statistical approaches have been developed to provide formal quantitative analysis. Specifically, a few available methods do identify differentially methylated CpG (DMC) sites or regions (DMR), but they suffer from limitations that arise mostly due to challenges inherent in bisulfite sequencing data. These challenges include: (1) that read-depths vary considerably among genomic positions and are often low; (2) both methylation and autocorrelation patterns change as regions change; and (3) CpG sites are distributed unevenly. Furthermore, there are several methodological limitations: almost none of these tools is capable of comparing multiple groups and/or working with missing values, and only a few allow continuous or multiple covariates. The last of these is of great interest among researchers, as the goal is often to find which regions of the genome are associated with several exposures and traits. To tackle these issues, we have developed an efficient DMC identification method based on Hidden Markov Models (HMMs) called “DMCHMM” which is a three-step approach (model selection, prediction, testing) aiming to address the aforementioned drawbacks.

package bioconductor-dmchmm

(downloads) docker_bioconductor-dmchmm

versions:
1.24.0-01.22.0-01.20.0-01.16.0-01.14.0-01.12.0-11.12.0-01.10.0-01.8.0-0

1.24.0-01.22.0-01.20.0-01.16.0-01.14.0-01.12.0-11.12.0-01.10.0-01.8.0-01.6.0-11.4.0-0

depends bioconductor-biocparallel:

>=1.36.0,<1.37.0

depends bioconductor-genomicranges:

>=1.54.0,<1.55.0

depends bioconductor-iranges:

>=2.36.0,<2.37.0

depends bioconductor-rtracklayer:

>=1.62.0,<1.63.0

depends bioconductor-s4vectors:

>=0.40.0,<0.41.0

depends bioconductor-summarizedexperiment:

>=1.32.0,<1.33.0

depends r-base:

>=4.3,<4.4.0a0

depends r-calibrate:

depends r-fdrtool:

depends r-multcomp:

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-dmchmm

and update with::

   mamba update bioconductor-dmchmm

To create a new environment, run:

mamba create --name myenvname bioconductor-dmchmm

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-dmchmm:<tag>

(see `bioconductor-dmchmm/tags`_ for valid values for ``<tag>``)

Download stats