Browse code

new logo using hexSticker

guangchuang yu authored on 13/03/2017 10:40:21
Showing 16 changed files

... ...
@@ -11,3 +11,4 @@ mkdocs
11 11
 docs
12 12
 logo.png.github
13 13
 .github
14
+ggtree_sticker.R
... ...
@@ -66,12 +66,14 @@ subview <- function(mainview, subview, x, y, width=.1, height=.1) {
66 66
     xrng <- diff(xrng)
67 67
     yrng <- diff(yrng)
68 68
 
69
-    if (!any(class(subview) %in% c("ggplot", "grob", "character"))) {
69
+    if (!any(class(subview) %in% c("ggplot", "trellis", "grob", "character"))) {
70 70
         stop("subview should be a ggplot or grob object, or an image file...")
71 71
     }
72 72
 
73 73
     if (is(subview, "ggplot")) {
74 74
         sv <- ggplotGrob(subview)
75
+    } else if (is(subview, "trellis")) {
76
+        sv <- grid::grid.grabExpr(print(subview))
75 77
     } else if (is(subview, "grob")) {
76 78
         sv <- subview
77 79
     } else if (file.exists(subview)) {
... ...
@@ -15,7 +15,7 @@ library("txtplot")
15 15
 library("ypages")
16 16
 ```
17 17
 
18
-<img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
18
+<img src="https://guangchuangyu.github.io/ggtree/ggtree.png" height="128", align="right" />
19 19
 
20 20
 
21 21
 `r badge_bioc_release("ggtree", "green")`
... ...
@@ -2,9 +2,9 @@
2 2
 ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data
3 3
 ===========================================================================================================================
4 4
 
5
-<img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
5
+<img src="https://guangchuangyu.github.io/ggtree/ggtree.png" height="128", align="right" />
6 6
 
7
-[![](https://img.shields.io/badge/release%20version-1.6.10-green.svg?style=flat)](https://bioconductor.org/packages/ggtree) [![](https://img.shields.io/badge/devel%20version-1.7.9-green.svg?style=flat)](https://github.com/guangchuangyu/ggtree) [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [![](https://img.shields.io/badge/download-12746/total-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree) [![](https://img.shields.io/badge/download-967/month-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
7
+[![](https://img.shields.io/badge/release%20version-1.6.10-green.svg?style=flat)](https://bioconductor.org/packages/ggtree) [![](https://img.shields.io/badge/devel%20version-1.7.10-green.svg?style=flat)](https://github.com/guangchuangyu/ggtree) [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/ggtree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/ggtree.html#since) [![](https://img.shields.io/badge/download-12746/total-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree) [![](https://img.shields.io/badge/download-967/month-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
8 8
 
9 9
 [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![codecov](https://codecov.io/gh/GuangchuangYu/ggtree/branch/master/graph/badge.svg)](https://codecov.io/gh/GuangchuangYu/ggtree) [![Last-changedate](https://img.shields.io/badge/last%20change-2017--03--13-green.svg)](https://github.com/GuangchuangYu/ggtree/commits/master) [![GitHub forks](https://img.shields.io/github/forks/GuangchuangYu/ggtree.svg)](https://github.com/GuangchuangYu/ggtree/network) [![GitHub stars](https://img.shields.io/github/stars/GuangchuangYu/ggtree.svg)](https://github.com/GuangchuangYu/ggtree/stargazers) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://awesome-r.com/#awesome-r-graphic-displays)
10 10
 
... ...
@@ -220,7 +220,7 @@
220 220
 <p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p>
221 221
 <p><a href="https://github.com/GuangchuangYu/featured_img">Let us know</a> if you have
222 222
 published using <code>ggtree</code> and your publication will be featured here.</p>
223
-<p><a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat" /></a>
223
+<p><a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat" /></a>
224 224
 <link rel='stylesheet' href=https://guangchuangyu.github.io/resume/css/morris.css>
225 225
 <script src='https://guangchuangyu.github.io/resume/css/jquery.min.js' type='text/javascript'></script>
226 226
 <script src='https://guangchuangyu.github.io/resume/css/raphael-min.js' type='text/javascript'></script>
... ...
@@ -234,12 +234,12 @@ published using <code>ggtree</code> and your publication will be featured here.<
234 234
     height: 300px;
235 235
   }<br />
236 236
   </style>
237
-<div id="chart8dfef1a8f3b" class="rChart morris"></p>
237
+<div id="chart576124eca87f" class="rChart morris"></p>
238 238
 </div>
239 239
 
240 240
 <script type='text/javascript'>
241 241
     var chartParams = {
242
- "element": "chart8dfef1a8f3b",
242
+ "element": "chart576124eca87f",
243 243
 "width":            800,
244 244
 "height":            400,
245 245
 "xkey": "year",
... ...
@@ -254,11 +254,11 @@ published using <code>ggtree</code> and your publication will be featured here.<
254 254
 },
255 255
 {
256 256
  "year": 2017,
257
-"cites":              7,
257
+"cites":              8,
258 258
 "pubid": "HtEfBTGE9r8C" 
259 259
 } 
260 260
 ],
261
-"id": "chart8dfef1a8f3b",
261
+"id": "chart576124eca87f",
262 262
 "labels": "cites" 
263 263
 },
264 264
       chartType = "Bar"
... ...
@@ -218,7 +218,7 @@
218 218
 <!-- AddToAny END -->
219 219
 
220 220
 <p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p>
221
-<p><a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat" /></a></p>
221
+<p><a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat" /></a></p>
222 222
 <!-- citation:=HtEfBTGE9r8C:=7268358477862164627 -->
223 223
 
224 224
 <h2 id="journal-articles"><i class="fa fa-mortar-board"></i> Journal Articles</h2>
225 225
new file mode 100644
226 226
Binary files /dev/null and b/docs/ggtree.png differ
... ...
@@ -229,13 +229,13 @@
229 229
 
230 230
 <!-- AddToAny END -->
231 231
 
232
-<p><img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" /></p>
232
+<p><img src="https://guangchuangyu.github.io/ggtree/ggtree.png" height="128", align="right" /></p>
233 233
 <p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
234 234
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.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.10-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.9-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-12364/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-932/month-blue.svg?style=flat" /></a></p>
235
+<p><a href="https://bioconductor.org/packages/ggtree"><img alt="" src="https://img.shields.io/badge/release%20version-1.6.10-blue.svg?style=flat" /></a>
236
+<a href="https://github.com/guangchuangyu/ggtree"><img alt="" src="https://img.shields.io/badge/devel%20version-1.7.10-blue.svg?style=flat" /></a>
237
+<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="" src="https://img.shields.io/badge/download-12746/total-blue.svg?style=flat" /></a>
238
+<a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="" src="https://img.shields.io/badge/download-967/month-blue.svg?style=flat" /></a></p>
239 239
 <p>The <code>ggtree</code> package extending the <em>ggplot2</em> package. It based on
240 240
 grammar of graphics and takes all the good parts of <em>ggplot2</em>. <em>ggtree</em>
241 241
 is designed for not only viewing phylogenetic tree but also displaying
... ...
@@ -255,9 +255,9 @@ University of Hong Kong.</p>
255 255
 <a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a></p>
256 256
 <h2 id="citation"><i class="fa fa-book"></i> Citation</h2>
257 257
 <p>Please cite the following article when using <code>ggtree</code>:</p>
258
-<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>
259
-<a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat" /></a>
260
-<a href="https://www.altmetric.com/details/10533079"><img alt="Altmetric" src="https://img.shields.io/badge/Altmetric-352-blue.svg?style=flat" /></a></p>
258
+<p><a href="http://dx.doi.org/10.1111/2041-210X.12628"><img alt="" src="https://img.shields.io/badge/doi-10.1111/2041--210X.12628-blue.svg?style=flat" /></a>
259
+<a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat" /></a>
260
+<a href="https://www.altmetric.com/details/10533079"><img alt="" src="https://img.shields.io/badge/Altmetric-351-blue.svg?style=flat" /></a></p>
261 261
 <p><strong>G Yu</strong>, DK Smith, H Zhu, Y Guan, TTY Lam<sup>*</sup>. ggtree: an R
262 262
 package for visualization and annotation of phylogenetic trees with
263 263
 their covariates and other associated data. <strong><em>Methods in Ecology and
... ...
@@ -217,7 +217,7 @@
217 217
         }, 
218 218
         {
219 219
             "location": "/featuredArticles/", 
220
-            "text": "Let us know\n if you have\npublished 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  }<br />\n  \n\n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart8dfef1a8f3b\",\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 \"year\": 2017,\n\"cites\":              7,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart8dfef1a8f3b\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n\n\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals\nquantitative signatures of immune senescence and\naging\n. \nPNAS\n, 2017\n\n\nGut metagenomes of type 2 diabetic patients have characteristic\nsingle-nucleotide polymorphism distribution in \nBacteroides\ncoprocola\n.\n\nMicrobiome\n, 2017, 5:15\n\n\n 2016\n\n\nFunction and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate\nTransferases and Their Diversity in the Proximal Colon of\nSwine\n. \nApplied and\nEnvironmental Microbiology\n. 2016,82(22):6788-6798.", 
220
+            "text": "Let us know\n if you have\npublished 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  }<br />\n  \n\n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart576124eca87f\",\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 \"year\": 2017,\n\"cites\":              8,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart576124eca87f\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n\n\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals\nquantitative signatures of immune senescence and\naging\n. \nPNAS\n, 2017\n\n\nGut metagenomes of type 2 diabetic patients have characteristic\nsingle-nucleotide polymorphism distribution in \nBacteroides\ncoprocola\n.\n\nMicrobiome\n, 2017, 5:15\n\n\n 2016\n\n\nFunction and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate\nTransferases and Their Diversity in the Proximal Colon of\nSwine\n. \nApplied and\nEnvironmental Microbiology\n. 2016,82(22):6788-6798.", 
221 221
             "title": "Featured Articles"
222 222
         }, 
223 223
         {
... ...
@@ -4,7 +4,7 @@
4 4
     
5 5
     <url>
6 6
      <loc>https://guangchuangyu.github.io/ggtree/</loc>
7
-     <lastmod>2017-03-08</lastmod>
7
+     <lastmod>2017-03-13</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>2017-03-08</lastmod>
15
+     <lastmod>2017-03-13</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>2017-03-08</lastmod>
23
+     <lastmod>2017-03-13</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>2017-03-08</lastmod>
31
+     <lastmod>2017-03-13</lastmod>
32 32
      <changefreq>daily</changefreq>
33 33
     </url>
34 34
     
... ...
@@ -36,7 +36,7 @@
36 36
     
37 37
     <url>
38 38
      <loc>https://guangchuangyu.github.io/ggtree/gallery/</loc>
39
-     <lastmod>2017-03-08</lastmod>
39
+     <lastmod>2017-03-13</lastmod>
40 40
      <changefreq>daily</changefreq>
41 41
     </url>
42 42
     
... ...
@@ -45,55 +45,55 @@
45 45
         
46 46
     <url>
47 47
      <loc>https://guangchuangyu.github.io/ggtree/ChIPseeker/</loc>
48
-     <lastmod>2017-03-08</lastmod>
48
+     <lastmod>2017-03-13</lastmod>
49 49
      <changefreq>daily</changefreq>
50 50
     </url>
51 51
         
52 52
     <url>
53 53
      <loc>https://guangchuangyu.github.io/ggtree/clusterProfiler/</loc>
54
-     <lastmod>2017-03-08</lastmod>
54
+     <lastmod>2017-03-13</lastmod>
55 55
      <changefreq>daily</changefreq>
56 56
     </url>
57 57
         
58 58
     <url>
59 59
      <loc>https://guangchuangyu.github.io/ggtree/DOSE/</loc>
60
-     <lastmod>2017-03-08</lastmod>
60
+     <lastmod>2017-03-13</lastmod>
61 61
      <changefreq>daily</changefreq>
62 62
     </url>
63 63
         
64 64
     <url>
65 65
      <loc>https://guangchuangyu.github.io/ggtree/emojifont/</loc>
66
-     <lastmod>2017-03-08</lastmod>
66
+     <lastmod>2017-03-13</lastmod>
67 67
      <changefreq>daily</changefreq>
68 68
     </url>
69 69
         
70 70
     <url>
71 71
      <loc>https://guangchuangyu.github.io/ggtree/ggtree/</loc>
72
-     <lastmod>2017-03-08</lastmod>
72
+     <lastmod>2017-03-13</lastmod>
73 73
      <changefreq>daily</changefreq>
74 74
     </url>
75 75
         
76 76
     <url>
77 77
      <loc>https://guangchuangyu.github.io/ggtree/GOSemSim/</loc>
78
-     <lastmod>2017-03-08</lastmod>
78
+     <lastmod>2017-03-13</lastmod>
79 79
      <changefreq>daily</changefreq>
80 80
     </url>
81 81
         
82 82
     <url>
83 83
      <loc>https://guangchuangyu.github.io/ggtree/meshes/</loc>
84
-     <lastmod>2017-03-08</lastmod>
84
+     <lastmod>2017-03-13</lastmod>
85 85
      <changefreq>daily</changefreq>
86 86
     </url>
87 87
         
88 88
     <url>
89 89
      <loc>https://guangchuangyu.github.io/ggtree/ReactomePA/</loc>
90
-     <lastmod>2017-03-08</lastmod>
90
+     <lastmod>2017-03-13</lastmod>
91 91
      <changefreq>daily</changefreq>
92 92
     </url>
93 93
         
94 94
     <url>
95 95
      <loc>https://guangchuangyu.github.io/ggtree/treeio/</loc>
96
-     <lastmod>2017-03-08</lastmod>
96
+     <lastmod>2017-03-13</lastmod>
97 97
      <changefreq>daily</changefreq>
98 98
     </url>
99 99
         
100 100
new file mode 100644
... ...
@@ -0,0 +1,43 @@
1
+library(ggbio)
2
+library(biovizBase)
3
+library(Homo.sapiens)
4
+
5
+library(TxDb.Hsapiens.UCSC.hg19.knownGene)
6
+txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
7
+
8
+data(genesymbol, package = "biovizBase")
9
+wh <- genesymbol[c("BRCA1", "NBR1")]
10
+wh <- range(wh, ignore.strand = TRUE)
11
+
12
+gr.txdb <- crunch(txdb, which = wh)
13
+## change column to  model
14
+colnames(values(gr.txdb))[4] <- "model"
15
+grl <- split(gr.txdb, gr.txdb$tx_id)
16
+## fake some randome names
17
+set.seed(2016-10-25)
18
+names(grl) <- sample(LETTERS, size = length(grl), replace = TRUE)
19
+
20
+
21
+## the random tree
22
+
23
+library(ggtree)
24
+n <- names(grl) %>% unique %>% length
25
+set.seed(2016-10-25)
26
+tr <- rtree(n)
27
+set.seed(2016-10-25)
28
+tr$tip.label = sample(unique(names(grl)), n)
29
+
30
+p <- ggtree(tr, color='grey') + geom_tiplab(align=T, linesize=.05,
31
+                                            linetype='dashed', size=1.2, color='grey')
32
+
33
+##  align the alignment with tree
34
+p2 <- facet_plot(p, 'Alignment', grl, geom_alignment, inherit.aes=FALSE,
35
+                 alpha=.6, size=.1, mapping=aes(), color='grey', extend.size=.1)
36
+p2 <- p2 + theme_transparent() + theme(strip.text = element_blank())+xlim_tree(3.4)
37
+
38
+
39
+#################################
40
+library(hexSticker)
41
+sticker(p2, package="ggtree", p_x=1, p_y=1.5, p_size=9, s_x=.85, s_y = .68, s_width=.95, s_height=.65,
42
+        h_color="#2C3E50", h_fill="#2574A9", filename="docs/ggtree.png")
43
+
0 44
deleted file mode 100644
1 45
Binary files a/logo.png and /dev/null differ
... ...
@@ -24,7 +24,7 @@ output:
24 24
 [Let us know](https://github.com/GuangchuangYu/featured_img) if you have
25 25
 published using `ggtree` and your publication will be featured here.
26 26
 
27
-[![citation](https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
27
+[![citation](https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
28 28
 <link rel='stylesheet' href=https://guangchuangyu.github.io/resume/css/morris.css>
29 29
 <script src='https://guangchuangyu.github.io/resume/css/jquery.min.js' type='text/javascript'></script>
30 30
 <script src='https://guangchuangyu.github.io/resume/css/raphael-min.js' type='text/javascript'></script>
... ...
@@ -38,13 +38,13 @@ published using `ggtree` and your publication will be featured here.
38 38
     height: 300px;
39 39
   }  
40 40
   </style>
41
-<div id="chart8dfef1a8f3b" class="rChart morris">
41
+<div id="chart576124eca87f" class="rChart morris">
42 42
 
43 43
 </div>
44 44
 
45 45
 <script type='text/javascript'>
46 46
     var chartParams = {
47
- "element": "chart8dfef1a8f3b",
47
+ "element": "chart576124eca87f",
48 48
 "width":            800,
49 49
 "height":            400,
50 50
 "xkey": "year",
... ...
@@ -59,11 +59,11 @@ published using `ggtree` and your publication will be featured here.
59 59
 },
60 60
 {
61 61
  "year": 2017,
62
-"cites":              7,
62
+"cites":              8,
63 63
 "pubid": "HtEfBTGE9r8C" 
64 64
 } 
65 65
 ],
66
-"id": "chart8dfef1a8f3b",
66
+"id": "chart576124eca87f",
67 67
 "labels": "cites" 
68 68
 },
69 69
       chartType = "Bar"
... ...
@@ -21,7 +21,7 @@ output:
21 21
 <!-- AddToAny END -->
22 22
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
23 23
 
24
-[![citation](https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
24
+[![citation](https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
25 25
 
26 26
 <!-- citation:=HtEfBTGE9r8C:=7268358477862164627 -->
27 27
 <i class="fa fa-mortar-board"></i> Journal Articles
... ...
@@ -22,15 +22,15 @@ ggtree: visualization and annotation of phylogenetic trees
22 22
 
23 23
 <script async src="//static.addtoany.com/menu/page.js"></script>
24 24
 <!-- AddToAny END -->
25
-<img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
25
+<img src="https://guangchuangyu.github.io/ggtree/ggtree.png" height="128", align="right" />
26 26
 
27 27
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
28 28
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css">
29 29
 
30
-[![releaseVersion](https://img.shields.io/badge/release%20version-1.6.10-blue.svg?style=flat)](https://bioconductor.org/packages/ggtree)
31
-[![develVersion](https://img.shields.io/badge/devel%20version-1.7.9-blue.svg?style=flat)](https://github.com/guangchuangyu/ggtree)
32
-[![total](https://img.shields.io/badge/downloads-12364/total-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
33
-[![month](https://img.shields.io/badge/downloads-932/month-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
30
+[![](https://img.shields.io/badge/release%20version-1.6.10-blue.svg?style=flat)](https://bioconductor.org/packages/ggtree)
31
+[![](https://img.shields.io/badge/devel%20version-1.7.10-blue.svg?style=flat)](https://github.com/guangchuangyu/ggtree)
32
+[![](https://img.shields.io/badge/download-12746/total-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
33
+[![](https://img.shields.io/badge/download-967/month-blue.svg?style=flat)](https://bioconductor.org/packages/stats/bioc/ggtree)
34 34
 
35 35
 The `ggtree` package extending the *ggplot2* package. It based on
36 36
 grammar of graphics and takes all the good parts of *ggplot2*. *ggtree*
... ...
@@ -59,9 +59,9 @@ University of Hong Kong.
59 59
 
60 60
 Please cite the following article when using `ggtree`:
61 61
 
62
-[![doi](https://img.shields.io/badge/doi-10.1111/2041--210X.12628-blue.svg?style=flat)](http://dx.doi.org/10.1111/2041-210X.12628)
63
-[![citation](https://img.shields.io/badge/cited%20by-8-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
64
-[![Altmetric](https://img.shields.io/badge/Altmetric-352-blue.svg?style=flat)](https://www.altmetric.com/details/10533079)
62
+[![](https://img.shields.io/badge/doi-10.1111/2041--210X.12628-blue.svg?style=flat)](http://dx.doi.org/10.1111/2041-210X.12628)
63
+[![citation](https://img.shields.io/badge/cited%20by-9-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
64
+[![](https://img.shields.io/badge/Altmetric-351-blue.svg?style=flat)](https://www.altmetric.com/details/10533079)
65 65
 
66 66
 **G Yu**, DK Smith, H Zhu, Y Guan, TTY Lam<sup>\*</sup>. ggtree: an R
67 67
 package for visualization and annotation of phylogenetic trees with
... ...
@@ -16,7 +16,7 @@ html_preview: false
16 16
 library("ypages")
17 17
 ```
18 18
 
19
-<img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
19
+<img src="https://guangchuangyu.github.io/ggtree/ggtree.png" height="128", align="right" />
20 20
 
21 21
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
22 22
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css">