Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Refines and root gene trees with respect to a rooted binary species tree under MDC criterion [. The input gene trees must be specified in the rich newick format Rich Newick Format. Gene trees must can be either rooted or unrooted. Gene losses are allowed. The generated output trees will also be generated in the rich newick format. Multiple species trees may be specified in which case the tool will run in batch mode with one execution of each species tree and set of gene trees.

Usage

Code Block
langhtml


Process_GT {species_tree_ident1 [, species_tree_ident2...]} {gene_tree_ident1 [, gene_tree_ident2...]} [-u] [-b threshold] [-a taxa map] [result output file]

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="97c9abe7-9479-4eed-bd71-55fac2d36192"><ac:plain-text-body><![CDATA[

{species_tree_ident1 [, species_tree_ident2...]}

Comma delimited set of species tree identifiers.

mandatory

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f1ea44aa-9da3-49f0-94f4-8a61d696810e"><ac:plain-text-body><![CDATA[

{gene_tree_ident1 [, gene_tree_ident2...]}

Comma delimited set of gene tree identifiers. See details.

mandatory]]></ac:plain-text-body></ac:structured-macro>

-u

Treat gene trees as unrooted.

optional

-b threshold

Specifies bootstrap threshold. Edges in the gene trees that have support lower than threshold will be contracted.

optional

-a taxa map

Gene tree / species tree taxa association.

optional

result output file

Optional file destination for command output.

optional

...

Examples

Code Block
langhtml

#NEXUS

BEGIN TREES;

Tree speceiesTree = ((((a:1,b:2),c:3),d:4),e:5);
Tree geneTree1 = (((a:1,b:2,c:3),d:4),e:5);
END;


BEGIN PHYLONET;

ProcessGT {speceiesTree, speceiesTree} {geneTree1};

END;

Command Refernces

  • C. Y. Yu, T. Warnow, and L. Nakhleh. Algorithms for mdcMDC-based multi-locus phylogeny inference. _The 15th Annual International Conference on Research in Computational
    Molecular Biology (RECOMB)_, pages 531–545531--545, 2011. LNBI 6577.

See Also

...