recipe r-qiime2r

Import qiime2 artifacts to R.

Homepage:

https://github.com/jbisanz/qiime2R

License:

MIT / MIT

Recipe:

/r-qiime2r/meta.yaml

Importing QIIME2 artifacts and associated data into R sessions.

package r-qiime2r

(downloads) docker_r-qiime2r

versions:

0.99.20-10.99.20-0

depends bioconductor-biostrings:

>=2.46.0

depends bioconductor-phyloseq:

>=1.22.3

depends bioconductor-rhdf5:

>=2.26.2

depends r-ape:

>=5.2

depends r-base:

>=4.3,<4.4.0a0

depends r-data.table:

>=1.12.8

depends r-dplyr:

>=0.8.1

depends r-dt:

>=0.2

depends r-ggplot2:

>=2.2.1

depends r-hmisc:

>=4.1-1

depends r-matrix:

>=1.2-17

depends r-tibble:

>=2.1.3

depends r-tidyr:

>=0.8.3

depends r-yaml:

>=2.2.0

depends r-zcompositions:

>=1.0.3.1

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 r-qiime2r

and update with::

   mamba update r-qiime2r

To create a new environment, run:

mamba create --name myenvname r-qiime2r

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/r-qiime2r:<tag>

(see `r-qiime2r/tags`_ for valid values for ``<tag>``)

Download stats