-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.11 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
Package: mineMS2
Type: Package
Title: Mining of MS-MS spectra by frequent subgraph mining method
Version: 0.9.7
Author: Alexis Delabriere
Maintainer: Alexis Delabriere <[email protected]>
VignetteBuilder: knitr
Description: Mine MS-NS soectra using a frequent subgraph minning appraoch. This packaged also integrate a direct annotation of MS-MS network.
Depends:
R (>= 3.3.0)
SystemRequirements: C++11
Suggests:
devtools,
knitr,
testthat (>= 2.0.0),
tools,
rmarkdown
Imports: Rcpp (>= 0.12.13),
igraph,
stringr,
MSnbase,
methods,
Matrix
LinkingTo: Rcpp,BH
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.1
Collate:
'allClasses.R'
'allGenerics.R'
'references.R'
'LossFormula.R'
'RcppExports.R'
'complexPlot.R'
'dag-plot.R'
'discretizeLabels.R'
'export.R'
'filters.R'
'firstpassCoupling.R'
'firstpassCoupling_gnps.R'
'formulaGeneration.R'
'fragPattern.R'
'labels.R'
'fragPattern-plot.R'
'gaussianMixtureProcessing.R'
'graphConversion.R'
'm2l.R'
'mineMS2-package.R'
'ms2Lib.R'
'ms2LibSplit.R'
'select.R'