Package: GOSemSim
Type: Package
Title: GO-terms Semantic Similarity Measures
Version: 2.0.4
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"))
Author: Guangchuang Yu <guangchuangyu@gmail.com> with contributions from
    Alexey Stukalov and Chuanle Xiao.
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.0)
LinkingTo: Rcpp
Imports: AnnotationDbi, GO.db, methods, utils
Suggests: AnnotationHub, BiocInstaller, BiocStyle, clusterProfiler,
        DOSE, knitr, org.Hs.eg.db, testthat
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://guangchuangyu.github.io/GOSemSim
BugReports: https://github.com/GuangchuangYu/GOSemSim/issues
Packaged: 2017-01-19 23:56:48 UTC; biocbuild
biocViews: Annotation, GO, Clustering, Pathways, Network, Software
RoxygenNote: 5.0.1
NeedsCompilation: yes
Built: R 3.3.2; i386-w64-mingw32; 2017-01-20 03:44:40 UTC; windows
Archs: i386, x64
