forked from ManonMartin/PepsNMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.76 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
Package: PepsNMR
Type: Package
Title: Pre-process 1H-NMR FID signals
Version: 0.99.0
Description: This package provides R functions for common pre-procssing steps that are applied on 1H-NMR data. It also provides a function to read the FID signals directly in the Bruker format.
License: GPL-2 | file LICENSE
URL: https://github.com/ManonMartin/PepsNMR
Imports:
Matrix, ptw, ggplot2, gridExtra, matrixStats, reshape2, methods,
PepsNMRData
Encoding: UTF-8
NeedsCompilation: no
Depends: R (>= 3.4.0)
Suggests: knitr, markdown, rmarkdown, BiocStyle
LazyData: true
Authors@R: c(person("Manon", "Martin", role = c("aut","cre"),email = "[email protected]"),
person("Bernadette", "Govaerts", role = c("aut","ths"), email = "[email protected]"),
person("Benoît", "Legat", role = c("aut"),email = "[email protected]"),
person("Pascal", "de Tullio", role = c("dtc")),
person("Bruno", "Boulanger", role = c("ctb")),
person("Paul H.C.", "Eilers", role = c("ctb")),
person("Julien", "Vanwinsberghe", role = c("ctb")))
Note: This package originates from a previous work of Eli Lilly together with
Paul Eilers that have developed an automated Matlab library with innovating
methods for 1H NMR pre-treatment that was called "Bubble". (J. Vanwinsberghe.
Bubble: development of a matlab tool for automated 1H-NMR data processing in
metabonomics. Master's thesis Strasbourg University, 2005.)
Contact: Manon Martin <[email protected]>, Bernadette Govaerts <[email protected]> or Benoît Legat <[email protected]>
RoxygenNote: 6.1.0
VignetteBuilder: knitr
biocViews: Software, Preprocessing, Visualization, Metabolomics, DataImport
BugReports: https://github.com/ManonMartin/PepsNMR/issues
Remotes: manonmartin/PepsNMRData