... | ... |
@@ -1,4 +1,5 @@ |
1 |
-.onLoad <- function(libname, pkgname) { |
|
1 |
+##' @importFrom utils packageDescription |
|
2 |
+.onAttach <- function(libname, pkgname) { |
|
2 | 3 |
pkgVersion <- packageDescription(pkgname, fields="Version") |
3 | 4 |
msg <- paste0(pkgname, " v", pkgVersion, " ", |
4 | 5 |
"For help: https://guangchuangyu.github.io/", pkgname, "\n\n") |
... | ... |
@@ -1,9 +1,9 @@ |
1 | 1 |
ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data |
2 | 2 |
=========================================================================================================================== |
3 | 3 |
|
4 |
-[](https://bioconductor.org/packages/ggtree) [](https://github.com/GuangchuangYu/ggtree) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
4 |
+[](https://bioconductor.org/packages/ggtree) [](https://github.com/GuangchuangYu/ggtree) [](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
5 | 5 |
|
6 |
-[](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) [](https://awesome-r.com/#awesome-r-graphic-displays) |
|
6 |
+[](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) [](https://awesome-r.com/#awesome-r-graphic-displays) |
|
7 | 7 |
|
8 | 8 |
[](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#archives) [](https://bioconductor.org/checkResults/devel/bioc-LATEST/ggtree/) [](https://travis-ci.org/GuangchuangYu/ggtree) [](https://ci.appveyor.com/project/GuangchuangYu/ggtree) [](http://bioconda.github.io/recipes/bioconductor-ggtree/README.html) |
9 | 9 |
|
... | ... |
@@ -50,7 +50,12 @@ For details, please visit our project website, <https://guangchuangyu.github.io/ |
50 | 50 |
|
51 | 51 |
### Download stats |
52 | 52 |
|
53 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
53 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree/) [](https://bioconductor.org/packages/stats/bioc/ggtree) [](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
54 |
+ |
|
55 |
+ ggtree v1.7.3 For help: https://guangchuangyu.github.io/ggtree |
|
56 |
+ |
|
57 |
+ If you use ggtree in published research, please cite: |
|
58 |
+ Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam. ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. Methods in Ecology and Evolution 2016, doi:10.1111/2041-210X.12628 |
|
54 | 59 |
|
55 | 60 |
+------------------------+-----------------------+-----------------------+--------------------+ |
56 | 61 |
| * | |
... | ... |
@@ -223,11 +223,11 @@ |
223 | 223 |
} |
224 | 224 |
</style> |
225 | 225 |
|
226 |
-<div id = 'chart371c6b358a50' class = 'rChart morris'></div> |
|
226 |
+<div id = 'chart40057afcb205' class = 'rChart morris'></div> |
|
227 | 227 |
|
228 | 228 |
<script type='text/javascript'> |
229 | 229 |
var chartParams = { |
230 |
- "element": "chart371c6b358a50", |
|
230 |
+ "element": "chart40057afcb205", |
|
231 | 231 |
"width": 800, |
232 | 232 |
"height": 400, |
233 | 233 |
"xkey": "year", |
... | ... |
@@ -241,7 +241,7 @@ |
241 | 241 |
"pubid": "HtEfBTGE9r8C" |
242 | 242 |
} |
243 | 243 |
], |
244 |
-"id": "chart371c6b358a50", |
|
244 |
+"id": "chart40057afcb205", |
|
245 | 245 |
"labels": "cites" |
246 | 246 |
}, |
247 | 247 |
chartType = "Bar" |
... | ... |
@@ -232,10 +232,10 @@ |
232 | 232 |
<!-- AddToAny END --> |
233 | 233 |
|
234 | 234 |
<p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p> |
235 |
-<p><a href="https://bioconductor.org/packages/ggtree"><img alt="releaseVersion" src="https://img.shields.io/badge/release%20version-1.6.1-blue.svg?style=flat" /></a> |
|
236 |
-<a href="https://github.com/GuangchuangYu/ggtree"><img alt="develVersion" src="https://img.shields.io/badge/devel%20version-1.7.1-blue.svg?style=flat" /></a> |
|
237 |
-<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="total" src="https://img.shields.io/badge/downloads-15734/total-blue.svg?style=flat" /></a> |
|
238 |
-<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="month" src="https://img.shields.io/badge/downloads-1678/month-blue.svg?style=flat" /></a></p> |
|
235 |
+<p><a href="https://bioconductor.org/packages/ggtree"><img alt="releaseVersion" src="https://img.shields.io/badge/release%20version-1.6.2-blue.svg?style=flat" /></a> |
|
236 |
+<a href="https://github.com/GuangchuangYu/ggtree"><img alt="develVersion" src="https://img.shields.io/badge/devel%20version-1.7.3-blue.svg?style=flat" /></a> |
|
237 |
+<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="total" src="https://img.shields.io/badge/downloads-16443/total-blue.svg?style=flat" /></a> |
|
238 |
+<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="month" src="https://img.shields.io/badge/downloads-1621/month-blue.svg?style=flat" /></a></p> |
|
239 | 239 |
<p>The <code>ggtree</code> package extending the <code>ggplot2</code> package. It based on grammar of graphics and takes all the good parts of <code>ggplot2</code>. <code>ggtree</code> is designed for not only viewing phylogenetic tree but also displaying annotation data on the tree. |
240 | 240 |
<code>ggtree</code> is released within the <a href="https://bioconductor.org/packages/ggtree/">Bioconductor</a> 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>.</p> |
241 | 241 |
<h2 id="authors"><i class="fa fa-user"></i> Authors</h2> |
... | ... |
@@ -244,7 +244,7 @@ |
244 | 244 |
<p>Please cite the following article when using <code>ggtree</code>:</p> |
245 | 245 |
<p><a href="http://dx.doi.org/10.1111/2041-210X.12628"><img alt="doi" src="https://img.shields.io/badge/doi-10.1111/2041--210X.12628-blue.svg?style=flat" /></a> |
246 | 246 |
<a href="https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-1-blue.svg?style=flat" /></a> |
247 |
-<a href="https://www.altmetric.com/details/10533079"><img alt="Altmetric" src="https://img.shields.io/badge/Altmetric-275-blue.svg?style=flat" /></a></p> |
|
247 |
+<a href="https://www.altmetric.com/details/10533079"><img alt="Altmetric" src="https://img.shields.io/badge/Altmetric-274-blue.svg?style=flat" /></a></p> |
|
248 | 248 |
<p><strong>G Yu</strong>, 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. <strong><em>Methods in Ecology and Evolution</em></strong>. <em>accepted</em>.</p> |
249 | 249 |
<h2 id="featured-articles"><i class="fa fa-pencil"></i> Featured Articles</h2> |
250 | 250 |
<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg" /></p> |
... | ... |
@@ -197,7 +197,7 @@ |
197 | 197 |
}, |
198 | 198 |
{ |
199 | 199 |
"location": "/featuredArticles/", |
200 |
- "text": "Let us know\n if you have published using \nggtree\n and your publication will be featured here.\n\n\n\n\n\n\n\n\n\n\n\n\n\n .rChart {\n display: block;\n margin-left: auto; \n margin-right: auto;\n width: 800px;\n height: 300px;\n } \n \n\n\n\n\n\n\n\n var chartParams = {\n \"element\": \"chart371c6b358a50\",\n\"width\": 800,\n\"height\": 400,\n\"xkey\": \"year\",\n\"ykeys\": [\n \"cites\" \n],\n\"data\": [\n {\n \"year\": 2016,\n\"cites\": 1,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart371c6b358a50\",\n\"labels\": \"cites\" \n},\n chartType = \"Bar\"\n new Morris[chartType](chartParams)\n\n\n\n\n 2016\n\n\nLack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient \nArabidopsis\n\n\nPlant Physiology\n May. 2016 \n\n\n\n\nRange overlap drives chromosome inversion fixation in passerine birds\n\n\nbioRxiv\n May. 2016 \nhttp://dx.doi.org/10.1101/053371\n\n\n\n\nPhenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape\n\n\nFront. Cell. Infect. Microbiol.\n Apr. 2016 \nhttp://dx.doi.org/10.3389%2Ffcimb.2016.00036\n\n\n\n\nWs-2\n Introgression in a Proportion of \nArabidopsis thaliana Col-0\n Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification\n\n\nPlant Cell\n Mar. 2016 \nhttp://dx.doi.org/10.1105/tpc.16.00053\n\n\n\n\n 2015\n\n\nThe population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens\n\n\nMolecuar Ecology\n Dec. 2015 \nhttp://dx.doi.org/10.1111/mec.13474\n\n\n\n\nGenetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015\n\n\nInfection, Genetics and Evolution\n Dec. 2015 \nhttp://dx.doi.org/10.1016/j.meegid.2015.12.006\n\n\n\n\nTrans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species\n\n\nPeerJ\n May 2015 \nhttps://doi.org/10.7717/peerj.976", |
|
200 |
+ "text": "Let us know\n if you have published using \nggtree\n and your publication will be featured here.\n\n\n\n\n\n\n\n\n\n\n\n\n\n .rChart {\n display: block;\n margin-left: auto; \n margin-right: auto;\n width: 800px;\n height: 300px;\n } \n \n\n\n\n\n\n\n\n var chartParams = {\n \"element\": \"chart40057afcb205\",\n\"width\": 800,\n\"height\": 400,\n\"xkey\": \"year\",\n\"ykeys\": [\n \"cites\" \n],\n\"data\": [\n {\n \"year\": 2016,\n\"cites\": 1,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart40057afcb205\",\n\"labels\": \"cites\" \n},\n chartType = \"Bar\"\n new Morris[chartType](chartParams)\n\n\n\n\n 2016\n\n\nLack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient \nArabidopsis\n\n\nPlant Physiology\n May. 2016 \n\n\n\n\nRange overlap drives chromosome inversion fixation in passerine birds\n\n\nbioRxiv\n May. 2016 \nhttp://dx.doi.org/10.1101/053371\n\n\n\n\nPhenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape\n\n\nFront. Cell. Infect. Microbiol.\n Apr. 2016 \nhttp://dx.doi.org/10.3389%2Ffcimb.2016.00036\n\n\n\n\nWs-2\n Introgression in a Proportion of \nArabidopsis thaliana Col-0\n Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification\n\n\nPlant Cell\n Mar. 2016 \nhttp://dx.doi.org/10.1105/tpc.16.00053\n\n\n\n\n 2015\n\n\nThe population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens\n\n\nMolecuar Ecology\n Dec. 2015 \nhttp://dx.doi.org/10.1111/mec.13474\n\n\n\n\nGenetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015\n\n\nInfection, Genetics and Evolution\n Dec. 2015 \nhttp://dx.doi.org/10.1016/j.meegid.2015.12.006\n\n\n\n\nTrans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species\n\n\nPeerJ\n May 2015 \nhttps://doi.org/10.7717/peerj.976", |
|
201 | 201 |
"title": "Featured Articles" |
202 | 202 |
}, |
203 | 203 |
{ |
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
|
5 | 5 |
<url> |
6 | 6 |
<loc>https://guangchuangyu.github.io/ggtree/</loc> |
7 |
- <lastmod>2016-10-31</lastmod> |
|
7 |
+ <lastmod>2016-11-09</lastmod> |
|
8 | 8 |
<changefreq>daily</changefreq> |
9 | 9 |
</url> |
10 | 10 |
|
... | ... |
@@ -12,7 +12,7 @@ |
12 | 12 |
|
13 | 13 |
<url> |
14 | 14 |
<loc>https://guangchuangyu.github.io/ggtree/documentation/</loc> |
15 |
- <lastmod>2016-10-31</lastmod> |
|
15 |
+ <lastmod>2016-11-09</lastmod> |
|
16 | 16 |
<changefreq>daily</changefreq> |
17 | 17 |
</url> |
18 | 18 |
|
... | ... |
@@ -20,7 +20,7 @@ |
20 | 20 |
|
21 | 21 |
<url> |
22 | 22 |
<loc>https://guangchuangyu.github.io/ggtree/faq/</loc> |
23 |
- <lastmod>2016-10-31</lastmod> |
|
23 |
+ <lastmod>2016-11-09</lastmod> |
|
24 | 24 |
<changefreq>daily</changefreq> |
25 | 25 |
</url> |
26 | 26 |
|
... | ... |
@@ -28,7 +28,7 @@ |
28 | 28 |
|
29 | 29 |
<url> |
30 | 30 |
<loc>https://guangchuangyu.github.io/ggtree/featuredArticles/</loc> |
31 |
- <lastmod>2016-10-31</lastmod> |
|
31 |
+ <lastmod>2016-11-09</lastmod> |
|
32 | 32 |
<changefreq>daily</changefreq> |
33 | 33 |
</url> |
34 | 34 |
|
... | ... |
@@ -37,49 +37,49 @@ |
37 | 37 |
|
38 | 38 |
<url> |
39 | 39 |
<loc>https://guangchuangyu.github.io/ggtree/ChIPseeker/</loc> |
40 |
- <lastmod>2016-10-31</lastmod> |
|
40 |
+ <lastmod>2016-11-09</lastmod> |
|
41 | 41 |
<changefreq>daily</changefreq> |
42 | 42 |
</url> |
43 | 43 |
|
44 | 44 |
<url> |
45 | 45 |
<loc>https://guangchuangyu.github.io/ggtree/clusterProfiler/</loc> |
46 |
- <lastmod>2016-10-31</lastmod> |
|
46 |
+ <lastmod>2016-11-09</lastmod> |
|
47 | 47 |
<changefreq>daily</changefreq> |
48 | 48 |
</url> |
49 | 49 |
|
50 | 50 |
<url> |
51 | 51 |
<loc>https://guangchuangyu.github.io/ggtree/DOSE/</loc> |
52 |
- <lastmod>2016-10-31</lastmod> |
|
52 |
+ <lastmod>2016-11-09</lastmod> |
|
53 | 53 |
<changefreq>daily</changefreq> |
54 | 54 |
</url> |
55 | 55 |
|
56 | 56 |
<url> |
57 | 57 |
<loc>https://guangchuangyu.github.io/ggtree/emojifont/</loc> |
58 |
- <lastmod>2016-10-31</lastmod> |
|
58 |
+ <lastmod>2016-11-09</lastmod> |
|
59 | 59 |
<changefreq>daily</changefreq> |
60 | 60 |
</url> |
61 | 61 |
|
62 | 62 |
<url> |
63 | 63 |
<loc>https://guangchuangyu.github.io/ggtree/ggtree/</loc> |
64 |
- <lastmod>2016-10-31</lastmod> |
|
64 |
+ <lastmod>2016-11-09</lastmod> |
|
65 | 65 |
<changefreq>daily</changefreq> |
66 | 66 |
</url> |
67 | 67 |
|
68 | 68 |
<url> |
69 | 69 |
<loc>https://guangchuangyu.github.io/ggtree/GOSemSim/</loc> |
70 |
- <lastmod>2016-10-31</lastmod> |
|
70 |
+ <lastmod>2016-11-09</lastmod> |
|
71 | 71 |
<changefreq>daily</changefreq> |
72 | 72 |
</url> |
73 | 73 |
|
74 | 74 |
<url> |
75 | 75 |
<loc>https://guangchuangyu.github.io/ggtree/meshes/</loc> |
76 |
- <lastmod>2016-10-31</lastmod> |
|
76 |
+ <lastmod>2016-11-09</lastmod> |
|
77 | 77 |
<changefreq>daily</changefreq> |
78 | 78 |
</url> |
79 | 79 |
|
80 | 80 |
<url> |
81 | 81 |
<loc>https://guangchuangyu.github.io/ggtree/ReactomePA/</loc> |
82 |
- <lastmod>2016-10-31</lastmod> |
|
82 |
+ <lastmod>2016-11-09</lastmod> |
|
83 | 83 |
<changefreq>daily</changefreq> |
84 | 84 |
</url> |
85 | 85 |
|
... | ... |
@@ -36,10 +36,10 @@ |
36 | 36 |
} |
37 | 37 |
</style> |
38 | 38 |
|
39 |
-<div id = 'chart371c6b358a50' class = 'rChart morris'></div> |
|
39 |
+<div id = 'chart40057afcb205' class = 'rChart morris'></div> |
|
40 | 40 |
<script type='text/javascript'> |
41 | 41 |
var chartParams = { |
42 |
- "element": "chart371c6b358a50", |
|
42 |
+ "element": "chart40057afcb205", |
|
43 | 43 |
"width": 800, |
44 | 44 |
"height": 400, |
45 | 45 |
"xkey": "year", |
... | ... |
@@ -53,7 +53,7 @@ |
53 | 53 |
"pubid": "HtEfBTGE9r8C" |
54 | 54 |
} |
55 | 55 |
], |
56 |
-"id": "chart371c6b358a50", |
|
56 |
+"id": "chart40057afcb205", |
|
57 | 57 |
"labels": "cites" |
58 | 58 |
}, |
59 | 59 |
chartType = "Bar" |
... | ... |
@@ -15,10 +15,10 @@ |
15 | 15 |
|
16 | 16 |
<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"> |
17 | 17 |
|
18 |
-[](https://bioconductor.org/packages/ggtree) |
|
19 |
-[](https://github.com/GuangchuangYu/ggtree) |
|
20 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
21 |
-[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
18 |
+[](https://bioconductor.org/packages/ggtree) |
|
19 |
+[](https://github.com/GuangchuangYu/ggtree) |
|
20 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
21 |
+[](https://bioconductor.org/packages/stats/bioc/ggtree) |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
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. |
... | ... |
@@ -35,7 +35,7 @@ Please cite the following article when using `ggtree`: |
35 | 35 |
|
36 | 36 |
[](http://dx.doi.org/10.1111/2041-210X.12628) |
37 | 37 |
[](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627) |
38 |
-[](https://www.altmetric.com/details/10533079) |
|
38 |
+[](https://www.altmetric.com/details/10533079) |
|
39 | 39 |
|
40 | 40 |
__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*__. *accepted*. |
41 | 41 |
|