# slalom
[](https://travis-ci.com/PMBio/slalom)
This package is an R/C++ implementation of the factorial single-cell latent
variable model developed by Buettner et al (Genome Biology, 2017).
The `slalom` package has been submitted to Bioconductor, so the most reliable way
to install the package is to use the usual Bioconductor method:
```{R}
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("slalom")
```
For details of how to use `slalom`, please consult the **vignette** and
**package documentation**.
Davis McCarthy and Florian Buettner, October 2017
(on behalf of `slalom` and f-scLVM authors and contributors)