forked from YuLab-SMU/GOSemSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.65 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
Package: GOSemSim
Type: Package
Title: GO-terms Semantic Similarity Measures
Version: 2.11.0
Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre")),
person(given = "Alexey", family = "Stukalov", email = "[email protected]", role = "ctb"),
person(given = "Chuanle", family = "Xiao", email = "[email protected]", role = "ctb"),
person(given = "Lluís", family = "Revilla Sancho", email = "[email protected]", role = "ctb")
)
Maintainer: Guangchuang Yu <[email protected]>
Description: The semantic comparisons of Gene Ontology (GO) annotations provide
quantitative ways to compute similarities between genes and gene groups,
and have became important basis for many bioinformatics analysis approaches.
GOSemSim is an R package for semantic similarity computation among GO terms,
sets of GO terms, gene products and gene clusters. GOSemSim implemented five
methods proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively.
Depends:
R (>= 3.4.0)
LinkingTo: Rcpp
Imports:
AnnotationDbi,
GO.db,
methods,
utils
Suggests:
AnnotationHub,
BiocManager,
clusterProfiler,
DOSE,
knitr,
org.Hs.eg.db,
prettydoc,
testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://guangchuangyu.github.io/software/GOSemSim
BugReports: https://github.com/YuLab-SMU/GOSemSim/issues
Packaged: 2012-08-29 06:44:50 UTC; root
biocViews: Annotation, GO, Clustering, Pathways, Network, Software
RoxygenNote: 6.1.1