-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.84 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
Package: msigdb
Title: An ExperimentHub Package for the Molecular Signatures Database (MSigDB)
Version: 1.9.2
Authors@R: c(
person(given = "Dharmesh D.",
family = "Bhuva",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6398-9157")),
person(given = "Gordon K.",
family = "Smyth",
role = c("aut"),
comment = c(ORCID = "0000-0001-9221-2892")),
person(given = "Alexandra",
family = "Garnham",
role = c("aut"),
comment = c(ORCID = "0000-0002-8312-8450"))
)
Description: This package provides the Molecular Signatures Database (MSigDB) in
a R accessible objects. Signatures are stored in GeneSet class objects form
the GSEABase package and the entire database is stored in a GeneSetCollection
object. These data are then hosted on the ExperimentHub. Data used in this
package was obtained from the MSigDB of the Broad Institute. Metadata for each
gene set is stored along with the gene set in the GeneSet class object.
biocViews: ExperimentHub, Homo_sapiens_Data, Mus_musculus_Data
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1)
Imports:
ExperimentHub,
utils,
GSEABase,
org.Mm.eg.db,
org.Hs.eg.db,
AnnotationDbi,
methods,
stats,
AnnotationHub
Suggests:
singscore,
vissE,
knitr,
prettydoc,
BiocStyle,
rmarkdown,
testthat (>= 3.0.0),
BiocFileCache,
GO.db,
stringr,
limma
URL: https://davislaboratory.github.io/msigdb
BugReports: https://github.com/DavisLaboratory/msigdb/issues
NeedsCompilation: no
VignetteBuilder: knitr
Config/testthat/edition: 3