|
MolecularClock
|
Batch language command
|
|
Molecular clock is called to set additive length constraints on a tree from a node down.
|
Syntax
|
MolecularClock (treeid,var1,var2,...,varn);
|
Notes
|
'treeid' is either a valid tree identifier (will set MolecularClock on the entire tree), or a node identifier(will set MolecularClock from that node down).
Following 'treeid' is the list of variables to impose the constraint on.Each node in the part of the tree which MolecularClock is being set on, must depend on the variables in the MolecularClock list.
|
Examples
|
m = {{*,a,b,a}{a,*,a,b}{b,a,*,a}{a,b,a,*}}; Tree tr = ((1,2)12,(3,4)34); MolecularClock (tr,a); MolecularClock (tr.12,a,b);
|
|
Last modified: 8/19/2002 |
|
|