-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.14 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
34
35
Package: PEIMAN2
Title: Post-Translational Modification Enrichment, Integration, and Matching Analysis
Version: 1.1.0
Authors@R: c(
person("Mohieddin", "Jafari", role = c("aut"),email = "mohieddin.jafari@helsinki.fi"),
person("Payman", "Nickchi", role = c("aut","cre"),email = "payman.nickchi@gmail.com")
)
Description: Functions and mined database from 'UniProt' focusing on post-translational modifications to do single enrichment analysis (SEA) and protein set enrichment analysis (PSEA). Payman Nickchi, Uladzislau Vadadokhau, Mehdi Mirzaie, Marc Baumann, Amir Ata Saei, Mohieddin Jafari (2025) <doi:10.1002/pmic.202400238>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Depends:
R (>= 3.5)
Imports:
ggplot2,
dplyr,
glue,
lifecycle,
purrr,
rlang,
stringr,
graphics,
forcats,
stats,
magrittr,
jsonlite
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
LazyData: true
NeedsCompilation: no
Packaged: 2022-10-20 01:37:04 UTC; payma
Author: Mohieddin Jafari [aut],
Payman Nickchi [aut, cre]
Maintainer: Payman Nickchi <payman.nickchi@gmail.com>