README.md

Overview

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.""

Guide to functions

Data preparation functions:

SpatialDecon: the core deconvolution function:

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:

Plotting functions:

Post-deconvolution analyses:

Installation

devtools::install_github("Nanostring-Biostats/SpatialDecon",
                         ref = "master", 
                         build_vignettes = TRUE)

Getting started

library(SpatialDecon)

See the package's vignette for an example of its use.



Try the SpatialDecon package in your browser

Any scripts or data that you put into this service are public.

SpatialDecon documentation built on Nov. 8, 2020, 6 p.m.