Scroll to navigation

PHYUTILITY(1) User Commands PHYUTILITY(1)

NAME

phyutility - tools for manipulating sequences and phylogenies

SYNOPSIS

phyutility <command> <options>

DESCRIPTION

Phyutility is a command line program that performs simple analyses or modifications on both trees and data matrices.

OPTIONS

To get help on a specific command use option -h <command>

COMMANDS

for trees:


Calculate consensus trees. Use like -con -t <threshold> -in <infile> -out <outfile>.

Convert tree files. Use like -vert -in <infile> -out <outfile>.

Leaf stability index calculation. Use like -ls -in <infile>.

Lineage movement calculation. Use like -lm -names <tip names> -tree <consensus> -in <infile> -out <outfile>.

Prune lineages. Use like -pr -names <tip names> -in <infile> -out <outfile>.

Reroot trees. Use like -rr -names <tip names> -in <infile> -out <outfile>.

Thin trees. Use like -tt # -in <infile> -out <outfile>.

Support for a set of trees. Use like -ts -tree <tree> -in <infile> -out <outfile>.

Trim seqs based on threshold. Use like -clean # -in <infile> -out <outfile> -aa <to force aa>.

Concatenate alignments. Use like -concat -in <infiles> -out <outfile> -aa <to force aa>.

Fetch seqs from NCBI. For options run phyutility -h ncbiget.

Search NCBI. For options run phyutility -h ncbisearch.

Parse genbank results. For options run phyutility -h parse.

EXAMPLE

Consensus the set of trees in testall.tre collapsing branches with less than 0.5 frequency.
Convert the tree file from newick in test.tre into nexus in testvert.nex.
Concatenate 2 alignment files into nexus in testall.nex.

SEE ALSO

See documentation at https://github.com/blackrim/phyutility/blob/master/manual.pdf?raw=true for more information.

AUTHOR

Stephen A. Smith http://www.blackrim.org eebsmith@umich.edu

2.7.3 Debian