-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathREADME.Rmd
49 lines (31 loc) · 1.6 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
---
output:
md_document:
variant: gfm
html_preview: false
---
```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
library("yulab.utils")
```
# DOSE: Disease Ontology Semantic and Enrichment analysis
`r badge_bioc_release("DOSE", "green")`
`r badge_devel("guangchuangyu/DOSE", "green")`
[![Bioc](http://www.bioconductor.org/shields/years-in-bioc/DOSE.svg)](https://www.bioconductor.org/packages/devel/bioc/html/DOSE.html#since)
[![codecov](https://codecov.io/gh/GuangchuangYu/DOSE/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/DOSE/)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![platform](http://www.bioconductor.org/shields/availability/devel/DOSE.svg)](https://www.bioconductor.org/packages/devel/bioc/html/DOSE.html#archives)
[![Build Status](http://www.bioconductor.org/shields/build/devel/bioc/DOSE.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/DOSE/)
`r badge_bioc_download("DOSE", "total", "blue")`
`r badge_bioc_download("DOSE", "month", "blue")`
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('DOSE')$Description)
```
## :writing_hand: Authors
Guangchuang YU <https://yulab-smu.top>
School of Basic Medical Sciences, Southern Medical University
Learn more at <https://yulab-smu.top/contribution-knowledge-mining/>.
Please cite the following article when using `DOSE`:
```{r comment="", echo=FALSE, results='asis'}
cat(yulab.utils:::ref_knownledge()["DOSE"], ".\n", sep="")
```