You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Infers the species tree by GLASS. The gene trees must be specified in the rich newick format. The generated output trees will also be generated in the rich newick format.

Usage


infer_st {gene_tree_ident1 [, gene_tree_ident2...]} [result output file]

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="738c0d90-d537-4156-b418-b12581f3c801"><ac:plain-text-body><![CDATA[

gene_tree_ident1 [, gene_tree_ident2...]

Comma delimited set of gene tree identifiers.

mandatory

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

-a taxa map

Gene tree / species tree taxa association.

optional

result output file

Optional file destination for command output.

optional

Specified gene trees must have branch length. By default, it is assumed that only one individual is sampled per species in gene trees. However, the option -a [ allows multiple alleles to be sampled.

Examples

#NEXUS

BEGIN NETWORKS;

Network g1 = ((((a,b),c),d),e);
Network g2 = ((((a,b),c),d),e);
Network g3 = ((((a,b),c),d),e);
Network g4 = ((a,b),((c,e),d));
Network g5 = ((a,c),((b,e),d));
Network g6 = ((((a,b),c),d),e);
Network g7 = ((a,b),((c,e),d));
END;


BEGIN PHYLONET;

Infer_ST_DV (g1, g2, g3, g4, g5, g6, g7);

END;

See Also

  • No labels