-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
49 lines (49 loc) · 1.68 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
Package: DOSE
Type: Package
Title: Disease Ontology Semantic and Enrichment analysis
Version: 4.1.0
Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre")),
person(given = "Li-Gen", family = "Wang", email = "[email protected]", role = "ctb"),
person(given = "Vladislav", family = "Petyuk", email = "[email protected]", role = "ctb"),
person(given = "Giovanni", family = "Dall'Olio", email = "[email protected]", role = "ctb"))
Maintainer: Guangchuang Yu <[email protected]>
Description: This package implements five methods proposed by
Resnik, Schlicker, Jiang, Lin and Wang respectively
for measuring semantic similarities among DO terms and
gene products. Enrichment analyses including hypergeometric
model and gene set enrichment analysis are also implemented
for discovering disease associations of high-throughput
biological data.
Depends:
R (>= 3.5.0)
Imports:
AnnotationDbi,
BiocParallel,
fgsea,
ggplot2,
GOSemSim (>= 2.31.2),
methods,
qvalue,
reshape2,
stats,
utils,
yulab.utils (>= 0.1.6)
Suggests:
prettydoc,
clusterProfiler,
gson (>= 0.0.5),
knitr,
memoise,
org.Hs.eg.db,
rmarkdown,
testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://yulab-smu.top/contribution-knowledge-mining/
BugReports: https://github.com/GuangchuangYu/DOSE/issues
Packaged: 2011-12-28 08:16:14 UTC; root
biocViews: Annotation, Visualization, MultipleComparison, GeneSetEnrichment,
Pathways, Software
RoxygenNote: 7.3.2