forked from EBI-Metagenomics/MGnifyR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
71 lines (71 loc) · 1.75 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
70
71
Package: MGnifyR
Type: Package
Version: 0.99.29
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8563-8884")),
person(given = "Ben", family = "Allen", role = c("aut"),
email = "[email protected]"),
person(given = "Leo", family = "Lahti", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5537-637X")))
Title: R interface to EBI MGnify metagenomics resource
Description:
Utility package to facilitate integration and analysis of EBI MGnify data
in R. The package can be used to import microbial data for instance into
TreeSummarizedExperiment (TreeSE). In TreeSE format, the data is directly
compatible with miaverse framework.
biocViews: Infrastructure, DataImport, Metagenomics
License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
Depends:
R(>= 4.4.0),
MultiAssayExperiment,
TreeSummarizedExperiment,
SummarizedExperiment,
BiocGenerics
Imports:
mia,
ape,
dplyr,
httr,
methods,
plyr,
reshape2,
S4Vectors,
urltools,
utils,
tidyjson
Suggests:
biomformat,
broom,
ggplot2,
knitr,
rmarkdown,
testthat,
xml2,
BiocStyle,
miaViz,
vegan,
scater,
phyloseq,
magick
URL: https://github.com/EBI-Metagenomics/MGnifyR
BugReports: https://github.com/EBI-Metagenomics/MGnifyR/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.0
Collate:
'utils.R'
'MgnifyClient.R'
'AllGenerics.R'
'AllClasses.R'
'AllAccessors.R'
'MGnifyR.R'
'deprecate.R'
'doQuery.R'
'getData.R'
'getFile.R'
'getMetadata.R'
'getResult.R'
'searchAnalysis.R'