To install PathwaySpace, R version 4.4 or greater is required.

Release version

# Release version from CRAN
install.packages("PathwaySpace")

Development version

# Dependencies to build the vignettes
install.packages("knitr")
install.packages("rmarkdown")
install.packages("remotes")

# Main packages
remotes::install_github("sysbiolab/RGraphSpace", build_vignettes=TRUE)
remotes::install_github("sysbiolab/PathwaySpace", build_vignettes=TRUE)

# Extension for spatial transcriptomics
remotes::install_github("sysbiolab/SpotSpace", build_vignettes=TRUE)

# Dependencies used in the extension
remotes::install_github("satijalab/Seurat")
remotes::install_github("satijalab/seurat-data")

Citation

If you use PathwaySpace, please cite:

Licenses

The PathwaySpace package is distributed under Artistic-2.0