forked from omnideconv/immunedeconv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.19 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
Package: immunedeconv
Title: Methods for immune cell deconvolution
Description: Collection of methods for immune cell deconvolution from bulk RNA-seq samples.
Version: 2.0.4
Authors@R: person("Gregor", "Sturm", role=c("aut", "cre"), email="mail@gregor-sturm.de")
biocViews:
Depends:
R (>= 3.5),
EPIC
Imports:
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,
sva,
xCell,
MCPcounter,
utils,
grDevices,
graphics,
stats
Suggests:
testthat,
knitr,
rmarkdown,
pkgdown,
devtools,
DiagrammeR,
tidyr,
ggplot2,
webshot
Remotes:
omegahat/XML,
dviraran/xCell,
GfellerLab/EPIC,
ebecht/MCPcounter/Source
VignetteBuilder: knitr
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
URL: https://icbi-lab.github.io/immunedeconv, https://github.com/icbi-lab/immunedeconv
BugReports: https://github.com/icbi-lab/immunedeconv/issues
RoxygenNote: 7.1.1