... | ... |
@@ -31,13 +31,3 @@ |
31 | 31 |
+ extend `gheatmap` to support collapsed nodes |
32 | 32 |
- <https://github.com/GuangchuangYu/ggtree/pull/243> |
33 | 33 |
|
34 |
-# Shuangbin Xu |
|
35 |
- |
|
36 |
-+ update `geom_taxalink` to support data frame and aesthetic mapping |
|
37 |
- - <https://github.com/YuLab-SMU/ggtree/pull/324> |
|
38 |
-+ update `geom_taxalink` to support circular layout tree |
|
39 |
- - <https://github.com/YuLab-SMU/ggtree/pull/321> |
|
40 |
- - <https://github.com/YuLab-SMU/ggtree/pull/323> |
|
41 |
-+ `horizontal` parameter for `geom_cladelabel` |
|
42 |
- - <https://github.com/YuLab-SMU/ggtree/pull/309> |
|
43 |
- |
|
44 | 34 |
\ No newline at end of file |
... | ... |
@@ -33,6 +33,8 @@ |
33 | 33 |
|
34 | 34 |
# Shuangbin Xu |
35 | 35 |
|
36 |
++ update `geom_taxalink` to support data frame and aesthetic mapping |
|
37 |
+ - <https://github.com/YuLab-SMU/ggtree/pull/324> |
|
36 | 38 |
+ update `geom_taxalink` to support circular layout tree |
37 | 39 |
- <https://github.com/YuLab-SMU/ggtree/pull/321> |
38 | 40 |
- <https://github.com/YuLab-SMU/ggtree/pull/323> |
... | ... |
@@ -35,6 +35,7 @@ |
35 | 35 |
|
36 | 36 |
+ update `geom_taxalink` to support circular layout tree |
37 | 37 |
- <https://github.com/YuLab-SMU/ggtree/pull/321> |
38 |
+ - <https://github.com/YuLab-SMU/ggtree/pull/323> |
|
38 | 39 |
+ `horizontal` parameter for `geom_cladelabel` |
39 | 40 |
- <https://github.com/YuLab-SMU/ggtree/pull/309> |
40 | 41 |
|
41 | 42 |
\ No newline at end of file |
... | ... |
@@ -33,6 +33,8 @@ |
33 | 33 |
|
34 | 34 |
# Shuangbin Xu |
35 | 35 |
|
36 |
++ update `geom_taxalink` to support circular layout tree |
|
37 |
+ - <https://github.com/YuLab-SMU/ggtree/pull/321> |
|
36 | 38 |
+ `horizontal` parameter for `geom_cladelabel` |
37 | 39 |
- <https://github.com/YuLab-SMU/ggtree/pull/309> |
38 | 40 |
|
39 | 41 |
\ No newline at end of file |
... | ... |
@@ -30,3 +30,9 @@ |
30 | 30 |
|
31 | 31 |
+ extend `gheatmap` to support collapsed nodes |
32 | 32 |
- <https://github.com/GuangchuangYu/ggtree/pull/243> |
33 |
+ |
|
34 |
+# Shuangbin Xu |
|
35 |
+ |
|
36 |
++ `horizontal` parameter for `geom_cladelabel` |
|
37 |
+ - <https://github.com/YuLab-SMU/ggtree/pull/309> |
|
38 |
+ |
|
33 | 39 |
\ No newline at end of file |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
# Bradley Jones |
2 | 2 |
|
3 | 3 |
+ ape unrooted layout |
4 |
- - <https://github.com/YuLab-SMU/ggtree/issues/272> |
|
4 |
+ - <https://github.com/YuLab-SMU/ggtree/pull/273> |
|
5 | 5 |
+ `ggdensitree` function |
6 | 6 |
- <https://github.com/YuLab-SMU/ggtree/pull/253> |
7 | 7 |
+ made data usable with treedata in 'equal_angle' and 'daylight' layouts |
... | ... |
@@ -29,4 +29,4 @@ |
29 | 29 |
# Ruizhu Huang |
30 | 30 |
|
31 | 31 |
+ extend `gheatmap` to support collapsed nodes |
32 |
- - <https://github.com/GuangchuangYu/ggtree/pull/243> |
|
33 | 32 |
\ No newline at end of file |
33 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/243> |
... | ... |
@@ -22,3 +22,7 @@ |
22 | 22 |
- <https://github.com/GuangchuangYu/ggtree/pull/165> |
23 | 23 |
- <https://github.com/GuangchuangYu/ggtree/pull/169> |
24 | 24 |
|
25 |
+# Ruizhu Huang |
|
26 |
+ |
|
27 |
++ extend `gheatmap` to support collapsed nodes |
|
28 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/243> |
|
25 | 29 |
\ No newline at end of file |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+# Bradley Jones |
|
2 |
+ |
|
3 |
++ made data usable with treedata in 'equal_angle' and 'daylight' layouts |
|
4 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/201> |
|
1 | 5 |
|
2 | 6 |
# Justin Silverman |
3 | 7 |
|
... | ... |
@@ -17,3 +21,4 @@ |
17 | 21 |
+ Refactor layoutDaylight |
18 | 22 |
- <https://github.com/GuangchuangYu/ggtree/pull/165> |
19 | 23 |
- <https://github.com/GuangchuangYu/ggtree/pull/169> |
24 |
+ |
... | ... |
@@ -1,13 +1,19 @@ |
1 | 1 |
|
2 |
-Justin Silverman |
|
2 |
+# Justin Silverman |
|
3 |
+ |
|
3 | 4 |
+ `geom_balance` |
4 | 5 |
- <https://github.com/GuangchuangYu/ggtree/pull/64> |
5 | 6 |
|
6 |
-JustGitting |
|
7 |
+# JustGitting |
|
8 |
+ |
|
7 | 9 |
+ Annotation functions (`geom_hilight_encircle` & `geom_cladelabel2`) for |
8 | 10 |
unrooted layout |
9 | 11 |
- <https://github.com/GuangchuangYu/ggtree/pull/152> |
10 | 12 |
+ Add daylight layout for unrooted trees |
11 | 13 |
- <https://github.com/GuangchuangYu/ggtree/pull/124> |
14 |
+ |
|
15 |
+# Watal M. Iwasaki |
|
16 |
+ |
|
17 |
++ Refactor layoutDaylight |
|
18 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/165> |
|
19 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/169> |
... | ... |
@@ -6,5 +6,8 @@ Justin Silverman |
6 | 6 |
|
7 | 7 |
JustGitting |
8 | 8 |
---------------- |
9 |
-+ `Add daylight layout for unrooted trees` |
|
10 |
- - <https://github.com/GuangchuangYu/ggtree/pull/124> |
|
11 | 9 |
\ No newline at end of file |
10 |
++ Annotation functions (`geom_hilight_encircle` & `geom_cladelabel2`) for |
|
11 |
+ unrooted layout |
|
12 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/152> |
|
13 |
++ Add daylight layout for unrooted trees |
|
14 |
+ - <https://github.com/GuangchuangYu/ggtree/pull/124> |
Merge branch 'master' of https://github.com/JustGitting/ggtree
# Conflicts:
# R/geom_cladelabel.R
# R/tidytree.R
Fixed layoutDaylight ave_change calculation.
Fixed bug in getTreeArcAngles() for cases where the branch root node and origin node are the same.
Added getNodeEuclDistances() function.
Fixed isTip() function to check if nodes has children, instead of checking of the data variable had the isTip field set.