-
Notifications
You must be signed in to change notification settings - Fork 23
PB Split polytomies
Steve Bond edited this page Oct 2, 2015
·
7 revisions
Breaks up all polytomies so each node is bifurcated. The shape of the new subtree created from a polytomy is randomly determined and the distance between the new nodes is kept very small.
(A:1.0,(B:1.0,C:1.0,D:1.0):1.0):1.0;
#### tree_1 ####
/---------------------------------------------------------------------------- A
|
+ /-------------------------------------- B
| |
\-------------------------------------+-------------------------------------- C
|
\-------------------------------------- D
$: pb fir.nex -sp
(A:1.0,(D:1.0,(C:1.0,B:1.0):1e-06):1.0):1.0;
#### tree_1 ####
/---------------------------------------------------------------------------- A
+
| /--------------------------------------------------- D
\------------------------+
| /------------------------- C
\-------------------------+
\------------------------- B