... | ... |
@@ -66,13 +66,8 @@ __G Yu__, DK Smith, H Zhu, Y Guan, TTY Lam^\*^. ggtree: an R package for visuali |
66 | 66 |
### Citation |
67 | 67 |
|
68 | 68 |
|
69 |
-```{r echo=F, comment=NA} |
|
70 |
-p <- plot_citation_trend('DO5oG40AAAAJ', 'HtEfBTGE9r8C') |
|
71 |
-ggsave(p, file="docs/images/citation.png", width=8, height=4) |
|
72 |
-``` |
|
73 |
- |
|
74 | 69 |
|
75 |
-<img src="docs/images/citation.png" width="890"/> |
|
70 |
+<img src="https://guangchuangyu.github.io/software/ggtree/featured-articles/index_files/figure-html/citation-1.png" width="890"/> |
|
76 | 71 |
|
77 | 72 |
|
78 | 73 |
### Download stats |
... | ... |
@@ -82,17 +77,7 @@ ggsave(p, file="docs/images/citation.png", width=8, height=4) |
82 | 77 |
`r badge_bioc_download("ggtree", "month", "blue")` |
83 | 78 |
|
84 | 79 |
|
85 |
-```{r echo=F, message=F, comment=NA} |
|
86 |
-x <- dlstats::bioc_stats("ggtree") |
|
87 |
-x <- x[-nrow(x), ] # last month data is not complete |
|
88 |
-## txtplot(ggtree::Date2decimal(x$end), x$Nb_of_downloads, width=100, height=25) |
|
89 |
-p <- ggplot(x, aes(end, Nb_of_distinct_IPs)) + geom_point() + geom_line() + |
|
90 |
- theme_minimal() +xlab(NULL) + ylab(NULL) + |
|
91 |
- labs(title="ggtree", subtitle="Monthly download stats (distinct IPs)", caption="data from Bioconductor") |
|
92 |
-ggsave(p, file="docs/images/dlstats.png", width=8, height=4) |
|
93 |
-``` |
|
94 |
- |
|
95 |
-<img src="docs/images/dlstats.png" width="890"/> |
|
80 |
+<img src="https://guangchuangyu.github.io/software/ggtree/index_files/figure-html/dlstats-1.png" width="890"/> |
|
96 | 81 |
|
97 | 82 |
|
98 | 83 |
|
... | ... |
@@ -4,9 +4,9 @@ ggtree: an R package for visualization and annotation of phylogenetic trees with |
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) [](https://saythanks.io/to/GuangchuangYu) |
|
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) [](https://saythanks.io/to/GuangchuangYu) |
|
8 | 8 |
|
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) [](https://github.com/GuangchuangYu/ggtree/network) [](https://github.com/GuangchuangYu/ggtree/stargazers) |
|
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) [](https://github.com/GuangchuangYu/ggtree/network) [](https://github.com/GuangchuangYu/ggtree/stargazers) |
|
10 | 10 |
|
11 | 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. |
12 | 12 |
|
... | ... |
@@ -25,16 +25,16 @@ Please cite the following article when using `ggtree`: |
25 | 25 |
|
26 | 26 |
**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. |
27 | 27 |
|
28 |
-[](http://dx.doi.org/10.1111/2041-210X.12628) [](https://www.altmetric.com/details/10533079) [](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627) |
|
28 |
+[](http://dx.doi.org/10.1111/2041-210X.12628) [](https://www.altmetric.com/details/10533079) [](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627) |
|
29 | 29 |
|
30 | 30 |
------------------------------------------------------------------------ |
31 | 31 |
|
32 | 32 |
### Citation |
33 | 33 |
|
34 |
-<img src="docs/images/citation.png" width="890"/> |
|
34 |
+<img src="https://guangchuangyu.github.io/software/ggtree/featured-articles/index_files/figure-html/citation-1.png" width="890"/> |
|
35 | 35 |
|
36 | 36 |
### Download stats |
37 | 37 |
|
38 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
38 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
39 | 39 |
|
40 |
-<img src="docs/images/dlstats.png" width="890"/> |
|
40 |
+<img src="https://guangchuangyu.github.io/software/ggtree/index_files/figure-html/dlstats-1.png" width="890"/> |
... | ... |
@@ -224,8 +224,8 @@ the [Tree Annotation](treeAnnotation.html) vignette. |
224 | 224 |
+ [Tree Manipulation](treeManipulation.html) |
225 | 225 |
+ [Tree Annotation](treeAnnotation.html) |
226 | 226 |
+ [Phylomoji](https://cran.r-project.org/web/packages/emojifont/vignettes/phylomoji.html) |
227 |
-+ [Annotating phylogenetic tree with images](https://guangchuangyu.github.io/ggtree/vignettes/ggtree-ggimage.html) |
|
228 |
-+ [Annotate a phylogenetic tree with insets](https://guangchuangyu.github.io/ggtree/vignettes/ggtree-inset.html) |
|
227 |
++ [Annotating phylogenetic tree with images](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-ggimage.html) |
|
228 |
++ [Annotate a phylogenetic tree with insets](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-inset.html) |
|
229 | 229 |
|
230 | 230 |
|
231 | 231 |
**ggtree homepage**: <https://guangchuangyu.github.io/ggtree> (contains more |
... | ... |
@@ -330,8 +330,8 @@ facet_plot(p2, panel='bar', data=d2, geom=geom_segment, aes(x=0, xend=value, y=y |
330 | 330 |
|
331 | 331 |
Please refer to the following vignettes: |
332 | 332 |
|
333 |
-+ [Annotating phylogenetic tree with images](https://guangchuangyu.github.io/ggtree/vignettes/ggtree-ggimage.html) |
|
334 |
-+ [Annotate a phylogenetic tree with insets](https://guangchuangyu.github.io/ggtree/vignettes/ggtree-inset.html) |
|
333 |
++ [Annotating phylogenetic tree with images](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-ggimage.html) |
|
334 |
++ [Annotate a phylogenetic tree with insets](https://guangchuangyu.github.io/software/ggtree/vignettes/ggtree-inset.html) |
|
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|