-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Type: Package
Package: Unico
Title: Unified Cross-Omics Deconvolution
Version: 0.1.0
Authors@R: c(
person("Zeyuan", "Chen", , "[email protected]", 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
LazyData: true
RoxygenNote: 7.2.3