recipe bioconductor-metapone

Conducts pathway test of metabolomics data using a weighted permutation test

Homepage:

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

License:

Artistic-2.0

Recipe:

/bioconductor-metapone/meta.yaml

The package conducts pathway testing from untargetted metabolomics data. It requires the user to supply feature-level test results, from case-control testing, regression, or other suitable feature-level tests for the study design. Weights are given to metabolic features based on how many metabolites they could potentially match to. The package can combine positive and negative mode results in pathway tests.

package bioconductor-metapone

(downloads) docker_bioconductor-metapone

versions:

1.8.0-01.6.0-01.4.0-01.0.0-0

depends bioconductor-biocparallel:

>=1.36.0,<1.37.0

depends bioconductor-fgsea:

>=1.28.0,<1.29.0

depends r-base:

>=4.3,<4.4.0a0

depends r-fdrtool:

depends r-fields:

depends r-ggplot2:

depends r-ggrepel:

depends r-markdown:

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

and update with::

   mamba update bioconductor-metapone

To create a new environment, run:

mamba create --name myenvname bioconductor-metapone

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

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

Download stats