-
Notifications
You must be signed in to change notification settings - Fork 101
/
DESCRIPTION
69 lines (69 loc) · 1.45 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
64
65
66
67
68
69
Package: immunedeconv
Title: Methods for immune cell deconvolution
Description: Collection of methods for immune cell deconvolution from bulk RNA-seq samples.
Version: 2.1.0
Authors@R: c(
person("Lorenzo", "Merotto", role=c("aut", "cre"), email="[email protected]"),
person("Gregor", "Sturm", role=c("aut"), email="[email protected]")
)
biocViews:
Depends:
R (>= 4.1),
EPIC
Imports:
purrr (>= 1.0.2),
dplyr (>= 0.7),
magrittr (>= 1.5),
readr (>= 1.1),
readxl (>= 1.0),
testit (>= 0.7),
tibble (>= 1.4.2),
methods (>= 3.4),
data.tree (>= 0.7),
limSolve (>= 1.5.5.1),
e1071 (>= 1.6),
parallel (>= 3.4),
rlang,
BiocParallel,
preprocessCore,
Biobase,
biomaRt,
sva,
xCell,
MCPcounter,
utils,
grDevices,
graphics,
stats,
MASS,
ConsensusTME,
ComICS,
mMCPcounter,
matrixStats,
stringr,
quantiseqr
Suggests:
testthat,
knitr,
rmarkdown,
pkgdown,
devtools,
DiagrammeR,
tidyr,
ggplot2,
webshot,
covr
Remotes:
dviraran/xCell,
GfellerLab/EPIC,
grst/MCPcounter,
grst/mMCPcounter,
cansysbio/ConsensusTME
VignetteBuilder: knitr
License: GPL-2 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
URL: https:/omnideconv.org/immunedeconv, https://github.com/omnideconv/immunedeconv
BugReports: https://github.com/omnideconv/immunedeconv/issues
RoxygenNote: 7.2.3