- Home
- Bioconductor 3.22
- Software Packages
- SPsimSeq
SPsimSeq
This is the released version of SPsimSeq; for the devel version, see SPsimSeq.
Semi-parametric simulation tool for bulk and single-cell RNA sequencing data
Bioconductor version: Release (3.22)
SPsimSeq uses a specially designed exponential family for density estimation to constructs the distribution of gene expression levels from a given real RNA sequencing data (single-cell or bulk), and subsequently simulates a new dataset from the estimated marginal distributions using Gaussian-copulas to retain the dependence between genes. It allows simulation of multiple groups and batches with any required sample size and library size.
Author: Alemu Takele Assefa [aut], Olivier Thas [ths], Joris Meys [cre], Stijn Hawinkel [aut]
Maintainer: Joris Meys <Joris.Meys at ugent.be>
citation("SPsimSeq")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SPsimSeq")
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("SPsimSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.