recipe bioconductor-cocoa

Coordinate Covariation Analysis

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-cocoa/meta.yaml

COCOA is a method for understanding epigenetic variation among samples. COCOA can be used with epigenetic data that includes genomic coordinates and an epigenetic signal, such as DNA methylation and chromatin accessibility data. To describe the method on a high level, COCOA quantifies inter-sample variation with either a supervised or unsupervised technique then uses a database of "region sets" to annotate the variation among samples. A region set is a set of genomic regions that share a biological annotation, for instance transcription factor (TF) binding regions, histone modification regions, or open chromatin regions. COCOA can identify region sets that are associated with epigenetic variation between samples and increase understanding of variation in your data.

package bioconductor-cocoa

(downloads) docker_bioconductor-cocoa

versions:
2.14.0-02.12.0-02.8.0-02.6.0-02.4.0-12.4.0-02.2.0-02.0.0-01.2.0-1

2.14.0-02.12.0-02.8.0-02.6.0-02.4.0-12.4.0-02.2.0-02.0.0-01.2.0-11.0.1-0

depends bioconductor-biobase:

>=2.60.0,<2.61.0

depends bioconductor-biocgenerics:

>=0.46.0,<0.47.0

depends bioconductor-complexheatmap:

>=2.16.0,<2.17.0

depends bioconductor-genomicranges:

>=1.52.0,<1.53.0

depends bioconductor-iranges:

>=2.34.0,<2.35.0

depends bioconductor-mira:

>=1.22.0,<1.23.0

depends bioconductor-s4vectors:

>=0.38.0,<0.39.0

depends r-base:

>=4.3,<4.4.0a0

depends r-data.table:

depends r-fitdistrplus:

depends r-ggplot2:

depends r-simplecache:

depends r-tidyr:

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

and update with::

   mamba update bioconductor-cocoa

To create a new environment, run:

mamba create --name myenvname bioconductor-cocoa

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

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

Download stats