recipe bioconductor-spotlight

`SPOTlight`: Spatial Transcriptomics Deconvolution

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/SPOTlight.html

License:

GPL-3

Recipe:

/bioconductor-spotlight/meta.yaml

`SPOTlight`provides a method to deconvolute spatial transcriptomics spots using a seeded NMF approach along with visualization tools to assess the results. Spatially resolved gene expression profiles are key to understand tissue organization and function. However, novel spatial transcriptomics (ST) profiling techniques lack single-cell resolution and require a combination with single-cell RNA sequencing (scRNA-seq) information to deconvolute the spatially indexed datasets. Leveraging the strengths of both data types, we developed SPOTlight, a computational tool that enables the integration of ST with scRNA-seq data to infer the location of cell types and states within a complex tissue. SPOTlight is centered around a seeded non-negative matrix factorization (NMF) regression, initialized using cell-type marker genes and non-negative least squares (NNLS) to subsequently deconvolute ST capture locations (spots).

package bioconductor-spotlight

(downloads) docker_bioconductor-spotlight

versions:

1.6.3-01.4.1-01.2.0-0

depends bioconductor-singlecellexperiment:

>=1.24.0,<1.25.0

depends r-base:

>=4.3,<4.4.0a0

depends r-ggplot2:

depends r-matrix:

depends r-matrixstats:

depends r-nmf:

depends r-nnls:

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 bioconductor-spotlight

and update with::

   mamba update bioconductor-spotlight

To create a new environment, run:

mamba create --name myenvname bioconductor-spotlight

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

(see `bioconductor-spotlight/tags`_ for valid values for ``<tag>``)

Download stats