forked from martijnmolenaar/bmetenrichr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.46 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
Package: S2IsoMEr
Title: Spatial and Single-Cell Isomeric Metabolite Enrichment in R
Version: 0.5.0
Authors@R:
c(
person("Bishoy", "Wadie", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-8692-1107")),
person("Martijn", "Molenaar", role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0001-5221-608X")),
person("Theodore", "Alexandrov", role = c("cph", "fnd"), email = "[email protected]",
comment = c(ORCID = "0000-0001-9464-6125"))
)
Description: R package performing Overrepresentation analysis (ORA) and Metabolite Set Enrichment Analysis (MSEA) on Spatial and single-cell metabolomics datasets using bootstrapping of isomeric/isobaric molecules.
Imports:
pbapply,
tidyr,
BWStest,
utils,
rlang,
ggpubr,
progress,
fastmatch,
pheatmap,
RColorBrewer,
ggridges,
yulab.utils,
tibble,
stringr,
stats,
generics,
plyr,
dplyr,
ggplot2,
magrittr
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LazyData: true
LazyDataCompression: xz
Suggests:
fgsea,
BiocParallel,
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3
URL: https://alexandrovteam.github.io/S2IsoMEr/
BugReports: https://github.com/alexandrovteam/S2IsoMEr/issues