recipe bioconductor-indeed

Interactive Visualization of Integrated Differential Expression and Differential Network Analysis for Biomarker Candidate Selection Package

Homepage:

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

License:

Artistic-2.0

Recipe:

/bioconductor-indeed/meta.yaml

An R package for integrated differential expression and differential network analysis based on omic data for cancer biomarker discovery. Both correlation and partial correlation can be used to generate differential network to aid the traditional differential expression analysis to identify changes between biomolecules on both their expression and pairwise association levels. A detailed description of the methodology has been published in Methods journal (PMID: 27592383). An interactive visualization feature allows for the exploration and selection of candidate biomarkers.

package bioconductor-indeed

(downloads) docker_bioconductor-indeed

versions:
2.16.0-02.14.0-02.12.0-02.8.0-02.6.0-02.4.0-12.4.0-02.2.0-02.0.0-0

2.16.0-02.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.2.0-01.0.1-0

depends r-base:

>=4.3,<4.4.0a0

depends r-devtools:

>=1.13.0

depends r-glasso:

>=1.8

depends r-igraph:

>=1.2.4

depends r-visnetwork:

>=2.0.6

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

and update with::

   mamba update bioconductor-indeed

To create a new environment, run:

mamba create --name myenvname bioconductor-indeed

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

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

Download stats