Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this species tree, there are two extra lineages in branch between node (a, b) and the root, and one extra lineage in branch between node (c, d) and the root. All other branches have 0 extra lineages.

Usage

Code Block
langhtml
infer_STinferST_MDC {gene_tree_ident1 [, gene_tree_ident2...]} [-e proportion] [-x] [-b threshold] [-a taxa map] [-ur] [-t time] [result output file]

...

Code Block
langhtml
#NEXUS

BEGIN NETWORKS;

Network g1 = ((((a1::.5,b1::.5)::.5,c::.5)::.5,d::.5)::.5,e::.5)::.5;
Network g2 = ((a2::.5,b2::.5)::.5,((c::.5,e::.5)::.5,d::.5)::.5)::.5;
Network g3 = ((a::.5,c::.5)::.5,((b::.5,e::.5)::.5,d::.5)::.5)::.5;

END;


BEGIN PHYLONET;

Infer_STInferST_MDC (g1, g2, g3) -b .5 -e .2 -x -ur -t 1 -a <z:a1,a2,a; y:b1,b2,b; c:c; d:d; e:e>;

END;

...