SLAC
is the software component of the paper "SLAC:
A Data Augmentation Approach to Modeling Multiplex Imaging Data." SLAC
offers
an implementation of the simulation method and modeled used to fit the SLAC
models used in the simulation study and application analysis of that paper.
You can install the development version of SLAC from GitHub with:
# install.packages("devtools")
devtools::install_github("nateosher/SLAC")
To install with the vignette (which I recommend), run:
# install.packages("devtools")
devtools::install_github("nateosher/SLAC", build_vignettes = TRUE)