Thanks to visit codestin.com
Credit goes to code.bioconductor.org

DESCRIPTION
8302a4be
 Package: SanityR
 Type: Package
18588591
 Title: R/Bioconductor interface to the Sanity model gene expression analysis
30898e58
 Version: 0.99.3
8302a4be
 Authors@R: c(
6a0e9677
     person("Teo", "Sakel", 
            email = "[email protected]", 
            role = c("aut", "cre"),
            comment = c(ORCID = "0000-0001-9946-9498")),
     person("MCIU/AEI", 
            role = c("fnd"),
            comment = c(ROR = "05r0vyz12", DOI = "10.13039/501100011033"))
8302a4be
   )
 Description: a Bayesian normalization procedure derived from first principles. 
     Sanity estimates expression values and associated error bars directly from 
     raw unique molecular identifier (UMI) counts without any tunable parameters.
 License: GPL (>= 3)
 Encoding: UTF-8
 LazyData: true
04468155
 biocViews: Software, GeneExpression, SingleCell, Normalization, Bayesian
77ab4743
 BiocType: Software
 URL: https://github.com/TeoSakel/SanityR
 BugReports: https://github.com/TeoSakel/SanityR/issues
8302a4be
 Imports: 
18588591
     Rcpp,
     BiocGenerics,
     BiocParallel,
     MatrixGenerics,
     methods,
     S4Vectors,
     scuttle,
04468155
     SingleCellExperiment,
18588591
     SummarizedExperiment
8302a4be
 LinkingTo: Rcpp
 RoxygenNote: 7.3.2
 Roxygen: list(markdown = TRUE)
 Suggests: 
a7cac3a1
     BiocStyle,
     knitr,
     rmarkdown,
6a0e9677
     testthat (>= 3.0.0),
     scater,
     Rtsne
8302a4be
 Config/testthat/edition: 3
a7cac3a1
 VignetteBuilder: knitr