forked from omnideconv/immunedeconv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.11 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
Package: immunedeconv
Title: Methods for immune cell deconvolution
Description: Collection of methods for immune cell deconvolution from bulk RNA-seq samples
Version: 2.0.0
Authors@R: person("Gregor", "Sturm", role=c("aut", "cre"), email="[email protected]")
biocViews:
Depends:
R (>= 3.4),
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),
BiocGenerics,
rlang,
BiocParallel,
preprocessCore,
Biobase,
GSVA,
sva,
GSEABase,
xCell,
MCPcounter
Suggests:
testthat,
knitr,
rmarkdown,
pkgdown,
devtools
Remotes:
dviraran/xCell,
GfellerLab/EPIC,
ebecht/MCPcounter/Source
VignetteBuilder: knitr
License: BSD_3_clause + file LICENSE.md
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
URL: https://grst.github.io/immunedeconv, https://github.com/grst/immunedeconv
BugReports: https://github.com/grst/immunedeconv/issues
RoxygenNote: 6.1.1