-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.23 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: massFlowR
Version: 1.5
Date: 2020-04-23
Title: LC-MS Data Pre-Processing
Description: massFlowR performs peak-picking, peak alignment and annotation for high-throughput LC-MS experiments in real-time.
Author: Elzbieta Lauzikaite <[email protected]>
Maintainer: Elzbieta Lauzikaite <[email protected]>
License: GPL-2
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
R (>= 3.6),
Imports:
methods,
stats,
xcms (>= 3.0.0),
utils,
grDevices,
grid,
faahKO,
igraph,
MSnbase,
parallel,
doParallel (>= 1.0.15),
foreach (>= 1.5.0),
ggplot2,
viridis,
gridExtra
RoxygenNote: 7.1.0
Suggests:
testthat,
knitr,
kableExtra,
rmarkdown,
BiocStyle
VignetteBuilder: knitr
Collate:
'classes.R'
'constructors.R'
'functions-alignPEAKS_helpers.R'
'functions-annotateDS_helpers.R'
'functions-buildDB.R'
'functions-fillPEAKS_helpers.R'
'functions-groupPEAKS.R'
'functions-groupPEAKS_helpers.R'
'functions-validPEAKS_helpers.R'
'functions-validmassFlowAnno.R'
'functions-validmassFlowTemplate.R'
'generics.R'
'massFlowR.R'
'methods-massFlowAnno.R'
'methods-massFlowTemplate.R'
'utils.R'
'zzz.R'