forked from RogerGinBer/RHermes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.42 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
Package: RHermes
Title: Improving metabolome characterization using molecular formula databases
Version: 0.99.0
Authors@R:
c(person("Roger", "Gine", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0288-9619")),
person("Jordi", "Capellades", role = "ctb",
comment = c(ORCID = "0000-0002-6502-8202")),
person("Jordi", "Rofes", role = "ctb",
comment = c(ORCID = "0000-0002-3914-0233")))
Description: RHermes is a broad-scoped targeted metabolomics package to identify
compounds from biological and environmental samples using a context-specific
database of formulas and adducts. RHermes offers a comprehensive and
sample-specific MS1 and MS2 compound identification strategy. Additionally,
the package offers an easy-to-use GUI to process and visualize the data.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
biocViews: MassSpectrometry, Metabolomics, GUI
BugReports: https://github.com/RogerGinBer/RHermes/issues
Depends: R (>= 3.5.0)
Imports:
BiocParallel,
dplyr,
enviPat,
MSnbase,
mzR,
xcms,
MetaboCoreUtils,
reticulate,
ggplot2,
plotly,
methods,
data.table,
magrittr,
CHNOSZ,
igraph,
networkD3,
visNetwork,
KEGGREST,
philentropy,
grDevices,
stats,
utils,
shiny (>= 1.5.0),
shinyFiles,
shinyWidgets,
shinydashboard,
slickR,
DT
Suggests:
readxl,
knitr,
testthat