recipe bioconductor-cemitool

Co-expression Modules identification Tool

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-cemitool/meta.yaml

The CEMiTool package unifies the discovery and the analysis of coexpression gene modules in a fully automatic manner, while providing a user-friendly html report with high quality graphs. Our tool evaluates if modules contain genes that are over-represented by specific pathways or that are altered in a specific sample group. Additionally, CEMiTool is able to integrate transcriptomic data with interactome information, identifying the potential hubs on each network.

package bioconductor-cemitool

(downloads) docker_bioconductor-cemitool

versions:
1.26.0-01.24.0-01.22.0-01.18.1-01.16.0-01.14.1-01.14.0-01.12.0-01.10.0-0

1.26.0-01.24.0-01.22.0-01.18.1-01.16.0-01.14.1-01.14.0-01.12.0-01.10.0-01.8.3-01.6.10-0

depends bioconductor-clusterprofiler:

>=4.10.0,<4.11.0

depends bioconductor-fgsea:

>=1.28.0,<1.29.0

depends r-base:

>=4.3,<4.4.0a0

depends r-data.table:

>=1.9.4

depends r-dplyr:

depends r-dt:

depends r-fastcluster:

depends r-ggdendro:

depends r-ggplot2:

depends r-ggpmisc:

depends r-ggrepel:

depends r-ggthemes:

depends r-gridextra:

depends r-gtable:

depends r-htmltools:

depends r-igraph:

depends r-intergraph:

depends r-knitr:

depends r-matrixstats:

depends r-network:

depends r-pracma:

depends r-rmarkdown:

depends r-scales:

depends r-sna:

depends r-stringr:

depends r-wgcna:

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

and update with::

   mamba update bioconductor-cemitool

To create a new environment, run:

mamba create --name myenvname bioconductor-cemitool

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

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

Download stats