recipe r-enchantr

Analysis of immune repertoires. QC and reports for the analysis of AIRR-seq data with Immcantation

Homepage:

https://bitbucket.org/kleinstein/enchantr

License:

AGPL / AGPL-3

Recipe:

/r-enchantr/meta.yaml

package r-enchantr

(downloads) docker_r-enchantr

versions:
0.1.3-00.1.2-00.1.1-00.1.0-20.1.0-10.1.0-00.0.6-00.0.5-00.0.4-0

0.1.3-00.1.2-00.1.1-00.1.0-20.1.0-10.1.0-00.0.6-00.0.5-00.0.4-00.0.3-10.0.3-00.0.1-0

depends bioconductor-complexheatmap:

>=2.14.0

depends igphyml:

1.1.5.*

depends r-airr:

>=1.4.1

depends r-alakazam:

>=1.2.1

depends r-base:

>=4.2,<4.3.0a0

depends r-bookdown:

>=0.29

depends r-data.table:

depends r-doparallel:

depends r-dowser:

>=1.1.0

depends r-dplyr:

depends r-dt:

depends r-foreach:

depends r-ggplot2:

depends r-ggraph:

depends r-gridextra:

depends r-igraph:

depends r-knitr:

depends r-optparse:

depends r-plotly:

depends r-rcolorbrewer:

depends r-reshape2:

depends r-rmarkdown:

depends r-scales:

depends r-scoper:

>=1.2.1

depends r-shazam:

>1.1.0

depends r-stringi:

depends r-stringr:

depends r-testthat:

depends r-tidyr:

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

and update with::

   mamba update r-enchantr

To create a new environment, run:

mamba create --name myenvname r-enchantr

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

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

Download stats