NewWave
Negative binomial model for scRNA-seq
Bioconductor version: 3.23 · Package version: 1.22.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("NewWave") Details
| Maintainer | Federico Agostinis <federico.agostinis@outlook.com> |
| Author | Federico Agostinis [aut, cre], Chiara Romualdi [aut], Gabriele Sales [aut], Davide Risso [aut] |
| License | GPL-3 |
| Bug Reports | https://github.com/fedeago/NewWave/issues |
| Downloads rank | 255 |
| Source branch | RELEASE_3_23 |
| biocViews | BatchEffect, Coverage, GeneExpression, Regression, Sequencing, SingleCell, Software, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.0), SummarizedExperiment
Imports: methods, SingleCellExperiment, parallel, irlba, Matrix, DelayedArray, BiocSingular, SharedObject, stats
Suggests: testthat, rmarkdown, splatter, mclust, Rtsne, ggplot2, Rcpp, BiocStyle, knitr