Type: Package
Package: Unico
Title: Unified Cross-Omics Deconvolution
Version: 0.1.0
Authors@R: c(
    person("Zeyuan", "Chen", , "johnsonchen@cs.ucla.edu", role = c("aut", "cre")),
    person("Elior", "Rahmani", role = "aut")
  )
Description: UNIfied Cross-Omics deconvolution (Unico) deconvolves
    standard 2-dimensional bulk matrices of samples by features into a
    3-dimensional tensors representing samples by features by cell types.
    Unico stands out as the first principled model-based deconvolution
    method that is theoretically justified for any heterogeneous genomic
    data. For more details see Chen and Rahmani et al. (2024)
    <doi:10.1101/2024.01.27.577588>.
License: GPL-3
URL: https://cozygene.github.io/Unico/
BugReports: https://github.com/cozygene/Unico/issues
Depends: R (>= 4.0.0)
Imports: compositions, config, data.table, futile.logger, MASS,
        matrixcalc, matrixStats, mgcv, nloptr, parallel, pbapply,
        pracma, stats, testit, utils
Suggests: egg, hexbin, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-02-23 18:25:07 UTC; johnsonchen
Author: Zeyuan Chen [aut, cre],
  Elior Rahmani [aut]
Maintainer: Zeyuan Chen <johnsonchen@cs.ucla.edu>
Repository: CRAN
Date/Publication: 2024-02-26 16:50:06 UTC
Built: R 4.6.0; ; 2025-08-18 08:02:54 UTC; unix
