-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·60 lines (60 loc) · 1.36 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
Package: massprocesser
Type: Package
Title: Comprehensitive tools for raw metabolomics data processing
Version: 1.0.11
Date: 2024-10-08
Authors@R: c(
person("Xiaotao", "Shen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9608-9964")
)
)
Description: This package is used to do raw data processing of LC-MS untargeted
metabolomics processing. This is based on the xcms algorithm.
Other very usefull tools are also included in this package.
My package depends on the 'xcms' package for some of its functionality.
LazyData: true
Depends: R (>= 4.1)
Imports:
BiocParallel,
cli,
crayon,
dplyr,
ggplot2,
magrittr,
plyr,
purrr,
methods,
MSnbase,
utils,
stats,
readr,
stringr,
xcms,
mzR,
masstools,
rstudioapi,
massdataset,
S4Vectors
License: GPL-2 | file LICENSE
URL: https://github.com/tidymass/massprocesser
BugReports: https://github.com/tidymass/massprocesser/issues
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
BiocStyle,
RUnit,
testthat (>= 3.0.0),
readxl,
plotly,
Biobase,
graphics,
grDevices
VignetteBuilder: knitr
Note:
biocViews: Metabolomics, MassSpectrometry
Encoding: UTF-8
Remotes:
gitlab::tidymass/masstools,
gitlab::tidymass/massdataset
Config/testthat/edition: 3