-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.15 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
Package: PulmonDB
Title: Package to download data from PulmonDB
Version: 1.0.1
Authors@R:
c(person(given = "Ana B",
family = "Villasenor-Altamirano",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Oscar",
family = "Aldana-Assad",
role = c("aut")
),
person(given = "Alejandra",
family = "Medina-Rivera",
role = c("aut"),
email = "[email protected]")
)
Description: This package was created to download PulmonDB data,
which contains COPD and IPF transcriptomic experiments manually
curated, the data can is accessible as a raw data or as homogenized
by COMMAND approach.
License: artistic-2.0
URL: https://github.com/AnaBVA/PulmonDB
BugReports: https://github.com/AnaBVA/PulmonDB/issues
Depends:
R (>= 3.5.0)
Imports:
RMySQL,
dplyr,
ontologyIndex,
SummarizedExperiment,
tidyr,
magrittr,
plyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
sessioninfo,
BiocStyle,
knitr,
rmarkdown,
ggplot2,
SummarizedExperiment
VignetteBuilder: knitr