-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (30 loc) · 1.09 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
Package: tidychrom
Title: A Dead Simple Toolkit for Quantitative Chromatography
Version: 0.0.0.9000
Authors@R:
person(given = "Jacob",
family = "Winnikoff",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Provides functions for compound identification and quantification from,
plus visual inspection of, raw chromatographic data.
The only requirements for input data are:
[1] retention time (RT),
[2] a spectral x-axis value (wavelength, m/z or similar), and
[3] an intensity value (ion count, absorbance, emission, etc.)
Functions are included for easy reading and writing of common MS1 file formats,
courtesy of mzR and the proteowizard backend.
Within tidychrom workflows, all data are stored and processed using the tidyverse
to maximize accessibility and extensibility. There are *no* custom classes.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports:
ggplot2,
ggpubr,
gridExtra,
mzR,
pbapply,
tidyverse