- Home
- Bioconductor 3.23
- Software Packages
- SimBu (development version)
SimBu
This is the development version of SimBu; for the stable release version, see SimBu.
Simulate Bulk RNA-seq Datasets from Single-Cell Datasets
Bioconductor version: Development (3.23)
SimBu can be used to simulate bulk RNA-seq datasets with known cell type fractions. You can either use your own single-cell study for the simulation or the sfaira database. Different pre-defined simulation scenarios exist, as are options to run custom simulations. Additionally, expression values can be adapted by adding an mRNA bias, which produces more biologically relevant simulations.
Author: Alexander Dietrich [aut, cre]
Maintainer: Alexander Dietrich <alex.dietrich at tum.de>
citation("SimBu")):
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("SimBu")
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("SimBu")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.