-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·81 lines (81 loc) · 1.95 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
72
73
74
75
76
77
78
79
80
81
Type: Package
Package: metid
Title: Metabolite identification based on MS1 and MS2 spectra
Version: 1.2.35
Date: 2024-10-03
Authors@R: c(
person(given = "Xiaotao",
family = "Shen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9608-9964")),
person(given = "Si",
family = "Wu",
role = c("ctb")),
person(given = "Hanyah",
family = "Zackriah",
role = c("ctb")),
person(given = "Liang",
family = "Liang",
role = c("ctb")),
person(given = "Songjie",
family = "Chen",
role = c("ctb"))
)
Description: Metabolite identification using MS1 and MS2 databases.
metid is an R package that combines information from all major
databases for comprehensive and streamlined compound annotation.
metid is a flexible, simple and powerful tool that can be
installed on all platforms,
allowing the compound annotation process to be fully automatic
and reproducible.
License: GPL-2 | file LICENSE
URL: https://github.com/tidymass/metid
BugReports: https://github.com/tidymass/metid/issues
Depends:
R (>= 4.1)
Imports:
BiocParallel,
crayon,
dplyr,
future,
furrr,
tidyr,
ggplot2,
pbapply,
grDevices,
utils,
stats,
readr,
readxl,
stringr,
tibble,
magrittr,
masstools (>= 1.0.7),
purrr,
plyr,
MSnbase,
ProtGenerics,
plotly,
cli,
rstudioapi,
rlang,
progress,
massdataset,
methods
Suggests:
knitr,
rmarkdown,
BiocStyle,
RUnit,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
biocViews: Metabolomics, MassSpectrometry
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Remotes:
gitlab::tidymass/masstools,
gitlab::tidymass/massdataset
Config/testthat/edition: 3