-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.38 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
56
57
58
59
Package: massSight
Title: Batch Alignment and Scaling for LC-MS Data
Version: 0.2.3
Authors@R: c(
person("Chiraag", "Gohel", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4446-9380")),
person("Bahar", "Sayoldin", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1187-0848")),
person("Ali", "Rahnavard", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9710-0248"))
)
Description: an `R` package for the alignment, scaling, and downstream
analysis of LC-MS metabolomics data.
License: MIT + file LICENSE
URL: https://github.com/omicsEye/massSight,
https://omicseye.github.io/massSight/
BugReports: https://github.com/omicsEye/massSight/issues
Depends:
R (>= 3.5)
Imports:
caret,
checkmate,
cowplot,
data.table,
dbscan,
dplyr,
GauPro,
ggExtra,
ggplot2,
logr,
magrittr,
methods,
mgcv,
progress,
purrr,
Rcpp,
readxl,
rlang,
stats,
stringr,
tidyr,
utils
Suggests:
jsonlite,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
usethis
biocViews: Omics, Software, metabolite, metabolomics, alignment, scaling, qc
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
LinkingTo:
Rcpp