-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.67 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: MSanalyzeNOM
Type: Package
Title: Utilities for Analyzing Complex Natural Organic Matter (NOM) Mixtures After Formula Assignment
Version: 0.1.0
Author: Robert B. Young
Maintainer: The package maintainer <[email protected]>
Description:
Natural organic matter (NOM) samples are highly complex, containing numerous chemical formulas within the space of a single mass unit, and groups of chemical formulas that differ only in carbon chain length (CH2 repeating units) or degree of oxidation. Using mass spectrometry, it is common to detect thousands of singly-charged ions within a relatively small mass range (e.g., m/z 200 - 800), requiring ultra-high mass resolution. Because Fourier transform ion cyclotron resonance mass spectrometry (FTICR MS) achieves such resolution, NOM and hydrocarbon samples are commonly analyzed by FTICR MS.
This package was created to facilitate the characterization and visualization of such data in R, but only after chemical formulas have been assigned to a subset of the detected ions by other means. In our case, the chemical formulas were assigned using PetroOrg software from the National High Magnetic Field Laboratory in Tallahassee, Florida, USA. As a result, the package also contains a function to read the Excel files exported by PetroOrg.
The utilities are mostly written with tidyverse functions and pipes to make the logic easier to follow.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
tools,
magrittr,
rlang,
glue,
tidyselect,
tibble,
purrr,
dplyr,
tidyr,
readxl,
stringr,
forcats,
janitor,
ggplot2,
ggthemes,
ggsci
Depends:
R (>= 2.10)