:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-animalcules' .. highlight: bash bioconductor-animalcules ======================== .. conda:recipe:: bioconductor-animalcules :replaces_section_title: :noindex: 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. .. conda:package:: bioconductor-animalcules |downloads_bioconductor-animalcules| |docker_bioconductor-animalcules| :versions: ``1.16.0-0``,  ``1.14.0-0``,  ``1.10.0-0``,  ``1.6.0-1``,  ``1.6.0-0``,  ``1.4.0-0``,  ``1.2.0-0``,  ``1.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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `bioconductor-animalcules/tags`_ for valid values for ````) .. |downloads_bioconductor-animalcules| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-animalcules.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-animalcules :alt: (downloads) .. |docker_bioconductor-animalcules| image:: https://quay.io/repository/biocontainers/bioconductor-animalcules/status :target: https://quay.io/repository/biocontainers/bioconductor-animalcules .. _`bioconductor-animalcules/tags`: https://quay.io/repository/biocontainers/bioconductor-animalcules?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-animalcules/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-animalcules/README.html