forked from YuLab-SMU/GOSemSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
87 lines (54 loc) · 3.39 KB
/
README.Rmd
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
output:
md_document:
variant: gfm
html_preview: false
---
```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
library("ypages")
Biocpkg <- function (pkg) {
sprintf("[%s](http://bioconductor.org/packages/%s)", pkg, pkg)
}
```
# GOSemSim: GO semantic similarity measurement
[](https://www.bioconductor.org/packages/devel/bioc/html/GOSemSim.html#since)
[](http://www.repostatus.org/#active)
[](https://www.bioconductor.org/packages/devel/bioc/html/GOSemSim.html#archives)
[](https://codecov.io/gh/GuangchuangYu/GOSemSim/)
`r badge_bioc_release("GOSemSim", "green")`
`r badge_devel("guangchuangyu/GOSemSim", "green")`
[](https://travis-ci.org/GuangchuangYu/GOSemSim)
[](https://ci.appveyor.com/project/GuangchuangYu/GOSemSim)
`r badge_bioc_download("GOSemSim", "total", "blue")`
`r badge_bioc_download("GOSemSim", "month", "blue")`
`r badge_bioc_download_rank("GOSemSim")`
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('GOSemSim')$Description)
```
[](https://twitter.com/intent/tweet?hashtags=GOSemSim&url=http://bioinformatics.oxfordjournals.org/content/26/7/976&screen_name=guangchuangyu)
[](https://saythanks.io/to/GuangchuangYu)
`r badger::badge_custom("follow me on", "WeChat", "green", "https://guangchuangyu.github.io/blog_images/biobabble.jpg")`
## :writing_hand: Authors
Guangchuang YU <https://guangchuangyu.github.io>
School of Basic Medical Sciences, Southern Medical University
If you use `r Biocpkg('GOSemSim')` in published research, please cite:
+ **Yu G**. [Gene Ontology Semantic Similarity Analysis Using GOSemSim](http://dx.doi.org/10.1007/978-1-0716-0301-7_11). In: Kidder B. (eds) Stem Cell Transcriptional Networks. **_Methods in Molecular Biology_**, 2020, 2117:207-215. Humana, New York, NY.
+ **Yu G**^#^, Li F^#^, Qin Y, Bo X^\*^, Wu Y and Wang S^\*^. [GOSemSim: an R package for measuring semantic similarity among GO terms and gene products](http://dx.doi.org/10.1093/bioinformatics/btq064). **_Bioinformatics_**. 2010, 26(7):976-978.
## :arrow_double_down: Installation
Get the released version from Bioconductor:
```r
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
## BiocManager::install("BiocUpgrade") ## you may need this
BiocManager::install("GOSemSim")
```
Or the development version from github:
```r
## install.packages("remotes")
remotes::install_github("GuangchuangYu/GOSemSim")
```
## :sparkling_heart: Contributing
We welcome any contributions! By participating in this project you agree to
abide by the terms outlined in the [Contributor Code of Conduct](CONDUCT.md).