-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
61 lines (61 loc) · 1.48 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
Package: HoloFoodR
Type: Package
Version: 1.1.1
Authors@R:
c(
person(
given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8563-8884")
),
person(
given = "Artur", family = "Sannikov", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7765-123X")
),
person(
given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")
)
)
Title: R interface to EBI HoloFood resource
Description:
Utility package to facilitate integration and analysis of EBI HoloFood data
in R. This package streamlines access to the resource, allowing for direct
loading of data into formats optimized for downstream analytics.
biocViews: Software, Infrastructure, DataImport
License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
Depends:
R(>= 4.4.0),
MultiAssayExperiment,
TreeSummarizedExperiment
Imports:
dplyr,
httr2,
jsonlite,
S4Vectors,
stats,
utils
Suggests:
BiocStyle,
DT,
ggh4x,
ggsignif,
knitr,
MGnifyR,
mia,
miaViz,
MOFA2,
patchwork,
reticulate,
rmarkdown,
scater,
shadowtext,
testthat,
UpSetR
URL: https://github.com/EBI-Metagenomics/HoloFoodR
BugReports: https://github.com/EBI-Metagenomics/HoloFoodR/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2