-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
47 lines (47 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
43
44
45
46
47
Package: RaMS
Type: Package
Title: R Access to Mass-Spec Data
Version: 1.4.3
Authors@R: c(
person(given = "William", family = "Kumler", email = "[email protected]",
role = c("aut", "cre", "cph")),
person(given = "Ricardo", family = "Cunha", role = "ctb"),
person(given = "Ethan", family = "Bass", role = "ctb")
)
Maintainer: William Kumler <[email protected]>
Description: R-based access to mass-spectrometry (MS) data. While many packages
exist to process MS data, many of these make it difficult to
access the underlying mass-to-charge ratio (m/z), intensity, and
retention time of the files
themselves. This package is designed to format MS data in a tidy fashion and
allows the user perform the plotting and analysis.
License: MIT + file LICENSE
URL: https://github.com/wkumler/RaMS
BugReports: https://github.com/wkumler/RaMS/issues
Encoding: UTF-8
LazyData: true
Imports:
xml2,
base64enc,
data.table,
utils,
stats
RoxygenNote: 7.3.1
Suggests:
testthat,
knitr,
rmarkdown,
tidyverse,
ggplot2,
dplyr,
plotly,
openxlsx,
DBI,
RSQLite,
reticulate,
BiocParallel,
Spectra,
arrow,
microbenchmark,
rvest
VignetteBuilder: knitr