-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.3 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
Package: binneR
Title: Spectral Processing for High Resolution Flow Infusion Mass Spectrometry
Version: 2.6.4
Authors@R: person("Jasen", "Finch", email = "[email protected]", role = c("aut", "cre"))
Description: A spectral binning approach for flow infusion electrospray high resolution mass spectrometry (FIE-HRMS) metabolome fingerprinting data. The methodology for this approach is outlined in Finch et al. (2022) <doi:10.1007/s11306-022-01923-6>.
biocViews: MassSpectrometry, Metabolomics
URL: https://aberhrml.github.io/binneR/, http://aberhrml.github.io/binneR/
BugReports: https://github.com/aberHRML/binneR/issues
Depends: R (>= 3.5)
Imports:
dplyr,
magrittr,
mzR,
tidyr,
methods,
purrr,
stringr,
tibble,
crayon,
cli,
lubridate,
ggplot2,
ggthemes,
yaml,
future,
furrr
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: allGenerics.R allClasses.R binneRlyse.R
binParameters.R spectralBinning-method.R
show-method.R get.R calc.R readFiles.R
binneR.R plot.R detect.R binMetrics.R
singleSample.R readBinningParameters.R
reexports.R access.R internals.R
Suggests:
knitr,
rmarkdown,
gridExtra,
metaboData (>= 0.2.3),
prettydoc,
htmltools,
covr,
testthat,
gifski
VignetteBuilder: knitr
Remotes: bioc::mzR