Package: GOSemSim
Type: Package
Title: GO-terms Semantic Similarity Measures
Version: 2.2.0
Authors@R: c(person(given = "Guangchuang", family = "Yu",
                    email = "guangchuangyu@gmail.com",
		    role  = c("aut", "cre")),
  	     person(given = "Alexey", family = "Stukalov",
	            email = "astukalov@gmail.com",
		    role  = "ctb"),
	     person(given = "Chuanle", family = "Xiao",
	     	    email = "xiaochuanle@126.com",
		    role  = "ctb"))
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
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.3.2)
LinkingTo: Rcpp
Imports: AnnotationDbi, GO.db, methods, utils
Suggests: AnnotationHub, BiocInstaller, clusterProfiler, DOSE, knitr,
        org.Hs.eg.db, prettydoc, testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://guangchuangyu.github.io/GOSemSim
BugReports: https://github.com/GuangchuangYu/GOSemSim/issues
Packaged: 2017-04-24 23:32:06 UTC; biocbuild
biocViews: Annotation, GO, Clustering, Pathways, Network, Software
RoxygenNote: 5.0.1
NeedsCompilation: yes
Author: Guangchuang Yu [aut, cre],
  Alexey Stukalov [ctb],
  Chuanle Xiao [ctb]
Built: R 3.4.0; i386-w64-mingw32; 2017-04-25 04:31:55 UTC; windows
Archs: i386, x64
