Skip to content

anlingUA/SPADE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPADE

Spatial Deconvolution for Domain Specific Cell-type Estimation

SPADE, a reference-based approach, harnesses the power of single-cell RNA sequencing data, spatial location details, and histological information to accurately estimate the proportions of various cell types at each spatial location. A crucial characteristic of SPADE is its ability to account for cell type sparsity across locations, thereby enabling the identification of cell types prior to proportion estimation.

Installation

Dependencies

  • R version >= 4.0.0.
  • R packages: Biobase, caret, glmnet, tidyverse, NOISeq, EBImage, rlist, alabama
# install devtools if necessary
install.packages('devtools')

# install the SPADE package
devtools::install_github('anlingUA/SPADE')

# load
library(SPADE)
  • The first step of SPADE utilizes spaGCN to cluster locations into domains. To get the identified spatial domain of your data, refer to the tutorial of spaGCN

  • For an example how to use SPADE and the data used for the tutorial can be downloaded from here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.7%
  • R 1.3%