-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.09 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
Package: quantMSImageR
Title: Quantification of mass spectrometry imaging dat
Version: 0.1.0.0
Authors@R:
person("Matthew", "Smith", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7357-2670"))
Depends:
R (>= 4.4.1),
Cardinal (>= 3.6.2),
dplyr (>= 1.1.4),
chemCal (>= 0.2.3),
viridis (>= 0.6.5),
ggplot2 (>= 3.5.1),
ggthemes (>= 5.1.0),
scales (>= 1.3.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.1),
DT (>= 0.33)
VignetteBuilder: knitr
Suggests: testthat
Description: Software tools (largely extended from the R package Cardinal) for quantification of mass spectrometry imaging (MSI) data.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'setClasses.R'
'combine_MSIs.R'
'createMSIDatamatrix.R'
'create_cal_curve.R'
'extdata.R'
'ggplot_themes.R'
'imageR.R'
'int2conc.R'
'int2response.R'
'int2snr.R'
'read_mrm.R'
'remove_blank_mzs.R'
'setCommonAxis.R'
'summarise_cal_levels.R'
'zero2na.R'