Newer
Older
# Splatter
[](http://www.repostatus.org/#active)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://travis-ci.org/Oshlack/splatter)
[](https://codecov.io/github/Oshlack/splatter?branch=master)
[](https://ci.appveyor.com/project/Oshlack/splatter)
[](https://bioconductor.org/packages/devel/bioc/html/splatter.html)
[](https://bioconductor.org/packages/devel/bioc/html/splatter.html)
[](https://bioconductor.org/packages/devel/bioc/html/splatter.html)
Splatter is an R package for the simple simulation of single-cell RNA sequencing
data. Splatter provides a common interface to multiple simulations that have:
* Functions for estimating simulation parameters
* Objects for storing those parameters
* Functions for simulating counts using those parameters
Splatter is built on top of [`scater`][scater] and stores simulations in
[`SingleCellExperiment`][SCE] objects. Splatter also has functions for comparing
simulations and real datasets.
## Installation.
It can be installed from Bioconductor with:
```{r}
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("splatter")
```
If you wish to build a local version of the vignette use:
```{r}
BiocManager::install("splatter", build_vignettes=TRUE)
```
This will also build the vignette and install all suggested dependencies (which
## Getting started
Once installed the best place to get started is the vignette. For most users
the most convient way to access this is online [here][vignette].
Alternatively, if you chose to build the vignette, you can load Splatter, then
browse the vignettes:
```{r}
library(splatter)
browseVignettes("splatter")
```
This is a detailed document that introduces the main features of Splatter.
## Citing Splatter
If you use Splatter please cite our paper ["Zappia L, Phipson B, Oshlack A.
Splatter: Simulation Of Single-Cell RNA Sequencing Data. Genome Biology. 2017;
doi:10.1186/s13059-017-1305-0"][paper].
author = {Luke Zappia and Belinda Phipson and Alicia Oshlack},
title = {Splatter: simulation of single-cell RNA sequencing data},
journal = {Genome Biology},
url = {http://dx.doi.org/10.1186/s13059-017-1305-0},
doi = {10.1186/s13059-017-1305-0},
[scater]: https://github.com/davismcc/scater
[contrib]: https://github.com/Bioconductor/Contributions/issues/209
[bioc]: https://bioconductor.org/packages/devel/bioc/html/splatter.html
[vignette]: https://bioconductor.org/packages/devel/bioc/vignettes/splatter/inst/doc/splatter.html
[paper]: http://dx.doi.org/10.1186/s13059-017-1305-0