recipe bioconductor-fgnet

Functional Gene Networks derived from biological enrichment analyses

Homepage:

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

License:

GPL (>= 2)

Recipe:

/bioconductor-fgnet/meta.yaml

Build and visualize functional gene and term networks from clustering of enrichment analyses in multiple annotation spaces. The package includes a graphical user interface (GUI) and functions to perform the functional enrichment analysis through DAVID, GeneTerm Linker, gage (GSEA) and topGO.

package bioconductor-fgnet

(downloads) docker_bioconductor-fgnet

versions:
3.36.0-13.36.0-03.34.0-03.32.0-03.28.0-03.26.0-03.24.0-13.24.0-03.23.1-0

3.36.0-13.36.0-03.34.0-03.32.0-03.28.0-03.26.0-03.24.0-13.24.0-03.23.1-03.22.0-03.20.0-03.18.0-13.18.0-03.16.0-0

depends r-base:

>=4.3,<4.4.0a0

depends r-hwriter:

depends r-igraph:

>=0.6

depends r-plotrix:

depends r-png:

depends r-r.utils:

depends r-rcolorbrewer:

depends r-reshape2:

depends r-xml:

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

and update with::

   mamba update bioconductor-fgnet

To create a new environment, run:

mamba create --name myenvname bioconductor-fgnet

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

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

Download stats