Skip to content

sysbiolab/SpotSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotSpace: Methods for Projecting Network Signals in Spatial Transcriptomics

The SpotSpace package extends PathwaySpace methods alongside Seurat workflows, providing tools for signal propagation and visualization in spatial transcriptomics. By integrating signal processing with spatial visualization, SpotSpace allows users to project network signals onto spot-level coordinates to explore signal patterns on tissue microenvironments.

Installation in R (>=4.4)

Dependencies to build the vignettes
install.packages("knitr")
install.packages("rmarkdown")
install.packages("remotes")
Development version
# Main packages
remotes::install_github("sysbiolab/RGraphSpace", build_vignettes=TRUE)
remotes::install_github("sysbiolab/PathwaySpace", build_vignettes=TRUE)
remotes::install_github("sysbiolab/SpotSpace", build_vignettes=TRUE)

# Data package used in the examples
remotes::install_github("satijalab/seurat-data")

Examples

Follow the SpotSpace vignette and try to make some plots!

library(SpotSpace)
vignette("SpotSpace")

Citation

If you use SpotSpace, please cite:

Licenses

The SpotSpace package is distributed under Artistic-2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published