-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·60 lines (60 loc) · 1.29 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
60
Package: massdataset
Title: massdataset
Version: 1.0.34
Date: 2024-09-10
Authors@R:
person(given = "Xiaotao",
family = "Shen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9608-9964"))
Description: massdata provide a uniform and stanford data structure of mass spectrometry experimental
data. Which can be used to storage the metabolomics and lipidomics data. All the packages in tidymass
support this class.
URL: https://github.com/tidymass/massdataset
BugReports: https://github.com/tidymass/massdataset/issues
Depends: R (>= 4.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
dplyr,
magrittr,
tibble,
stringr,
rstudioapi,
ggplot2,
methods,
openxlsx,
crayon,
cli,
purrr,
readr,
rlang,
masstools (>= 1.0.8),
ComplexHeatmap,
grid,
stats,
utils,
tidyselect (>= 1.1.2),
vctrs,
tidyr,
SummarizedExperiment,
S4Vectors
Suggests:
knitr,
rmarkdown,
BiocStyle,
RUnit,
BiocGenerics,
tidyverse,
testthat (>= 3.0.0),
ggplotify,
plotly
Note:
Remotes:
github::tidymass/masstools
Config/testthat/edition: 3