Versions Compared

Key

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

...

Infer the species tree from gene trees using an greedy consensus which can deal with gene trees having multiple alleles in species and unrooted gene trees. The gene trees must be specified in the rich newick format Rich Newick Format. The generated output trees will also be generated in the rich newick format.

Usage

Code Block
langhtml


infer_STinferST_MDC {gene_tree_ident1 [, gene_tree_ident2...]} [-u] [-a taxa map] [result output file]

...

Examples

Code Block
langhtml

#NEXUS

BEGIN NETWORKS;

Network g1 = ((((a,b),c),d),e);
Network g2 = ((a,b),((c,e),d));
Network g3 = ((a,c),((b,e),d));

END;


BEGIN PHYLONET;

Infer_STInferST_MC (g1, g2, g3);

END;

See Also

...