-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.13 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
Package: LUMA
Type: Package
Title: LCMS-Based Untargeted Metabolomics Assistant
Version: 2.0.1
Authors@R: c(
person( c("Marina" , "G.") , "Evich" ,
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2386-0682")),
person( c("Wilson") , "Melendez" ,
email = "[email protected]", role = "aut"
),
person( c("Jonathan" , "D.") , "Mosley" ,
email = "[email protected]",
role = c("aut" , "cre"),
comment = c(ORCID = "0000-0002-9300-6924"))
)
Description: Performs quality control and feature reduction steps on discovery-based metabolomics data.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
biocViews:
Imports:
CAMERA,
corrplot,
data.table,
DBI,
dplyr,
flashClust,
graphics,
grDevices,
gtools,
Hmisc,
igraph,
openxlsx,
plyr,
RSQLite,
stats,
stringr,
svDialogs,
utils,
dbplyr
Suggests:
BiocParallel,
BiocStyle,
knitr,
lcmsfishdata,
rmarkdown,
xtable,
testthat,
xcms,
covr
VignetteBuilder:
knitr