Dino
Normalization of Single-Cell mRNA Sequencing Data
Bioconductor version: 3.23 · Package version: 1.18.0
Dino normalizes single-cell, mRNA sequencing data to correct for technical variation, particularly sequencing depth, prior to downstream analysis. The approach produces a matrix of corrected expression for which the dependency between sequencing depth and the full distribution of normalized expression; many existing methods aim to remove only the dependency between sequencing depth and the mean of the normalized expression. This is particuarly useful in the context of highly sparse datasets such as those produced by 10X genomics and other uninque molecular identifier (UMI) based microfluidics protocols for which the depth-dependent proportion of zeros in the raw expression data can otherwise present a challenge.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Dino") Details
| Maintainer | Jared Brown <brownj@ds.dfci.harvard.edu> |
| Author | Jared Brown [aut, cre] (ORCID: <https://orcid.org/0000-0002-9151-4386>), Christina Kendziorski [ctb] |
| License | GPL-3 |
| URL | https://github.com/JBrownBiostat/Dino |
| Bug Reports | https://github.com/JBrownBiostat/Dino/issues |
| Downloads rank | 260 |
| Source branch | RELEASE_3_23 |
| biocViews | CellBasedAssays, GeneExpression, Normalization, RNASeq, Regression, Sequencing, SingleCell, Software, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.0.0)
Imports: BiocParallel, BiocSingular, SummarizedExperiment, SingleCellExperiment, S4Vectors, Matrix, Seurat, matrixStats, parallel, scran, grDevices, stats, methods
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, BiocStyle, devtools, ggplot2, gridExtra, ggpubr, grid, magick, hexbin