-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1 KB
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
Package: mzrtsim
Type: Package
Title: Raw data (mzML) and peaks list simulation for LC/GC-MS based metabolomics data
Version: 0.99.1
Date: 2025-04-01
Authors@R: person(given = "Miao", family = "YU",
role = c("aut", "cre"),
email = "yufreecas@gmail.com",
comment = c(ORCID = "0000-0002-2804-6014"))
Description: Raw data(mzML) and peaks list simulation for LC/GC-MS based metabolomics data. Besides, shiny applications could be used to simulate GC/LC-MS based raw data and peaks list.
URL: https://github.com/yufree/mzrtsim
BugReports: https://github.com/yufree/mzrtsim/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Suggests: knitr,
rmarkdown,
testthat (>= 3.0.0),
shiny,
BiocStyle
VignetteBuilder: knitr
biocViews: Metabolomics, MassSpectrometry, Simulation
Depends: R (>= 4.3.0)
Imports: stats,
utils,
S4Vectors,
SummarizedExperiment,
RaMS,
base64enc,
grDevices
RoxygenNote: 7.3.3
Config/testthat/edition: 3