#nexus BEGIN Taxa; DIMENSIONS ntax=6; TAXLABELS [1] 'A' [2] 'B' [3] 'C' [4] 'D' [5] 'E' [6] 'F' ; END; [Taxa] BEGIN Distances; DIMENSIONS ntax=6; FORMAT labels=left diagonal triangle=lower; MATRIX [1] 'A' 0.0 [2] 'B' 9.0 0.0 [3] 'C' 7.0 5.0 0.0 [4] 'D' 9.0 5.0 5.0 0.0 [5] 'E' 7.0 9.0 7.0 9.0 0.0 [6] 'F' 9.0 5.0 5.0 3.0 9.0 0.0 ; END; [Distances] BEGIN Splits; DIMENSIONS ntax=6 nsplits=9; FORMAT labels=no weights=yes confidences=no intervals=no; PROPERTIES fit=100.0 compatible; CYCLE 1 5 6 4 2 3; MATRIX [1, size=1] 1.5 1 2 3 4 5, [2, size=1] 3.5 1 2 3 4 6, [3, size=1] 1.5 1 2 3 5 6, [4, size=2] 1.0 1 2 3 5, [5, size=1] 1.5 1 2 4 5 6, [6, size=1] 2.5 1 3 4 5 6, [7, size=3] 1.0 1 3 5, [8, size=2] 2.0 1 5, [9, size=1] 3.5 1, ; END; [Splits] BEGIN Network; DIMENSIONS ntax=6 nvertices=10 nedges=9; DRAW to_scale; TRANSLATE 2 'A', 3 'E', 4 'F', 5 'D', 6 'B', 7 'C', ; VERTICES 1 -3.5 0.0 s=n, 2 0.0 0.0 w=2 h=2, 3 -1.75 3.0310888 w=2 h=2, 4 -7.8480763 0.7990381 w=2 h=2, 5 -8.598076 -0.5 w=2 h=2, 6 -7.482051 -3.1650636 w=2 h=2, 7 -4.482051 -2.2990382 w=2 h=2, 8 -5.232051 -1.0 s=n, 9 -6.232051 -1.0 s=n, 10 -7.0980763 -0.5 s=n, ; VLABELS 2 'A' x=12 y=3 f='Dialog-PLAIN-10', 3 'E' x=3 y=13 f='Dialog-PLAIN-10', 4 'F' x=-9 y=13 f='Dialog-PLAIN-10', 5 'D' x=-19 y=3 f='Dialog-PLAIN-10', 6 'B' x=-9 y=-7 f='Dialog-PLAIN-10', 7 'C' x=3 y=-7 f='Dialog-PLAIN-10', ; EDGES 1 1 2 s=9 w=3.5, 2 1 3 s=2 w=3.5, 3 8 1 s=8 w=2.0, 4 8 7 s=5 w=1.5, 5 9 8 s=7, 6 9 6 s=6 w=2.5, 7 10 9 s=4, 8 10 4 s=1 w=1.5, 9 10 5 s=3 w=1.5, ; END; [Network] BEGIN st_Assumptions; uptodate; disttransform=SplitDecomposition; splitstransform=EqualAngle; SplitsPostProcess filter=dimension value=4; autolayoutnodelabels; END; [st_Assumptions]