recipe r-conos

Wires together large collections of single-cell RNA-seq datasets, which allows for both the identification of recurrent cell clusters and the propagation of information between datasets in multi-sample or atlas-scale collections. 'Conos' focuses on the uniform mapping of homologous cell types across heterogeneous sample collections. For instance, users could investigate a collection of dozens of peripheral blood samples from cancer patients combined with dozens of controls, which perhaps includes samples of a related tissue such as lymph nodes. This package interacts with data available through the 'conosPanel' package, which is available in a 'drat' repository. To access this data package, see the instructions at <https://github.com/kharchenkolab/conos>. The size of the 'conosPanel' package is approximately 12 MB.

Homepage:

https://github.com/kharchenkolab/conos

License:

GPL3 / GPL-3.0-only

Recipe:

/r-conos/meta.yaml

package r-conos

(downloads) docker_r-conos

Versions:
1.5.2-11.5.2-01.5.1-01.5.0-31.5.0-21.5.0-11.5.0-01.4.9-01.4.8-0

1.5.2-11.5.2-01.5.1-01.5.0-31.5.0-21.5.0-11.5.0-01.4.9-01.4.8-01.4.7-01.4.6-0

Depends:
  • on bioconductor-complexheatmap >=2.22.0,<2.23.0a0

  • on libgcc >=13

  • on libstdcxx >=13

  • on r-abind

  • on r-base >=4.4,<4.5.0a0

  • on r-cowplot

  • on r-dendextend

  • on r-dplyr

  • on r-ggplot2

  • on r-ggrepel

  • on r-gridextra

  • on r-igraph

  • on r-irlba

  • on r-leidenalg

  • on r-magrittr

  • on r-matrix

  • on r-n2r

  • on r-r6

  • on r-rcpp

  • on r-rcpparmadillo

  • on r-rcppeigen

  • on r-rcppprogress

  • on r-reshape2

  • on r-rlang

  • on r-rtsne

  • on r-sccore >=1.0.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-conos

to add into an existing workspace instead, run:

pixi add r-conos

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

Alternatively, to install into a new environment, run:

conda create -n envname r-conos

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

(see r-conos/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