-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
37 lines (37 loc) · 1.17 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
Type: Package
Package: msigdbr
Title: MSigDB Gene Sets for Multiple Organisms in a Tidy Data Format
Version: 7.5.1.9001
Authors@R:
person("Igor", "Dolgalev", , "igor.dolgalev@nyumc.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4451-126X"))
Description: Provides the 'Molecular Signatures Database' (MSigDB) gene
sets typically used with the 'Gene Set Enrichment Analysis' (GSEA)
software (Subramanian et al. 2005 <doi:10.1073/pnas.0506580102>,
Liberzon et al. 2015 <doi:10.1016/j.cels.2015.12.004>) in a standard R
data frame with key-value pairs. The package includes the human genes
as listed in MSigDB as well as the corresponding symbols and IDs for
frequently studied model organisms such as mouse, rat, pig, fly, and
yeast.
License: MIT + file LICENSE
URL: https://igordot.github.io/msigdbr/
BugReports: https://github.com/igordot/msigdbr/issues
Depends:
R (>= 3.4)
Imports:
babelgene,
dplyr (>= 0.7.0),
magrittr,
rlang (>= 0.4.11),
tibble,
tidyselect
Suggests:
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1