...
|
...
|
@@ -1,33 +1,54 @@
|
1
|
1
|
<!-- README.md is generated from README.Rmd. Please edit that file -->
|
2
|
|
-ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data
|
3
|
|
-===========================================================================================================================
|
|
2
|
+
|
|
3
|
+# ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data
|
4
|
4
|
|
5
|
5
|
<img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" />
|
6
|
6
|
|
7
|
|
-[](https://bioconductor.org/packages/ggtree) [](https://github.com/guangchuangyu/ggtree) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://awesome-r.com/#awesome-r-graphic-displays)
|
|
7
|
+[](https://bioconductor.org/packages/ggtree)
|
|
8
|
+[](https://github.com/guangchuangyu/ggtree)
|
|
9
|
+[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since)
|
|
10
|
+[](https://awesome-r.com/#awesome-r-graphic-displays)
|
8
|
11
|
|
9
|
|
-[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [](http://www.repostatus.org/#active) [](https://codecov.io/gh/GuangchuangYu/ggtree) [](https://github.com/GuangchuangYu/ggtree/commits/master)
|
|
12
|
+[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives)
|
|
13
|
+[](http://www.repostatus.org/#active)
|
|
16
|
+[](https://codecov.io/gh/GuangchuangYu/ggtree)
|
|
17
|
+[](https://github.com/GuangchuangYu/ggtree/commits/master)
|
10
|
18
|
|
11
|
|
-The `ggtree` package extending the `ggplot2` package. It based on grammar of graphics and takes all the good parts of `ggplot2`. `ggtree` is designed for not only viewing phylogenetic tree but also displaying annotation data on the tree.
|
|
19
|
+The `ggtree` package extending the `ggplot2` package. It based on
|
|
20
|
+grammar of graphics and takes all the good parts of `ggplot2`. `ggtree`
|
|
21
|
+is designed for not only viewing phylogenetic tree but also displaying
|
|
22
|
+annotation data on the tree.
|
12
|
23
|
|
13
|
|
-For details, please visit our project website, <https://guangchuangyu.github.io/software/ggtree>.
|
|
24
|
+For details, please visit our project website,
|
|
25
|
+<https://guangchuangyu.github.io/software/ggtree>.
|
14
|
26
|
|
15
|
|
-- [Documentation](https://guangchuangyu.github.io/software/ggtree/documentation/)
|
16
|
|
-- [FAQ](https://guangchuangyu.github.io/software/ggtree/faq/)
|
17
|
|
-- [Featured Articles](https://guangchuangyu.github.io/software/ggtree/featuredArticles/)
|
18
|
|
-- [Feedback](https://guangchuangyu.github.io/software/ggtree/#feedback)
|
|
27
|
+ - [Documentation](https://guangchuangyu.github.io/software/ggtree/documentation/)
|
|
28
|
+ - [FAQ](https://guangchuangyu.github.io/software/ggtree/faq/)
|
|
29
|
+ - [Featured
|
|
30
|
+ Articles](https://guangchuangyu.github.io/software/ggtree/featuredArticles/)
|
|
31
|
+ - [Feedback](https://guangchuangyu.github.io/software/ggtree/#feedback)
|
19
|
32
|
|
20
|
|
-[](https://twitter.com/intent/tweet?hashtags=ggtree&url=http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628/abstract&screen_name=guangchuangyu) [](https://saythanks.io/to/GuangchuangYu) [](https://guangchuangyu.github.io/blog_images/biobabble.jpg) [](https://guangchuangyu.github.io/blog_images/pay_qrcode.png)
|
|
33
|
+[](https://twitter.com/intent/tweet?hashtags=ggtree&url=http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628/abstract&screen_name=guangchuangyu)
|
|
34
|
+[](https://saythanks.io/to/GuangchuangYu)
|
|
35
|
+[](https://guangchuangyu.github.io/blog_images/biobabble.jpg)
|
|
36
|
+[](https://guangchuangyu.github.io/blog_images/pay_qrcode.png)
|
21
|
37
|
|
|
38
|
+-----
|
22
|
39
|
|
23
|
40
|
Please cite the following article when using `ggtree`:
|
24
|
41
|
|
25
|
|
-**G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. ***Methods in Ecology and Evolution***. 2017, 8(1):28-36.
|
|
42
|
+**G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an R
|
|
43
|
+package for visualization and annotation of phylogenetic trees with
|
|
44
|
+their covariates and other associated data. ***Methods in Ecology and
|
|
45
|
+Evolution***. 2017,
|
|
46
|
+8(1):28-36.
|
26
|
47
|
|
27
|
|
-[](http://dx.doi.org/10.1111/2041-210X.12628) [](https://www.altmetric.com/details/10533079)
|
|
48
|
+[](http://dx.doi.org/10.1111/2041-210X.12628)
|
|
49
|
+[](https://www.altmetric.com/details/10533079)
|
28
|
50
|
|
|
51
|
+-----
|
29
|
52
|
|
30
|
53
|
### Citation
|
31
|
54
|
|
...
|
...
|
@@ -35,11 +56,14 @@ Please cite the following article when using `ggtree`:
|
35
|
56
|
|
36
|
57
|
### Download stats
|
37
|
58
|
|
38
|
|
-[](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree)
|
|
59
|
+[](https://bioconductor.org/packages/stats/bioc/ggtree)
|
|
60
|
+[](https://bioconductor.org/packages/stats/bioc/ggtree)
|
|
61
|
+[](https://bioconductor.org/packages/stats/bioc/ggtree)
|
39
|
62
|
|
40
|
63
|
<img src="https://guangchuangyu.github.io/software/ggtree/index_files/figure-html/dlstats-1.png" width="890"/>
|
41
|
64
|
|
42
|
|
-Contributing
|
|
65
|
+## Contributing
|
43
|
66
|
|
44
|
|
-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).
|
|
67
|
+We welcome any contributions\! By participating in this project you
|
|
68
|
+agree to abide by the terms outlined in the [Contributor Code of
|
|
69
|
+Conduct](CONDUCT.md).
|