recipe bioconductor-cola

A Framework for Consensus Partitioning

Homepage:

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

License:

MIT + file LICENSE

Recipe:

/bioconductor-cola/meta.yaml

Subgroup classification is a basic task in genomic data analysis, especially for gene expression and DNA methylation data analysis. It can also be used to test the agreement to known clinical annotations, or to test whether there exist significant batch effects. The cola package provides a general framework for subgroup classification by consensus partitioning. It has the following features: 1. It modularizes the consensus partitioning processes that various methods can be easily integrated. 2. It provides rich visualizations for interpreting the results. 3. It allows running multiple methods at the same time and provides functionalities to straightforward compare results. 4. It provides a new method to extract features which are more efficient to separate subgroups. 5. It automatically generates detailed reports for the complete analysis. 6. It allows applying consensus partitioning in a hierarchical manner.

package bioconductor-cola

(downloads) docker_bioconductor-cola

versions:
2.8.0-02.6.0-02.4.0-12.4.0-02.0.0-22.0.0-12.0.0-01.8.0-01.6.0-1

2.8.0-02.6.0-02.4.0-12.4.0-02.0.0-22.0.0-12.0.0-01.8.0-01.6.0-11.6.0-01.4.1-01.2.0-01.0.0-11.0.0-0

depends bioconductor-biocgenerics:

>=0.48.0,<0.49.0

depends bioconductor-biocgenerics:

>=0.48.1,<0.49.0a0

depends bioconductor-complexheatmap:

>=2.18.0,<2.19.0

depends bioconductor-complexheatmap:

>=2.18.0,<2.19.0a0

depends bioconductor-impute:

>=1.76.0,<1.77.0

depends bioconductor-impute:

>=1.76.0,<1.77.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-base:

>=4.3,<4.4.0a0

depends r-brew:

depends r-circlize:

>=0.4.7

depends r-clue:

depends r-cluster:

depends r-crayon:

depends r-digest:

depends r-doparallel:

depends r-dorng:

depends r-eulerr:

depends r-foreach:

depends r-getoptlong:

depends r-globaloptions:

>=0.1.0

depends r-httr:

depends r-irlba:

depends r-knitr:

>=1.4.0

depends r-markdown:

>=1.6

depends r-matrixstats:

depends r-mclust:

depends r-microbenchmark:

depends r-png:

depends r-rcolorbrewer:

depends r-rcpp:

>=0.11.0

depends r-skmeans:

depends r-xml2:

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

and update with::

   mamba update bioconductor-cola

To create a new environment, run:

mamba create --name myenvname bioconductor-cola

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

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

Download stats