1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,112 +0,0 @@ |
1 |
-date: 2017-07-06T12:08:13+01:00 |
|
2 |
-title: 'ggtree: visualization and annotation of phylogenetic trees' |
|
3 |
-type: index |
|
4 |
-weight: 1 |
|
5 |
- |
|
6 |
- |
|
7 |
- |
|
8 |
-<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"> |
|
9 |
-<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css"> |
|
10 |
- |
|
11 |
- |
|
12 |
-<img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /> |
|
13 |
- |
|
14 |
-```{r echo=FALSE, results="hide", message=FALSE} |
|
15 |
-library("ypages") |
|
16 |
-``` |
|
17 |
- |
|
18 |
-`r badge_bioc_release("ggtree", "blue")` |
|
19 |
-`r badge_devel("guangchuangyu/ggtree", "blue")` |
|
20 |
-`r badge_bioc_download("ggtree", "total", "blue")` |
|
21 |
-`r badge_bioc_download("ggtree", "month", "blue")` |
|
22 |
- |
|
23 |
-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. |
|
24 |
-*ggtree* is released within the [Bioconductor](https://bioconductor.org/packages/ggtree/) project and the source code is hosted on <a href="https://github.com/GuangchuangYu/ggtree"><i class="fa fa-github fa-lg"></i> GitHub</a>. |
|
25 |
- |
|
26 |
- |
|
27 |
-## <i class="fa fa-user"></i> Authors |
|
28 |
- |
|
29 |
-Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The University of Hong Kong. |
|
30 |
- |
|
31 |
- |
|
32 |
-## <i class="fa fa-book"></i> Citation |
|
33 |
- |
|
34 |
-Please cite the following article when using `ggtree`: |
|
35 |
- |
|
36 |
- |
|
37 |
-`r badge_doi("10.1111/2041-210X.12628", "blue")` |
|
38 |
-`r badge_altmetric("10533079", "blue")` |
|
39 |
-`r badge_citation("HtEfBTGE9r8C", "7268358477862164627", "blue")` |
|
40 |
- |
|
41 |
- |
|
42 |
- |
|
43 |
-__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. |
|
44 |
- |
|
45 |
-## <i class="fa fa-pencil"></i> Featured Articles |
|
46 |
- |
|
47 |
- |
|
48 |
- |
|
49 |
-<i class="fa fa-hand-o-right"></i> Find out more on <i class="fa fa-pencil"></i> [Featured Articles](https://guangchuangyu.github.io/ggtree/featuredArticles/). |
|
50 |
- |
|
51 |
-## <i class="fa fa-download"></i> Installation |
|
52 |
- |
|
53 |
-Install `ggtree` is easy, follow the guide on the [Bioconductor page](https://bioconductor.org/packages/ggtree/): |
|
54 |
- |
|
55 |
-```r |
|
56 |
-## try http:// if https:// URLs are not supported |
|
57 |
-source("https://bioconductor.org/biocLite.R") |
|
58 |
-## biocLite("BiocUpgrade") ## you may need this |
|
59 |
-biocLite("ggtree") |
|
60 |
-``` |
|
61 |
- |
|
62 |
-If you have problems when installing some of the dependent packages, please refer to the [ggtree-installation](https://github.com/GuangchuangYu/ggtree/wiki/ggtree-installation) wiki page. |
|
63 |
- |
|
64 |
-## <i class="fa fa-cogs"></i> Overview |
|
65 |
- |
|
66 |
-#### <i class="fa fa-angle-double-right"></i> Getting tree into R |
|
67 |
- |
|
68 |
-+ tree parsers: bring evolution evidences to be used/analyzed in `R` |
|
69 |
-+ `merge_tree`: allows evolution evidences to be merged and compared |
|
70 |
-+ `fortify` methods: convert tree objects into tidy data frame |
|
71 |
- |
|
72 |
-#### <i class="fa fa-angle-double-right"></i> Tree visualization & annotation |
|
73 |
- |
|
74 |
-+ parsing tree as a collection of nodes allows grammar of graphics to be supported |
|
75 |
-+ `geom_tree`: extends `ggplot2` to support tree structure |
|
76 |
-+ several layers and functions for tree annotation |
|
77 |
-+ supports annotating phylogenetic trees with user's own data |
|
78 |
- |
|
79 |
-#### <i class="fa fa-angle-double-right"></i> Tree manipulation |
|
80 |
- |
|
81 |
-+ helper functions for tree manipulation, make it possible to explore the tree visually |
|
82 |
- |
|
83 |
-<i class="fa fa-hand-o-right"></i> Find out details and examples on <i class="fa fa-book"></i> [Documentation](https://guangchuangyu.github.io/ggtree/documentation/). |
|
84 |
- |
|
85 |
- |
|
86 |
- |
|
87 |
- |
|
88 |
-## <i class="fa fa-code-fork"></i> Projects that depend on _ggtree_ |
|
89 |
- |
|
90 |
-`r pkg_depend_info("ggtree", "CRAN")` |
|
91 |
- |
|
92 |
-`r pkg_depend_info("ggtree", "BioC")` |
|
93 |
- |
|
94 |
- |
|
95 |
-#### <i class="fa fa-angle-double-right"></i> Other applications |
|
96 |
- |
|
97 |
-+ [BreadCrumbs](https://bitbucket.org/biobakery/breadcrumbs): Collection of scripts for metagenomics analysis |
|
98 |
-+ [DegeneratePrimerTools](https://github.com/esnapd/DegeneratePrimerTools): Utilities for Creating and Validating Degenerate primers |
|
99 |
-+ [phyloscan](https://github.com/olli0601/phyloscan): scan phylogenies created along a genome for patterns |
|
100 |
- |
|
101 |
- |
|
102 |
-## <i class="fa fa-comments"></i> Feedback |
|
103 |
- |
|
104 |
-<ul class="fa-ul"> |
|
105 |
-<li><i class="fa-li fa fa-hand-o-right"></i> Please make sure you have followed <a href="https://guangchuangyu.github.io/2016/07/how-to-bug-author/"><strong>the important guide</strong></a> before posting any issue/question</li> |
|
106 |
-<li><i class="fa-li fa fa-bug"></i> For bugs or feature requests, please post to <i class="fa fa-github-alt"></i> <a href="https://github.com/GuangchuangYu/ggtree/issues">github issue</a></li> |
|
107 |
-<li><i class="fa-li fa fa-question"></i> For user questions, please post to <i class="fa fa-google"></i> <a href="https://groups.google.com/forum/#!forum/bioc-ggtree">google group</a></li> |
|
108 |
-<li><i class="fa-li fa fa-support"></i> We are also following every post tagged with <strong>ggtree</strong> on <a href="https://support.bioconductor.org">Bioconductor support site</a> and <a href="https://www.biostars.org">Biostars</a></li> |
|
109 |
-<li><i class="fa-li fa fa-commenting"></i> Join the group chat on <a href="https://twitter.com/hashtag/ggtree"><i class="fa fa-twitter fa-lg"></i></a> and <a href="http://huati.weibo.com/k/ggtree"><i class="fa fa-weibo fa-lg"></i></a></li> |
|
110 |
-</ul> |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
--- |
2 |
-date: 2017-07-08T21:07:13+01:00 |
|
2 |
+date: 2017-07-06T12:08:13+01:00 |
|
3 | 3 |
title: 'ggtree: visualization and annotation of phylogenetic trees' |
4 | 4 |
type: index |
5 | 5 |
weight: 1 |
... | ... |
@@ -7,15 +7,15 @@ weight: 1 |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
-```{r echo=FALSE, results="hide", message=FALSE} |
|
11 |
-library("ypages") |
|
12 |
-``` |
|
10 |
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"> |
|
11 |
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css"> |
|
13 | 12 |
|
14 |
-<img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /> |
|
15 | 13 |
|
14 |
+<img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /> |
|
16 | 15 |
|
17 |
-<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"> |
|
18 |
-<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css"> |
|
16 |
+```{r echo=FALSE, results="hide", message=FALSE} |
|
17 |
+library("ypages") |
|
18 |
+``` |
|
19 | 19 |
|
20 | 20 |
`r badge_bioc_release("ggtree", "blue")` |
21 | 21 |
`r badge_devel("guangchuangyu/ggtree", "blue")` |
... | ... |
@@ -6,11 +6,6 @@ weight: 0 |
6 | 6 |
--- |
7 | 7 |
|
8 | 8 |
|
9 |
-# ggtree: visualization and annotation of phylogenetic trees |
|
10 |
- |
|
11 |
- |
|
12 |
-`r ypages:::addtoany()` |
|
13 |
- |
|
14 | 9 |
|
15 | 10 |
```{r echo=FALSE, results="hide", message=FALSE} |
16 | 11 |
library("ypages") |
... | ... |
@@ -35,13 +30,6 @@ The `ggtree` package extending the *ggplot2* package. It based on grammar of gra |
35 | 30 |
|
36 | 31 |
Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The University of Hong Kong. |
37 | 32 |
|
38 |
-<a href="https://twitter.com/guangchuangyu"><i class="fa fa-twitter fa-3x"></i></a> |
|
39 |
-<a href="https://guangchuangyu.github.io/blog_images/biobabble.jpg"><i class="fa fa-wechat fa-3x"></i></a> |
|
40 |
-<a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=Guangchuang+Yu[Author+-+Full]"><i class="ai ai-pubmed ai-3x"></i></a> |
|
41 |
-<a href="https://scholar.google.com.hk/citations?user=DO5oG40AAAAJ&hl=en"><i class="ai ai-google-scholar ai-3x"></i></a> |
|
42 |
-<a href="https://orcid.org/0000-0002-6485-8781"><i class="ai ai-orcid ai-3x"></i></a> |
|
43 |
-<a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a> |
|
44 |
- |
|
45 | 33 |
|
46 | 34 |
## <i class="fa fa-book"></i> Citation |
47 | 35 |
|
... | ... |
@@ -116,9 +104,9 @@ If you have problems when installing some of the dependent packages, please refe |
116 | 104 |
## <i class="fa fa-comments"></i> Feedback |
117 | 105 |
|
118 | 106 |
<ul class="fa-ul"> |
119 |
- <li><i class="fa-li fa fa-hand-o-right"></i> Please make sure you have followed <a href="https://guangchuangyu.github.io/2016/07/how-to-bug-author/"><strong>the important guide</strong></a> before posting any issue/question</li> |
|
120 |
- <li><i class="fa-li fa fa-bug"></i> For bugs or feature requests, please post to <i class="fa fa-github-alt"></i> <a href="https://github.com/GuangchuangYu/ggtree/issues">github issue</a></li> |
|
121 |
- <li><i class="fa-li fa fa-question"></i> For user questions, please post to <i class="fa fa-google"></i> <a href="https://groups.google.com/forum/#!forum/bioc-ggtree">google group</a></li> |
|
122 |
- <li><i class="fa-li fa fa-support"></i> We are also following every post tagged with <strong>ggtree</strong> on <a href="https://support.bioconductor.org">Bioconductor support site</a> and <a href="https://www.biostars.org">Biostars</a></li> |
|
123 |
- <li><i class="fa-li fa fa-commenting"></i> Join the group chat on <a href="https://twitter.com/hashtag/ggtree"><i class="fa fa-twitter fa-lg"></i></a> and <a href="http://huati.weibo.com/k/ggtree"><i class="fa fa-weibo fa-lg"></i></a></li> |
|
107 |
+<li><i class="fa-li fa fa-hand-o-right"></i> Please make sure you have followed <a href="https://guangchuangyu.github.io/2016/07/how-to-bug-author/"><strong>the important guide</strong></a> before posting any issue/question</li> |
|
108 |
+<li><i class="fa-li fa fa-bug"></i> For bugs or feature requests, please post to <i class="fa fa-github-alt"></i> <a href="https://github.com/GuangchuangYu/ggtree/issues">github issue</a></li> |
|
109 |
+<li><i class="fa-li fa fa-question"></i> For user questions, please post to <i class="fa fa-google"></i> <a href="https://groups.google.com/forum/#!forum/bioc-ggtree">google group</a></li> |
|
110 |
+<li><i class="fa-li fa fa-support"></i> We are also following every post tagged with <strong>ggtree</strong> on <a href="https://support.bioconductor.org">Bioconductor support site</a> and <a href="https://www.biostars.org">Biostars</a></li> |
|
111 |
+<li><i class="fa-li fa fa-commenting"></i> Join the group chat on <a href="https://twitter.com/hashtag/ggtree"><i class="fa fa-twitter fa-lg"></i></a> and <a href="http://huati.weibo.com/k/ggtree"><i class="fa fa-weibo fa-lg"></i></a></li> |
|
124 | 112 |
</ul> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,124 @@ |
1 |
+--- |
|
2 |
+date: 2017-07-08T21:07:13+01:00 |
|
3 |
+title: 'ggtree: visualization and annotation of phylogenetic trees' |
|
4 |
+type: index |
|
5 |
+weight: 0 |
|
6 |
+--- |
|
7 |
+ |
|
8 |
+ |
|
9 |
+# ggtree: visualization and annotation of phylogenetic trees |
|
10 |
+ |
|
11 |
+ |
|
12 |
+`r ypages:::addtoany()` |
|
13 |
+ |
|
14 |
+ |
|
15 |
+```{r echo=FALSE, results="hide", message=FALSE} |
|
16 |
+library("ypages") |
|
17 |
+``` |
|
18 |
+ |
|
19 |
+<img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /> |
|
20 |
+ |
|
21 |
+ |
|
22 |
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"> |
|
23 |
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css"> |
|
24 |
+ |
|
25 |
+`r badge_bioc_release("ggtree", "blue")` |
|
26 |
+`r badge_devel("guangchuangyu/ggtree", "blue")` |
|
27 |
+`r badge_bioc_download("ggtree", "total", "blue")` |
|
28 |
+`r badge_bioc_download("ggtree", "month", "blue")` |
|
29 |
+ |
|
30 |
+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. |
|
31 |
+*ggtree* is released within the [Bioconductor](https://bioconductor.org/packages/ggtree/) project and the source code is hosted on <a href="https://github.com/GuangchuangYu/ggtree"><i class="fa fa-github fa-lg"></i> GitHub</a>. |
|
32 |
+ |
|
33 |
+ |
|
34 |
+## <i class="fa fa-user"></i> Authors |
|
35 |
+ |
|
36 |
+Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The University of Hong Kong. |
|
37 |
+ |
|
38 |
+<a href="https://twitter.com/guangchuangyu"><i class="fa fa-twitter fa-3x"></i></a> |
|
39 |
+<a href="https://guangchuangyu.github.io/blog_images/biobabble.jpg"><i class="fa fa-wechat fa-3x"></i></a> |
|
40 |
+<a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=Guangchuang+Yu[Author+-+Full]"><i class="ai ai-pubmed ai-3x"></i></a> |
|
41 |
+<a href="https://scholar.google.com.hk/citations?user=DO5oG40AAAAJ&hl=en"><i class="ai ai-google-scholar ai-3x"></i></a> |
|
42 |
+<a href="https://orcid.org/0000-0002-6485-8781"><i class="ai ai-orcid ai-3x"></i></a> |
|
43 |
+<a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a> |
|
44 |
+ |
|
45 |
+ |
|
46 |
+## <i class="fa fa-book"></i> Citation |
|
47 |
+ |
|
48 |
+Please cite the following article when using `ggtree`: |
|
49 |
+ |
|
50 |
+ |
|
51 |
+`r badge_doi("10.1111/2041-210X.12628", "blue")` |
|
52 |
+`r badge_altmetric("10533079", "blue")` |
|
53 |
+`r badge_citation("HtEfBTGE9r8C", "7268358477862164627", "blue")` |
|
54 |
+ |
|
55 |
+ |
|
56 |
+ |
|
57 |
+__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. |
|
58 |
+ |
|
59 |
+## <i class="fa fa-pencil"></i> Featured Articles |
|
60 |
+ |
|
61 |
+ |
|
62 |
+ |
|
63 |
+<i class="fa fa-hand-o-right"></i> Find out more on <i class="fa fa-pencil"></i> [Featured Articles](https://guangchuangyu.github.io/ggtree/featuredArticles/). |
|
64 |
+ |
|
65 |
+## <i class="fa fa-download"></i> Installation |
|
66 |
+ |
|
67 |
+Install `ggtree` is easy, follow the guide on the [Bioconductor page](https://bioconductor.org/packages/ggtree/): |
|
68 |
+ |
|
69 |
+```r |
|
70 |
+## try http:// if https:// URLs are not supported |
|
71 |
+source("https://bioconductor.org/biocLite.R") |
|
72 |
+## biocLite("BiocUpgrade") ## you may need this |
|
73 |
+biocLite("ggtree") |
|
74 |
+``` |
|
75 |
+ |
|
76 |
+If you have problems when installing some of the dependent packages, please refer to the [ggtree-installation](https://github.com/GuangchuangYu/ggtree/wiki/ggtree-installation) wiki page. |
|
77 |
+ |
|
78 |
+## <i class="fa fa-cogs"></i> Overview |
|
79 |
+ |
|
80 |
+#### <i class="fa fa-angle-double-right"></i> Getting tree into R |
|
81 |
+ |
|
82 |
++ tree parsers: bring evolution evidences to be used/analyzed in `R` |
|
83 |
++ `merge_tree`: allows evolution evidences to be merged and compared |
|
84 |
++ `fortify` methods: convert tree objects into tidy data frame |
|
85 |
+ |
|
86 |
+#### <i class="fa fa-angle-double-right"></i> Tree visualization & annotation |
|
87 |
+ |
|
88 |
++ parsing tree as a collection of nodes allows grammar of graphics to be supported |
|
89 |
++ `geom_tree`: extends `ggplot2` to support tree structure |
|
90 |
++ several layers and functions for tree annotation |
|
91 |
++ supports annotating phylogenetic trees with user's own data |
|
92 |
+ |
|
93 |
+#### <i class="fa fa-angle-double-right"></i> Tree manipulation |
|
94 |
+ |
|
95 |
++ helper functions for tree manipulation, make it possible to explore the tree visually |
|
96 |
+ |
|
97 |
+<i class="fa fa-hand-o-right"></i> Find out details and examples on <i class="fa fa-book"></i> [Documentation](https://guangchuangyu.github.io/ggtree/documentation/). |
|
98 |
+ |
|
99 |
+ |
|
100 |
+ |
|
101 |
+ |
|
102 |
+## <i class="fa fa-code-fork"></i> Projects that depend on _ggtree_ |
|
103 |
+ |
|
104 |
+`r pkg_depend_info("ggtree", "CRAN")` |
|
105 |
+ |
|
106 |
+`r pkg_depend_info("ggtree", "BioC")` |
|
107 |
+ |
|
108 |
+ |
|
109 |
+#### <i class="fa fa-angle-double-right"></i> Other applications |
|
110 |
+ |
|
111 |
++ [BreadCrumbs](https://bitbucket.org/biobakery/breadcrumbs): Collection of scripts for metagenomics analysis |
|
112 |
++ [DegeneratePrimerTools](https://github.com/esnapd/DegeneratePrimerTools): Utilities for Creating and Validating Degenerate primers |
|
113 |
++ [phyloscan](https://github.com/olli0601/phyloscan): scan phylogenies created along a genome for patterns |
|
114 |
+ |
|
115 |
+ |
|
116 |
+## <i class="fa fa-comments"></i> Feedback |
|
117 |
+ |
|
118 |
+<ul class="fa-ul"> |
|
119 |
+ <li><i class="fa-li fa fa-hand-o-right"></i> Please make sure you have followed <a href="https://guangchuangyu.github.io/2016/07/how-to-bug-author/"><strong>the important guide</strong></a> before posting any issue/question</li> |
|
120 |
+ <li><i class="fa-li fa fa-bug"></i> For bugs or feature requests, please post to <i class="fa fa-github-alt"></i> <a href="https://github.com/GuangchuangYu/ggtree/issues">github issue</a></li> |
|
121 |
+ <li><i class="fa-li fa fa-question"></i> For user questions, please post to <i class="fa fa-google"></i> <a href="https://groups.google.com/forum/#!forum/bioc-ggtree">google group</a></li> |
|
122 |
+ <li><i class="fa-li fa fa-support"></i> We are also following every post tagged with <strong>ggtree</strong> on <a href="https://support.bioconductor.org">Bioconductor support site</a> and <a href="https://www.biostars.org">Biostars</a></li> |
|
123 |
+ <li><i class="fa-li fa fa-commenting"></i> Join the group chat on <a href="https://twitter.com/hashtag/ggtree"><i class="fa fa-twitter fa-lg"></i></a> and <a href="http://huati.weibo.com/k/ggtree"><i class="fa fa-weibo fa-lg"></i></a></li> |
|
124 |
+</ul> |