-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.35 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
Package: tuberculosis.pipeline
Title: Data Processing Pipeline for the tuberculosis Package
Description:
This is the data processing pipeline for the tuberculosis R/Bioconductor
package; it should be run inside the tuberculosis.pipeline Docker container.
The Docker container is available through Docker Hub, and the
tuberculosis.pipeline GitHub repository has a branch, docker, which contains
the related Dockerfile.
Authors@R:
person(given = "Lucas", family = "Schiffer", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3628-0326"))
Version: 1.0.0
License: Artistic-2.0
Depends:
R (>= 4.1.0)
Imports:
AzureStor,
affy,
dplyr,
furrr,
googledrive,
googlesheets4,
limma,
magrittr,
oligo,
purrr,
readr,
rentrez,
rlang,
snakecase,
stringr,
tibble,
tidyr,
tidyselect,
utils,
withr,
xml2
Suggests:
httr,
illuminaio,
jsonlite,
makecdfenv,
pd.clariom.d.human,
pd.hta.2.0,
pd.huex.1.0.st.v2,
pd.hugene.1.0.st.v1,
pd.hugene.2.1.st,
usethis
URL: https://github.com/schifferl/tuberculosis.pipeline
BugReports: https://github.com/schifferl/tuberculosis.pipeline/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2