-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.16 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
Package: clamr
Type: Package
Title: Calico Lipidomics and Metabolomics R Core Functions
Version: 1.0.0
Authors@R: c(
person("Sean", "Hackett", email = "[email protected]", role = c("aut", "cre")),
person("Phillip", "Seitzer", email = "[email protected]", role = "aut"))
Author: Sean Hackett
Maintainer: Sean Hackett <[email protected]>
Description: CLaM provides general tools for feature grouping and identification in mass spectrometry data which contains MS2 information. Similar methods can be applied to soluble metabolites, lipids or peptides.
Depends: R (>= 3.2.3)
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: checkmate,
data.table,
DBI,
dbplyr,
debugr,
dplyr,
furrr,
gam,
glue,
ggplot2,
igraph,
mgcv,
parallel,
plyr,
purrr,
reshape2,
rlang,
scales,
stringr,
tibble,
tidyr (>= 1.0.0)
Suggests: fuzzyjoin (>= 0.1.3),
clamshell,
broom,
fastcluster,
ggdendro,
ggjoy,
gridExtra,
knitr,
mzkitcpp,
mzR,
IRanges,
lazyeval,
lpSolveAPI,
rmarkdown,
RSQLite,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1