-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
70 lines (70 loc) · 1.9 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
Package: ImmuneSpaceR
Type: Package
Title: A Thin Wrapper around the ImmuneSpace Data and Tools Portal
Version: 1.27.1
Date: 2014-06-12
Authors@R: c(person("Greg", "Finak", role = "aut"),
person("Renan", "Sauteraud", role = "aut"),
person("Mike", "Jiang", role = "aut"),
person("Gil", "Guday", role = "aut"),
person("Leo", "Dashevskiy", role = "aut"),
person("Evan", "Henrich", role = "aut"),
person("Ju Yeong", "Kim", role = "aut"),
person("Lauren", "Wolfe", role = "aut"),
person("Helen", "Miller", role = "aut"),
person("Raphael", "Gottardo", role = "aut"),
person("ImmuneSpace Package Maintainer",
email = "[email protected]",
role = c("cre", "cph")))
VignetteBuilder: knitr
Description: Provides a convenient API for accessing data sets within
ImmuneSpace Data and Tools Portal (datatools.immunespace.org), the data
repository and analysis platform of the Human Immunology Project Consortium
(HIPC).
biocViews: DataImport, DataRepresentation, ThirdPartyClient
URL: https://github.com/RGLab/ImmuneSpaceR
BugReports: https://github.com/RGLab/ImmuneSpaceR/issues
License: GPL-2
Suggests:
knitr,
testthat,
covr,
withr
Imports:
utils,
R6,
data.table,
curl,
httr,
Rlabkey (>= 2.3.1),
Biobase,
pheatmap,
ggplot2 (>= 3.2.0),
scales,
stats,
gplots,
plotly,
heatmaply (>= 0.7.0),
jsonlite,
rmarkdown,
preprocessCore,
flowCore,
flowWorkspace,
digest
RoxygenNote: 7.2.2
Encoding: UTF-8
Collate:
'CreateConnection.R'
'ISCon.R'
'ISCon-cytometry.R'
'ISCon-dataset.R'
'ISCon-geneExpression.R'
'ISCon-participantGroup.R'
'ISCon-plot.R'
'ISCon-utils.R'
'ImmuneSpaceR.R'
'netrc.R'
'template.R'
'theme.R'
'utils.R'
'zzz.R'