-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 931 Bytes
/
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
Package: batchreporter
Title: Batch QC Summary Reports for AIFI Pipeline Data
Version: 1.1.6
Authors@R:
person(given = "Lauren",
family = "Okada",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Rmarkdown reports, wrapper scripts, and supporting functions for
summarizing and performing QC on data generated by the AIFI pipelines for multiple
data streams.
License: Allen Institute Software License
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
assertthat,
stats,
data.table,
dplyr,
ggplot2,
gt,
plotly,
htmltools,
knitr,
scales,
H5weaver (>= 1.0.20),
HTOparser (>= 1.0.12),
ATAComb (>= 0.2.2),
viridis,
parallel,
rhdf5,
jsonlite,
Matrix,
magrittr,
rlang,
Seurat,
ggrepel
Suggests:
testthat
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1