Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 1 kb
NAMESPACE 100644 2 kb
README.md 100644 1 kb
README.md
# ggspavis [![R build status](https://github.com/lmweber/ggspavis/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/lmweber/ggspavis/actions) R package containing visualization functions for spatially resolved transcriptomics data stored in [SpatialExperiment](https://bioconductor.org/packages/SpatialExperiment) format. These plotting functions are used in our online book [OSTA](https://lmweber.org/OSTA-book/). ## Installation The package can be installed from GitHub and has been submitted to [Bioconductor](https://github.com/Bioconductor/Contributions/issues/2220). ``` remotes::install_github("lmweber/ggspavis", build_vignettes = TRUE) ```