-
Notifications
You must be signed in to change notification settings - Fork 10
/
README.Rmd
85 lines (46 loc) · 3.26 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
---
output:
md_document:
variant: gfm
html_preview: false
---
```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
library("ypages")
```
# ReactomePA: Reactome Pathway Analysis
[![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)
[![codecov](https://codecov.io/gh/GuangchuangYu/ReactomePA/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/ReactomePA/)
`r badge_bioc_release("ReactomePA", "green")`
`r badge_devel("guangchuangyu/ReactomePA", "green")`
[![Bioc](http://www.bioconductor.org/shields/years-in-bioc/clusterProfiler.svg)](https://www.bioconductor.org/packages/devel/bioc/html/clusterProfiler.html#since)
[![platform](http://www.bioconductor.org/shields/availability/devel/ReactomePA.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ReactomePA.html#archives)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-green.svg)](https://github.com/GuangchuangYu/ReactomePA/commits/master)
[![Build Status](http://www.bioconductor.org/shields/build/devel/bioc/ReactomePA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/ReactomePA/)
[![Linux/Mac Travis Build Status](https://img.shields.io/travis/GuangchuangYu/ReactomePA/master.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/GuangchuangYu/ReactomePA)
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/Guangchuangyu/ReactomePA/master.svg?label=Windows)](https://ci.appveyor.com/project/GuangchuangYu/ReactomePA)
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('ReactomePA')$Description)
```
For details, please visit <https://yulab-smu.top/biomedical-knowledge-mining-book/>.
## :writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
<https://yulab-smu.top>
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?hashtags=ReactomePA&url=http://pubs.rsc.org/en/Content/ArticleLanding/2016/MB/C5MB00663E#!divAbstract)
[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/GuangchuangYu)
`r badger::badge_custom('follow me on', 'WeChat', 'green', 'https://guangchuangyu.github.io/blog_images/biobabble.jpg')`
------------------------------------------------------------------------
Please cite the following article when using `ReactomePA`:
__*G Yu*__, QY He^\*^. ReactomePA: an R/Bioconductor package for reactome pathway analysis and visualization. __*Molecular BioSystems*__ 2016, 12(2):477-479.
`r badge_doi("10.1039/c5mb00663e", "green")`
<!--
r badge_altmetric("4796667", "green")
------------------------------------------------------------------------
<img src="https://guangchuangyu.github.io/software/citation_trend/ReactomePA.png" width="890"/>
### Download stats
[![download](http://www.bioconductor.org/shields/downloads/ReactomePA.svg)](https://bioconductor.org/packages/stats/bioc/ReactomePA/)
r badge_bioc_download("ReactomePA", "total", "blue")
r badge_bioc_download("ReactomePA", "month", "blue")
<img src="https://guangchuangyu.github.io/software/dlstats/ReactomePA.png" width="890"/>
-->