recipe bioconductor-animalcules

Interactive microbiome analysis toolkit

Homepage:

https://bioconductor.org/packages/3.17/bioc/html/animalcules.html

License:

Artistic-2.0

Recipe:

/bioconductor-animalcules/meta.yaml

animalcules is an R package for utilizing up-to-date data analytics, visualization methods, and machine learning models to provide users an easy-to-use interactive microbiome analysis framework. It can be used as a standalone software package or users can explore their data with the accompanying interactive R Shiny application. Traditional microbiome analysis such as alpha/beta diversity and differential abundance analysis are enhanced, while new methods like biomarker identification are introduced by animalcules. Powerful interactive and dynamic figures generated by animalcules enable users to understand their data better and discover new insights.

package bioconductor-animalcules

(downloads) docker_bioconductor-animalcules

versions:

1.16.0-01.14.0-01.10.0-01.6.0-11.6.0-01.4.0-01.2.0-01.0.6-0

depends bioconductor-biomformat:

>=1.28.0,<1.29.0

depends bioconductor-deseq2:

>=1.40.0,<1.41.0

depends bioconductor-limma:

>=3.56.0,<3.57.0

depends bioconductor-multiassayexperiment:

>=1.26.0,<1.27.0

depends bioconductor-s4vectors:

>=0.38.0,<0.39.0

depends bioconductor-summarizedexperiment:

>=1.30.0,<1.31.0

depends r-ape:

depends r-assertthat:

depends r-base:

>=4.3,<4.4.0a0

depends r-caret:

depends r-covr:

depends r-dplyr:

depends r-dt:

depends r-forcats:

depends r-ggplot2:

depends r-glmnet:

depends r-gunifrac:

depends r-lattice:

depends r-magrittr:

depends r-matrix:

depends r-plotly:

depends r-plotroc:

depends r-rentrez:

depends r-reshape2:

depends r-scales:

depends r-shiny:

depends r-shinyjs:

depends r-tibble:

depends r-tsne:

depends r-umap:

depends r-vegan:

depends r-xml:

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

and update with::

   mamba update bioconductor-animalcules

To create a new environment, run:

mamba create --name myenvname bioconductor-animalcules

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

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

Download stats