recipe bioconductor-puma

Propagating Uncertainty in Microarray Analysis(including Affymetrix tranditional 3' arrays and exon arrays and Human Transcriptome Array 2.0)

Homepage:

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

License:

LGPL

Recipe:

/bioconductor-puma/meta.yaml

Links:

biotools: puma

Most analyses of Affymetrix GeneChip data (including tranditional 3' arrays and exon arrays and Human Transcriptome Array 2.0) are based on point estimates of expression levels and ignore the uncertainty of such estimates. By propagating uncertainty to downstream analyses we can improve results from microarray analyses. For the first time, the puma package makes a suite of uncertainty propagation methods available to a general audience. In additon to calculte gene expression from Affymetrix 3' arrays, puma also provides methods to process exon arrays and produces gene and isoform expression for alternative splicing study. puma also offers improvements in terms of scope and speed of execution over previously available uncertainty propagation methods. Included are summarisation, differential expression detection, clustering and PCA methods, together with useful plotting functions.

package bioconductor-puma

(downloads) docker_bioconductor-puma

versions:
3.44.0-03.42.0-03.40.0-13.40.0-03.36.0-23.36.0-13.36.0-03.34.0-03.32.0-1

3.44.0-03.42.0-03.40.0-13.40.0-03.36.0-23.36.0-13.36.0-03.34.0-03.32.0-13.32.0-03.30.0-03.28.0-03.26.0-13.24.0-03.22.0-03.20.0-0

depends bioconductor-affy:

>=1.80.0,<1.81.0

depends bioconductor-affy:

>=1.80.0,<1.81.0a0

depends bioconductor-affyio:

>=1.72.0,<1.73.0

depends bioconductor-affyio:

>=1.72.0,<1.73.0a0

depends bioconductor-biobase:

>=2.62.0,<2.63.0

depends bioconductor-biobase:

>=2.62.0,<2.63.0a0

depends bioconductor-oligo:

>=1.66.0,<1.67.0

depends bioconductor-oligo:

>=1.66.0,<1.67.0a0

depends bioconductor-oligoclasses:

>=1.64.0,<1.65.0

depends bioconductor-oligoclasses:

>=1.64.0,<1.65.0a0

depends libblas:

>=3.9.0,<4.0a0

depends libgcc-ng:

>=12

depends liblapack:

>=3.9.0,<4.0a0

depends r-base:

>=4.3,<4.4.0a0

depends r-mclust:

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

and update with::

   mamba update bioconductor-puma

To create a new environment, run:

mamba create --name myenvname bioconductor-puma

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

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

Download stats