-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.19 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
Package: massqc
Type: Package
Title: Quality assessment of LC-MS based metabolomics data
Version: 1.0.7
Date: 2023-09-05
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 quality control and assessment of
untargeted metabolomics data. Different criteria are used to do the
data quality assessment. One function can be used to get html QA
report.
LazyData: true
Depends: R (>= 4.1)
Imports:
cli,
crayon,
dplyr,
ggplot2,
ggfortify,
grDevices,
magrittr,
purrr,
patchwork,
utils,
stats,
tibble,
tidyr,
masstools,
massdataset,
rstudioapi,
ggrepel,
ggcorrplot,
methods
License: GPL-2 | file LICENSE
URL: https://github.com/tidymass/massqc
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
BiocStyle,
RUnit,
testthat (>= 3.0.0),
ggsci
VignetteBuilder: knitr
Note:
biocViews: Metabolomics, MassSpectrometry, QualityControl
Encoding: UTF-8
Remotes:
gitlab::tidymass/masstools,
gitlab::tidymass/massdataset
Config/testthat/edition: 3