- recipe r-xcell
Estimate immune cell proportions from gene expression data
- Homepage:
- License:
GPL / GPL-3
- Recipe:
- Links:
"Tissues are a complex milieu consisting of numerous cell types. In cancer, understanding the cellular heterogeneity in the tumor microenvironment is an emerging field of research. Numerous methods have been published in recent years for the enumeration of cell subsets from tissue expression profiles. However, the available methods suffer from three major problems: inferring cell subset based on gene sets learned and verified from limited sources; displaying only partial portrayal of the full cellular heterogeneity; and insufficient validation in mixed tissues. The xCell package performs cell type enrichment analysis from gene expression data for 64 immune and stroma cell types. xCell is a gene signatures-based method learned from thousands of pure cell types from various sources. xCell applies a novel technique for reducing associations between closley related cell types. xCell signatures were validated using extensive in-silico simulations and also cytometry immunophenotyping, and were shown to outperform previous methods. xCell allows researchers to reliably portray the cellular heterogeneity landscape of tissue expression profiles."
- package r-xcell¶
-
- Versions:
1.3-8,1.3-7,1.3-6,1.3-5,1.3-4,1.3-3,1.3-2,1.3-1,1.3-0,1.3-8,1.3-7,1.3-6,1.3-5,1.3-4,1.3-3,1.3-2,1.3-1,1.3-0,1.2-3,1.2-2,1.2-1,1.2-0- Depends:
on bioconductor-gseabase
>=1.68.0,<1.69.0a0on bioconductor-gsva
>=2.0.0,<2.1.0a0on libgcc
>=13on libstdcxx
>=13on r-base
>=4.4,<4.5.0a0on r-curl
on r-digest
on r-mass
on r-pracma
on r-quadprog
on r-roxygen2
- Additional platforms:
linux-aarch64
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-xcell
to add into an existing workspace instead, run:
pixi add r-xcell
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-xcell
Alternatively, to install into a new environment, run:
conda create -n envname r-xcell
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-xcell:<tag>
(see r-xcell/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-xcell/README.html)