forked from XiaoyangSu/AccuCor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.21 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
Package: accucor
Type: Package
Title: Natural Abundance Correction of Mass Spectrometer Data
Version: 0.2.4
Authors@R: c(
person(given = "Xiaoyang",
family = "Su",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-8081-1396")),
person(given = "Lance",
family = "Parsons",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8521-714X")),
person(given = "Yujue",
family = "Wang",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-7088-1729")),
person(given = "Princeton University",
role = "cph"))
Description: An isotope natural abundance correction algorithm that
is needed especially for high resolution mass spectrometers. Supports
correction for 13C, 2H and 15N.
URL: https://github.com/XiaoyangSu/AccuCor
BugReports: https://github.com/XiaoyangSu/AccuCor/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
gsubfn,
nnls,
dplyr,
stringr,
readxl,
readr,
rlang,
tibble,
writexl,
CHNOSZ
RoxygenNote: 7.1.1
Suggests: testthat