Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttgump authored Aug 30, 2023
1 parent 97244cf commit 651ff23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Spatial dependency-aware deep generative models

SpaVAE, spaPeakVAE, spaMultiVAE, and spaLDVAE are dependency-aware deep generative models for multitasking analysis of spatial genomics data. Different models are designed for different analytical tasks of spatial genomics data.<br/>
**spaVAE** is a Gaussian process (GP) variational autoencoder (VAE) with a negative binomial (NB) model-based decoder. The model is for multitasking analysis of spatially resolved transcriptomics (SRT) data, including dimensionality reduction, visualization, clustering, batch integration, denoising, differential expression, spatial imputation, and resolution enhancement.<br/>
**spaVAE** is a negative binomial (NB) model-based variational autoencoder (VAE) with a mixture embedding of Gaussian process (GP) prior and Gaussian prior. The model is for multitasking analysis of spatially resolved transcriptomics (SRT) data, including dimensionality reduction, visualization, clustering, batch integration, denoising, differential expression, spatial imputation, and resolution enhancement.<br/>
**spaPeakVAE** is a variant model of spaVAE, which uses a Bernoulli decoder to characterize spatial ATAC-seq binary data. The analytical tasks in spaVAE can also be fulfilled by spaPeakVAE for spatial ATAC-seq data.<br/>
**spaMultiVAE** characterizes spatial multi-omics data, which profiles gene expression and surface protein intensity simultaneously. Besides the analyses aforementioned, spaMultiVAE uses a NB mixture decoder to denoise backgrounds in proteins.<br/>
**spaLDVAE** is spaVAE with a linear decoder, which contains two latent embedding components, one follows GP prior and the other follows standard normal prior. The model can be used for detecting spatial variable genes and peaks.
**spaLDVAE** and **spaPeakVAE** are spaVAE variants with a linear decoder, which also contains two latent embedding components, one follows GP prior and the other follows standard normal prior. The model can be used for detecting spatial variable genes and peaks.

## Table of contents
- [Network diagram](#diagram)
Expand Down

0 comments on commit 651ff23

Please sign in to comment.