forked from YuLab-SMU/DOSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.1 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
Package: DOSE
Type: Package
Title: Disease Ontology Semantic and Enrichment analysis
Version: 2.5.8
Author: Guangchuang Yu, Li-Gen Wang
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.1.0)
Imports:
methods,
plyr,
qvalue,
stats4,
AnnotationDbi,
DO.db,
igraph,
scales,
reshape2,
graphics,
GOSemSim,
grid,
ggplot2
Suggests:
org.Hs.eg.db,
clusterProfiler,
knitr,
BiocStyle
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/GuangchuangYu/DOSE
BugReports: https://github.com/GuangchuangYu/DOSE/issues
Packaged: 2011-12-28 08:16:14 UTC; root
biocViews: Annotation, Visualization, MultipleComparison, GeneSetEnrichment, Pathways, Software