- recipe r-alakazam
Provides methods for high-throughput adaptive immune receptor repertoire sequencing (AIRR-Seq; Rep-Seq) analysis. In particular, immunoglobulin (Ig) sequence lineage reconstruction, lineage topology analysis, diversity profiling, amino acid property analysis and gene usage. Citations: Gupta and Vander Heiden, et al (2017) <doi:10.1093/bioinformatics/btv359>, Stern, Yaari and Vander Heiden, et al (2014) <doi:10.1126/scitranslmed.3008879>.
- Homepage:
- License:
AGPL / AGPL-3
- Recipe:
- package r-alakazam¶
-
- Versions:
1.2.1-4,1.2.1-3,1.2.1-2,1.2.1-1,1.2.1-0,1.2.0-1,1.2.0-0,0.2.10-0,0.2.8-0,1.2.1-4,1.2.1-3,1.2.1-2,1.2.1-1,1.2.1-0,1.2.0-1,1.2.0-0,0.2.10-0,0.2.8-0,0.2.7-0- Depends:
on bioconductor-biostrings
>=2.56.0on bioconductor-biostrings
>=2.74.0,<2.75.0a0on bioconductor-genomicalignments
>=1.24.0on bioconductor-genomicalignments
>=1.42.0,<1.43.0a0on bioconductor-iranges
>=2.22.2on bioconductor-iranges
>=2.40.0,<2.41.0a0on libcxx
>=18on r-airr
>=1.3on r-ape
on r-base
>=4.4,<4.5.0a0on r-dplyr
>=1.0on r-ggplot2
>=3.3.4on r-igraph
>=1.0.0on r-matrix
on r-progress
on r-rcpp
>=0.12.12on r-readr
on r-rlang
on r-scales
on r-seqinr
on r-stringi
on r-tibble
on r-tidyr
>=1.0
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install r-alakazam
to add into an existing workspace instead, run:
pixi add r-alakazam
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install r-alakazam
Alternatively, to install into a new environment, run:
conda create -n envname r-alakazam
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/r-alakazam:<tag>
(see r-alakazam/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/r-alakazam/README.html)