- Home
- Bioconductor 3.23
- Software Packages
- NewWave (development version)
NewWave
This is the development version of NewWave; for the stable release version, see NewWave.
Negative binomial model for scRNA-seq
Bioconductor version: Development (3.23)
A model designed for dimensionality reduction and batch effect removal for scRNA-seq data. It is designed to be massively parallelizable using shared objects that prevent memory duplication, and it can be used with different mini-batch approaches in order to reduce time consumption. It assumes a negative binomial distribution for the data with a dispersion parameter that can be both commonwise across gene both genewise.
Author: Federico Agostinis [aut, cre], Chiara Romualdi [aut], Gabriele Sales [aut], Davide Risso [aut]
Maintainer: Federico Agostinis <federico.agostinis at outlook.com>
citation("NewWave")):
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("NewWave")
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("NewWave")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.