-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.66 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
Package: claman
Type: Package
Title: Streamlined Analysis of Metabolomics and Lipidomics Data
Version: 1.0.0
Authors@R: c(
person(
given = "Sean",
family = "Hackett",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9553-4341")
),
person(
given = "Phil",
family = "Seitzer",
email = "[email protected]",
role = "aut"
),
person(
given = "Alireza",
family = "Delfarah",
email = "[email protected]",
role = "aut"
),
person(
given = "Calico Life Sciences LLC",
role = c("cph", "fnd")
)
)
Maintainer: Sean Hackett <[email protected]>
Description: Provides a suite of methods for processing and visualizing LC-MS data.
(1) Converting mzrollDB SQL objects into mzroll_list summaries of peaks (measurements), samples and peakgroups (features).
(2) Adding metadata about experimental design to samples.
(3) Normalizing and filtering abundances.
(4) Exploratory visualization using heatmaps.
(5) Basic feature-wise statistical analysis using regression.
(6) Summary plots of metabolite/lipids of interest.
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports: broom,
checkmate,
DBI,
debugr,
dplyr,
ggplot2,
glue,
purrr,
readr,
reshape2,
rlang,
romic (>= 1.0.6),
RSQLite,
stringr,
tibble,
tidyr (>= 1.0.0)
Suggests: dbplyr,
fgsea,
grDevices,
hexbin,
kableExtra,
knitr,
lubridate,
plotly,
qvalue,
rmarkdown,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr