forked from EBI-Metagenomics/HoloFoodR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.14 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
Package: HoloFoodR
Type: Package
Version: 0.99.9
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "tuomas.v.borman@utu.fi",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "leo.lahti@iki.fi",
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),
TreeSummarizedExperiment,
MultiAssayExperiment
Imports:
dplyr,
httr2,
jsonlite,
S4Vectors,
stats,
utils
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle
URL: https://github.com/EBI-Metagenomics/HoloFoodR
BugReports: https://github.com/EBI-Metagenomics/HoloFoodR/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2