public final class support_transfer
extends java.lang.Object
Constructor and Description |
---|
support_transfer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Transfers branch length values from one Phylogeny to another.
|
static void |
moveBranchLengthsToBootstrap(Phylogeny p)
Moves the values in the branch length field to the bootstrap field, for
each PhylogenyNode of this Phylogeny.
|
static void |
transferSupportValues(Phylogeny from,
Phylogeny to)
Modifies Phylogeny to with the support values from Phylogeny from.
|
public static void main(java.lang.String[] args)
args[0]
- Filename (String) for Phylogeny which has correct branch
length valuesargs[1]
- String Filename (String) for Phylogeny to which the branch
lengths of the first Phylogeny are to be copied, both Trees
must only differ in their branch length values, i.e. topology
and sequence names, etc. must be the sameargs[2]
- String Filename (String) for outputfileargs[3]
- String [number of tree with correct bl to use in case treefile contains more than one, default 0]public static final void moveBranchLengthsToBootstrap(Phylogeny p)
public static final void transferSupportValues(Phylogeny from, Phylogeny to)
from
- the Phylogeny to copy the support values fromto
- the Phylogeny to copy the support values to