-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
69 lines (69 loc) · 1.86 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
Package: FacileData
Type: Package
Title: A fluent API for accessing multi-assay high-throughput genomics data
Version: 0.98.103
Authors@R: c(
person("Steve", "Lianoglou", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-0924-1754")),
person("Vincent", "Rouilly", , "[email protected]", role = "aut"),
person("Peter", "Haverty", , comment = "@phaverty on github", role = "aut"),
person("Jonathan", "Carroll", , "[email protected]", role = "ctb"),
person("Denali Therapeutics", role = c("cph", "fnd"),
comment = "Coypright 2019"),
person("Genentech", role = c("cph", "fnd"),
comment = "Coypright 2016 - 2018"))
Description: Defines the "FacileData" API over multi-assay, high-throughput
genomics data. The FacileData API is a fluent tidy-like grammar that
facilitates exploratory data analysis. This package also defines a
"FacileDataSet" class, which is a reference implementation of the "FacileData"
API that uses SQLite and HDF5 files to store arbitrarily large datasets and
provide fast and efficient access to arbitrary subsets of these data without
loading it all into memory.
License: Apache License (>= 2.0)
URL: https://github.com/facilebio/FacileData
BugReports: https://github.com/facilebio/FacileData/issues
Depends:
R (>= 4.2.0),
Imports:
broom,
checkmate (>= 1.8.5),
crayon,
DBI,
data.table,
dbplyr (>= 1.4.0),
dplyr (>= 1.1.1),
glue,
edgeR,
jsonlite,
lazyeval,
lifecycle,
limma,
methods,
sparrow,
reshape2,
rhdf5,
rlang,
RSQLite,
qs,
survival,
utils,
yaml
Suggests:
airway,
Biobase,
knitr,
parathyroidSE,
rmarkdown,
roxygen2 (>= 6.1.0),
scuttle,
Seurat,
SingleCellExperiment,
stringr,
S4Vectors,
SummarizedExperiment,
testthat (>= 1.0.2),
tidyr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8