Documentation read from 04/17/2019 22:07:25 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_cohesion_groups.
svr_cohesion_groups [options] < tree.newick > cohesion_groups.table
This script classifies tips of a newick tree into cohesion groups based on bootstrap values of tree branches.
A cohesion group is a collection of protein sequences from various organisms whose amino acid sequences assemble as a compact cluster on a phylogenetic tree.
See Roy A. Jensen's cohesion group analysis (PubMed ID: 18322033)
Specifies the threshold of branch support value for collapsing subtrees. (D = 0.85)
Max fraction of a cohesion group (D = 0.20).
Max size of a cohesion group (D = number of tips in tree).
With the -o option, all orphan cohesion groups are labeled as 'Orp'.
The input tree is a newick file read from STDIN.
The output is a two-column table [ tip_id, cohesion_group_id ] written to STDOUT.