The SpatialDecon library implements the SpatialDecon algorithm for mixed cell deconvolution in spatial gene expression datasets. (This algorithm also works in bulk expression profiling data.)
Details can be found in the SpatialDecon manuscript: Danaher & Kim (2020), "Advances in mixed cell deconvolution enable quantification of cell types in spatially-resolved gene expression data.""
spatialdecon runs the SpatialDecon algorithm for estimating mixed cell type abundance in the regions of spatially-resolved gene expression studies. It is also appropriate to apply to bulk gene expression data.
Its minimal required input is:
spatialdecon has numerous advanced options specified in the help file and demonstrated in the vignette. These include:
devtools::install_github("Nanostring-Biostats/SpatialDecon",
ref = "master",
build_vignettes = TRUE)
library(SpatialDecon)
See the package's vignette for an example of its use.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.