recipe bioconductor-pcamethods

A collection of PCA methods

Homepage:

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

License:

GPL (>= 3)

Recipe:

/bioconductor-pcamethods/meta.yaml

Links:

biotools: pcamethods, doi: 10.1093/bioinformatics/btm069

Provides Bayesian PCA, Probabilistic PCA, Nipals PCA, Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method for missing value estimation is included for comparison. BPCA, PPCA and NipalsPCA may be used to perform PCA on incomplete data as well as for accurate missing value estimation. A set of methods for printing and plotting the results is also provided. All PCA methods make use of the same data structure (pcaRes) to provide a common interface to the PCA results. Initiated at the Max-Planck Institute for Molecular Plant Physiology, Golm, Germany.

package bioconductor-pcamethods

(downloads) docker_bioconductor-pcamethods

versions:
1.94.0-01.92.0-01.90.0-11.90.0-01.86.0-21.86.0-11.86.0-01.84.0-01.82.0-1

1.94.0-01.92.0-01.90.0-11.90.0-01.86.0-21.86.0-11.86.0-01.84.0-01.82.0-11.82.0-01.80.0-01.78.0-01.76.0-11.74.0-01.72.0-01.70.0-01.68.0-01.64.0-21.64.0-11.64.0-0

depends bioconductor-biobase:

>=2.62.0,<2.63.0

depends bioconductor-biobase:

>=2.62.0,<2.63.0a0

depends bioconductor-biocgenerics:

>=0.48.0,<0.49.0

depends bioconductor-biocgenerics:

>=0.48.1,<0.49.0a0

depends libblas:

>=3.9.0,<4.0a0

depends libgcc-ng:

>=12

depends liblapack:

>=3.9.0,<4.0a0

depends libstdcxx-ng:

>=12

depends r-base:

>=4.3,<4.4.0a0

depends r-mass:

depends r-rcpp:

>=0.11.3

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

and update with::

   mamba update bioconductor-pcamethods

To create a new environment, run:

mamba create --name myenvname bioconductor-pcamethods

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

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

Download stats