... | ... |
@@ -64,12 +64,13 @@ School of Basic Medical Sciences, Southern Medical University |
64 | 64 |
|
65 | 65 |
If you use `r Biocpkg('ggtree')` in published research, please cite the most appropriate paper(s) from this list: |
66 | 66 |
|
67 |
-1. __G Yu__. Using ggtree to visualize data on tree-like structures. __*Current Protocols in Bioinformatics*__, 2020, 69:e96. doi: [10.1002/cpbi.96](https://doi.org/10.1002/cpbi.96). |
|
67 |
+1. S Xu, L Li, X Luo, M Chen, W Tang, L Zhan, Z Dai, TT. Lam, Y Guan, __G Yu__. Ggtree: A serialized data object for visualization of a phylogenetic tree and annotation data. __*iMeta*__, 2022, 4(1):e56. doi:[10.1002/imt2.56](https://doi.org/10.1002/imt2.56) |
|
68 |
+2. __G Yu__. Using ggtree to visualize data on tree-like structures. __*Current Protocols in Bioinformatics*__, 2020, 69:e96. doi: [10.1002/cpbi.96](https://doi.org/10.1002/cpbi.96). |
|
68 | 69 |
- [Source code and data to reproduce figures in the article](https://github.com/GuangchuangYu/ggtree-current-protocols) |
69 |
-2. __G Yu__^\*^, TTY Lam, H Zhu, Y Guan^\*^. Two methods for mapping and visualizing associated data on phylogeny using ggtree. __*Molecular Biology and Evolution*__, 2018, 35(2):3041-3043. |
|
70 |
+3. __G Yu__^\*^, TTY Lam, H Zhu, Y Guan^\*^. Two methods for mapping and visualizing associated data on phylogeny using ggtree. __*Molecular Biology and Evolution*__, 2018, 35(2):3041-3043. |
|
70 | 71 |
doi: [10.1093/molbev/msy194](https://doi.org/10.1093/molbev/msy194). |
71 | 72 |
- [Source code to produce Supplementary Material](https://github.com/GuangchuangYu/plotting_tree_with_data) |
72 |
-3. __G Yu__, DK Smith, H Zhu, Y Guan, TTY Lam^\*^. ggtree: an R package for |
|
73 |
+4. __G Yu__, DK Smith, H Zhu, Y Guan, TTY Lam^\*^. ggtree: an R package for |
|
73 | 74 |
visualization and annotation of phylogenetic trees with their covariates and |
74 | 75 |
other associated data. __*Methods in Ecology and Evolution*__. 2017, 8(1):28-36. |
75 | 76 |
doi: [10.1111/2041-210X.12628](https://doi.org/10.1111/2041-210X.12628). |
... | ... |
@@ -1,19 +1,18 @@ |
1 | 1 |
<!-- README.md is generated from README.Rmd. Please edit that file --> |
2 | 2 |
|
3 |
-ggtree: an R package for visualization of phylogenetic trees with their annotation data |
|
4 |
-======================================================================================= |
|
3 |
+# ggtree: an R package for visualization of phylogenetic trees with their annotation data |
|
5 | 4 |
|
6 | 5 |
<a href="https://yulab-smu.github.io/treedata-book/"><img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /></a> |
7 | 6 |
|
8 | 7 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) |
9 |
-[](https://www.bioconductor.org/packages/ggtree) |
|
8 |
+[](https://www.bioconductor.org/packages/ggtree) |
|
10 | 9 |
[](https://codecov.io/gh/GuangchuangYu/ggtree) |
11 | 10 |
[](https://awesome-r.com/#awesome-r-graphic-displays) |
12 | 11 |
|
13 | 12 |
<!-- |
14 | 13 |
[](http://www.repostatus.org/#active) |
15 | 14 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) |
16 |
-[](https://github.com/GuangchuangYu/ggtree/commits/master) |
|
15 |
+[](https://github.com/GuangchuangYu/ggtree/commits/master) |
|
17 | 16 |
|
18 | 17 |
` r badge_devel("guangchuangyu/ggtree", "green")` |
19 | 18 |
` r badge_bioc_download("ggtree", "total", "blue")` |
... | ... |
@@ -26,17 +25,15 @@ grammar of graphics. ‘ggtree’ is designed for visualization and |
26 | 25 |
annotation of phylogenetic trees and other tree-like structures with |
27 | 26 |
their annotation data. |
28 | 27 |
|
29 |
-For details, please visit |
|
30 |
-<a href="https://yulab-smu.top/treedata-book/" class="uri">https://yulab-smu.top/treedata-book/</a>. |
|
28 |
+For details, please visit <https://yulab-smu.top/treedata-book/>. |
|
31 | 29 |
|
32 |
-:writing\_hand: Authors |
|
30 |
+## :writing_hand: Authors |
|
33 | 31 |
|
34 | 32 |
Guangchuang YU |
35 | 33 |
|
36 | 34 |
School of Basic Medical Sciences, Southern Medical University |
37 | 35 |
|
38 |
-<a href="https://guangchuangyu.github.io" class="uri">https://guangchuangyu.github.io</a> |
|
36 |
+<https://guangchuangyu.github.io> |
|
39 | 37 |
|
40 | 38 |
[](https://twitter.com/intent/tweet?hashtags=ggtree&url=http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628/abstract&screen_name=guangchuangyu) |
41 | 39 |
[](https://saythanks.io/to/GuangchuangYu) |
... | ... |
@@ -46,26 +43,29 @@ If you use [ggtree](http://bioconductor.org/packages/ggtree) in |
46 | 43 |
published research, please cite the most appropriate paper(s) from this |
47 | 44 |
list: |
48 | 45 |
|
49 |
-1. **G Yu**. Using ggtree to visualize data on tree-like structures. |
|
46 |
+1. S Xu, L Li, X Luo, M Chen, W Tang, L Zhan, Z Dai, TT. Lam, Y Guan, |
|
47 |
+ **G Yu**. Ggtree: A serialized data object for visualization of a |
|
48 |
+ phylogenetic tree and annotation data. ***iMeta***, 2022, 4(1):e56. |
|
49 |
+ <doi:%5B10.1002/imt2.56>\](<https://doi.org/10.1002/imt2.56>) |
|
50 |
+2. **G Yu**. Using ggtree to visualize data on tree-like structures. |
|
50 | 51 |
***Current Protocols in Bioinformatics***, 2020, 69:e96. doi: |
51 | 52 |
[10.1002/cpbi.96](https://doi.org/10.1002/cpbi.96). |
52 | 53 |
- [Source code and data to reproduce figures in the |
53 | 54 |
article](https://github.com/GuangchuangYu/ggtree-current-protocols) |
54 |
-2. **G Yu**<sup>\*</sup>, TTY Lam, H Zhu, Y Guan<sup>\*</sup>. Two |
|
55 |
+3. **G Yu**<sup>\*</sup>, TTY Lam, H Zhu, Y Guan<sup>\*</sup>. Two |
|
55 | 56 |
methods for mapping and visualizing associated data on phylogeny |
56 | 57 |
using ggtree. ***Molecular Biology and Evolution***, 2018, |
57 | 58 |
35(2):3041-3043. doi: |
58 | 59 |
[10.1093/molbev/msy194](https://doi.org/10.1093/molbev/msy194). |
59 | 60 |
- [Source code to produce Supplementary |
60 | 61 |
Material](https://github.com/GuangchuangYu/plotting_tree_with_data) |
61 |
-3. **G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an |
|
62 |
+4. **G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an |
|
62 | 63 |
R package for visualization and annotation of phylogenetic trees |
63 | 64 |
with their covariates and other associated data. ***Methods in |
64 | 65 |
Ecology and Evolution***. 2017, 8(1):28-36. doi: |
65 | 66 |
[10.1111/2041-210X.12628](https://doi.org/10.1111/2041-210X.12628). |
66 | 67 |
|
67 |
-:sparkling\_heart: Contributing |
|
68 |
+## :sparkling_heart: Contributing |
|
68 | 69 |
|
69 | 70 |
We welcome any contributions! By participating in this project you agree |
70 | 71 |
to abide by the terms outlined in the [Contributor Code of |
... | ... |
@@ -14,6 +14,7 @@ citEntry( |
14 | 14 |
"Chapman and Hall/CRC. doi:10.1201/9781003279242") |
15 | 15 |
) |
16 | 16 |
|
17 |
+ |
|
17 | 18 |
citEntry( |
18 | 19 |
entry = "article", |
19 | 20 |
title = "Using ggtree to Visualize Data on Tree-Like Structures", |
... | ... |
@@ -30,6 +31,34 @@ citEntry( |
30 | 31 |
"Current Protocols in Bioinformatics, 2020, 69:e96. doi: 10.1002/cpbi.96") |
31 | 32 |
) |
32 | 33 |
|
34 |
+ |
|
35 |
+citEntry( |
|
36 |
+ entry = "article", |
|
37 |
+ title = "Ggtree: A serialized data object for visualization of a phylogenetic tree and annotation data", |
|
38 |
+ author = personList( |
|
39 |
+ as.person("Shuangbin Xu"), |
|
40 |
+ as.person("Lin Li"), |
|
41 |
+ as.person("Xiao Luo"), |
|
42 |
+ as.person("Meijun Chen"), |
|
43 |
+ as.person("Wenli Tang"), |
|
44 |
+ as.person("Li Zhan"), |
|
45 |
+ as.person("Zehan Dai"), |
|
46 |
+ as.person("Tommy T. Lam"), |
|
47 |
+ as.person("Yi Guan"), |
|
48 |
+ as.person("Guangchuang Yu") |
|
49 |
+ ), |
|
50 |
+ year = "2022", |
|
51 |
+ journal = "iMeta", |
|
52 |
+ volume = "4", |
|
53 |
+ number = "1", |
|
54 |
+ pages = "e56", |
|
55 |
+ doi = "10.1002/imt2.56", |
|
56 |
+ textVersion = paste("Shuangbin Xu, Lin Li, Xiao Luo, Meijun Chen, Wenli Tang, Li Zhan, Zehan Dai, Tommy T. Lam, Yi Guan, Guangchuang Yu.", |
|
57 |
+ "Ggtree: A serialized data object for visualization of a phylogenetic tree and annotation data.", |
|
58 |
+ "iMeta 2022, 4(1):e56. doi:10.1002/imt2.56") |
|
59 |
+) |
|
60 |
+ |
|
61 |
+ |
|
33 | 62 |
citEntry( |
34 | 63 |
entry = "article", |
35 | 64 |
title = "Two methods for mapping and visualizing associated data on phylogeny using ggtree.", |