- Home
- Bioconductor 3.23
- Software Packages
- splatter (development version)
splatter
This is the development version of splatter; for the stable release version, see splatter.
Simple Simulation of Single-cell RNA Sequencing Data
Bioconductor version: Development (3.23)
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 [aut, cre] (ORCID: ORCID iD ORCID: 0000-0001-7744-8565 , GitHub: lazappi), Belinda Phipson [aut] (ORCID: ORCID iD ORCID: 0000-0002-1711-7454 , GitHub: bphipson), Christina Azodi [ctb] (ORCID: ORCID iD ORCID: 0000-0002-6097-606X , GitHub: azodichr), Alicia Oshlack [aut] ORCID iD ORCID: 0000-0001-9788-5690
Maintainer: Luke Zappia <luke at lazappi.id.au>
citation("splatter")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.