-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
63 lines (63 loc) · 1.49 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: DualSimplex
Type: Package
Title: Projective dual simplex based gene expression deconvolution
Version: 1.0
Date: 2023-08-24
Authors@R:
c(person(given = "Denis",
family = "Kleverov",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0002-1362-486X")),
person(given = "Ekaterina",
family = "Aladyeva",
role = c("aut"),
comment = c(ORCID = "0000-0002-3483-6944")),
person(given = "Alexey",
family = "Serdyukov",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0004-4155-5237")),
person(given = "Maxim",
family = "Artyomov",
email = "[email protected]",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0002-1133-4212"))
)
Maintainer: Alexey Serdyukov <[email protected]>
Description: Gene expression deconvolution, based on finding SVD projections and dual simplex corners.
License: MIT + file LICENSE
biocViews:
Imports:
Rcpp,
RcppArmadillo,
rlang,
irlba,
nnls,
limma,
Matrix,
ggplot2,
ggrastr,
cowplot,
gridExtra,
RColorBrewer,
reshape2,
stringr,
Hmisc,
MASS,
dplyr,
tidyr,
R6,
Metrics,
Biobase,
uwot (>= 0.1.11),
knitr,
combinat,
scales,
linseed
Remotes: ctlab/linseed
Suggests:
Seurat,
gganimate
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.1