-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
executable file
·74 lines (74 loc) · 2.42 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
71
72
73
74
Package: RMassBank
Type: Package
Title: Workflow to process tandem MS files and build MassBank records
Version: 2.99.2
Authors@R: c(
person(given = "RMassBank at Eawag", email = "[email protected]",
role=c("cre")),
person(given = "Michael A.", family = "Stravs", email =
"[email protected]", role=c("aut")), person(given = "Emma L.",
family = "Schymanski", email = "[email protected]", role=c("aut")),
person(given = "Steffen", family = "Neumann", role = "aut", email =
"[email protected]"), person(given = "Erik", family = "Muller", role =
"aut", email = "[email protected]"), person(given =
"Tobias", family = "Schulze", role = "ctb", email =
"[email protected]"), person(given =
"Hendrik", family = "Treutler", role = "ctb", email =
"[email protected]") )
Author: Michael Stravs, Emma Schymanski, Steffen Neumann, Erik Mueller, with
contributions from Tobias Schulze
Maintainer: RMassBank at Eawag <[email protected]>
Description: Workflow to process tandem MS files and build MassBank records.
Functions include automated extraction of tandem MS spectra, formula
assignment to tandem MS fragments, recalibration of tandem MS spectra with
assigned fragments, spectrum cleanup, automated retrieval of compound
information from Internet databases, and export to MassBank records.
License: Artistic-2.0
SystemRequirements: OpenBabel
VignetteBuilder: knitr
biocViews: ImmunoOncology, Bioinformatics, MassSpectrometry, Metabolomics, Software
Depends:
Rcpp
Encoding: UTF-8
Imports:
XML,rjson,S4Vectors,digest,
rcdk,yaml,mzR,methods,Biobase,MSnbase,httr,
enviPat,assertthat
Suggests:
BiocStyle,gplots,RMassBankData,
xcms (>= 1.37.1),
CAMERA,
RUnit,
knitr
Collate:
'alternateAnalyze.R'
'formulaCalculator.R'
'getSplash.R'
'leCsvAccess.R'
'settings_example.R'
'webAccess.R'
'deprofile.R'
'parseMassBank.R'
'Generics.R'
'SpectrumClasses.R'
'SpectrumMethods.R'
'RmbSpectrum2Update.R'
'readWriteMgfData.R'
'RmbWorkspace.R'
'RmbWorkspaceUpdate.R'
'SpectraSetMethods.R'
'AggregateMethods.R'
'leMsMs.r'
'leMsmsRaw.R'
'buildRecord.R'
'createMassBank.R'
'msmsRawExtensions.r'
'validateMassBank.R'
'tools.R'
'msmsRead.R'
'mergeSpectra.R'
'Isotopic_Annotation.R'
'fillback.R'
'parseMbRecord.R'
'zzz.R'
RoxygenNote: 7.1.1