Dino
This is the released version of Dino; for the devel version, see Dino.
Normalization of Single-Cell mRNA Sequencing Data
Bioconductor version: Release (3.22)
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.
Author: Jared Brown [aut, cre] ORCID iD ORCID: 0000-0002-9151-4386 , Christina Kendziorski [ctb]
Maintainer: Jared Brown <brownj at ds.dfci.harvard.edu>
citation("Dino")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Dino")
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("Dino")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.