-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.39 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
48
49
50
51
52
53
54
55
Type: Package
Package: aquaras
Title: Data processing related to MassLynx
Version: 0.1.6
Authors@R: c(
person("Rasmus", "Hammar",
email = "[email protected]",
role = c("aut", "cre"))
)
Description: Pre-LC/MS run: Provides tools for working with runlists to
use with MassLynx (Waters LC/MS software). Calling
ras.RunlistGenerator() launches a Shiny app that lets you create the
full data frame and a runlist. Alternatively, ras.create.Runlist() may
be used directly. Post-LC/MS run, Use ras.SplitOutput() to split the
MassLynx complete summary output file into individual data frames and
write them to files. Unless clean = FALSE, this removes blanks and
splits the "Name" and "Sample Name" columns according to the pre-LC/MS
template.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
dplyr,
DT,
ggplot2,
janitor,
magrittr,
openxlsx,
openxlsx2,
purrr,
reactable,
readr,
readxl,
shiny,
shinyjs,
shinythemes,
stats,
stringr,
tcltk,
tibble,
tidyr,
tidyselect
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/Klorator/aquaras, https://klorator.github.io/aquaras/
BugReports: https://github.com/Klorator/aquaras/issues