-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
83 lines (83 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: ImmuneSignatures2
Type: Package
Title: Pre-Processing for HIPC ImmuneSignatures2 Analysis
Version: 1.0.19
Authors@R: c(
person("Ju Yeong", "Kim", email = "[email protected]", role = c("aut", "cre")),
person("Helen", "Miller", role = "aut"),
person("Evan", "Henrich", role = "aut"))
Description: This package provides the code needed to generate
the expressionSet objects used in the ImmuneSignatures2 analysis
by the Human Immunology Project Consortium.
biocViews: GeneExpression
Imports:
ImmuneSpaceR,
Rlabkey,
data.table,
dplyr,
eulerr,
ggbeeswarm,
ggfortify,
ggplot2,
limma,
methods,
org.Hs.eg.db,
rmarkdown,
RAPToR,
RColorBrewer,
preprocessCore,
stats,
tibble,
titer,
boot,
cluster,
ComplexHeatmap,
ggthemes,
here,
lme4,
patchwork,
pvca,
qusage
Suggests:
pheatmap,
matrixStats,
reshape2,
metap,
circlize,
corrplot,
ggpubr,
tidyverse,
GSVA,
rlang,
caret,
caretEnsemble,
WeightedROC,
nlme,
emmeans,
plyr,
plotROC,
glue,
biomaRt,
MetaIntegrator,
pROC,
AnnotationDbi,
Seurat,
magrittr,
ggrepel,
colorspace,
FSA,
BuenColors,
presto
Remotes:
helenmiller16/RAPToR,
dleelab/pvca,
stefanavey/titer,
caleblareau/BuenColors,
immunogenomics/presto
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends:
R (>= 3.6),
Biobase