recipe bioconductor-hpannot

Anotation package for Hipathia package

Homepage:

https://bioconductor.org/packages/3.18/data/annotation/html/hpAnnot.html

License:

GPL-2

Recipe:

/bioconductor-hpannot/meta.yaml

Package containing example and annotation data for Hipathia package. Hipathia is a method for the computation of signal transduction along signaling pathways from transcriptomic data. The method is based on an iterative algorithm which is able to compute the signal intensity passing through the nodes of a network by taking into account the level of expression of each gene and the intensity of the signal arriving to it. It also provides a new approach to functional analysis allowing to compute the signal arriving to the functions annotated to each pathway. Hipathia depends on this package to be functional.

package bioconductor-hpannot

(downloads) docker_bioconductor-hpannot

versions:
1.1.0-41.1.0-31.1.0-21.1.0-11.1.0-01.0.1-61.0.1-51.0.1-41.0.1-3

1.1.0-41.1.0-31.1.0-21.1.0-11.1.0-01.0.1-61.0.1-51.0.1-41.0.1-31.0.1-21.0.1-11.0.1-0

depends bioconductor-data-packages:

>=20231203

depends curl:

depends r-base:

>=4.3,<4.4.0a0

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

and update with::

   mamba update bioconductor-hpannot

To create a new environment, run:

mamba create --name myenvname bioconductor-hpannot

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

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

Download stats