Package: Dino
Type: Package
Title: Normalization of Single-Cell mRNA Sequencing Data
Version: 1.2.0
Authors@R: c(
    person("Jared", "Brown", email = "brownj@biostat.wisc.edu",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9151-4386")),
    person("Christina", "Kendziorski", role= c("ctb")))
biocViews: Software, Normalization, RNASeq, SingleCell, Sequencing,
        GeneExpression, Transcriptomics, Regression, CellBasedAssays
Description: 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.
Depends: R (>= 4.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, BiocStyle, devtools,
        ggplot2, gridExtra, ggpubr, grid
VignetteBuilder: knitr
Imports: BiocParallel, BiocSingular, SummarizedExperiment,
        SingleCellExperiment, S4Vectors, Matrix, Seurat, matrixStats,
        parallel, scran, grDevices, stats, methods
URL: https://github.com/JBrownBiostat/Dino
BugReports: https://github.com/JBrownBiostat/Dino/issues
git_url: https://git.bioconductor.org/packages/Dino
git_branch: RELEASE_3_15
git_last_commit: 4d333bf
git_last_commit_date: 2022-04-26
Date/Publication: 2022-04-26
NeedsCompilation: no
Packaged: 2022-04-26 22:25:11 UTC; biocbuild
Author: Jared Brown [aut, cre] (<https://orcid.org/0000-0002-9151-4386>),
  Christina Kendziorski [ctb]
Maintainer: Jared Brown <brownj@biostat.wisc.edu>
Built: R 4.2.0; ; 2022-04-27 09:25:13 UTC; windows
