README.md

boost

The R package boost (Bayesian Modeling of Spatial Transcriptomics Data) provides functions to detect spatially variable (SV) genes in spatial transcriptomics (ST) data. This package provides two novel Bayesian methods, as well as other standard procedures, for facilitating studies in spatial molecular profiling (SMP). For the step-by-step tutorial of boost, please refer to https://boost-r.readthedocs.io/en/latest/

Development

The latest version of the package is under development at GitHub, which can be installed from GitHub by:

devtools::install_github("estfernan/boost")
library(boost)

SPARK is a dependency and is necessary for using the SPARK model. It can be installed from GitHub by:

devtools::install_github('xzhoulab/SPARK')

SpatialDE is also necessary for using the SpatialDE model. It can be installed from Bioconductor by:

BiocManager::install('spatialDE')

References

License

GNU General Public License (≥ 3)



estfernan/boost documentation built on June 24, 2022, 12:20 a.m.