- Home
- Bioconductor 3.9
- Software Packages
- splatter
splatter
This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see splatter.
Simple Simulation of Single-cell RNA Sequencing Data
Bioconductor version: 3.9
Splatter is a package for the simulation of single-cell RNA sequencing count data. It provides a simple interface for creating complex simulations that are reproducible and well-documented. Parameters can be estimated from real data and functions are provided for comparing real and simulated datasets.
Author: Luke Zappia
Maintainer: Luke Zappia <luke.zappia at mcri.edu.au>
citation("splatter")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("splatter")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("splatter")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.