Calibration File Format

The calibration file is used to provide divergence time calibration constraints to MEGA so that MEGA can convert relative divergence time estimations into absolute divergence times while respecting the given constraints.

There are two valid formats for providing calibration values in this file:

!NodeName=’some name’ minTime=1.75 maxTime=2.25

With this format, the NodeName value must match an internal node label in the Newick file being evaluated.

Optionally, a single time may be provided (e.g. !NodeName=‘some name’ time=1.75).

Optionally, a calibration can be given a name as the last parameter (e.g. !MRCA…calibrationName=‘myCalib’)

!MRCA=’some name’ TaxonA='taxon A name' TaxonB='taxon B name' minTime=1.75 maxTime=2.25

The value for MRCA is an internal node label that will be assigned to the target node. If a label for that target node is also supplied in the input Newick file, the label in the Newick file will be ignored.

The values for TaxonA and TaxonB specify two leaf nodes whose most recent common ancestor in the active phylogeny is the calibration target node.

Optionally, a single time may be provided (e.g. !NodeName=‘some name’ time=1.75).

Optionally, a calibration can be given a name as the last parameter (e.g. !MRCA…calibrationName=‘myCalib’)

 

Multiple calibrations may be provided, in which case, MEGA will generate absolute divergence times for all branching points in the active phylogeny while respecting all of the provided constraints.

Each calibration must be on a single line and only one calibration can be provided per line.

Taxa names must match those in the input Newick file.

If a taxon name contains whitespace, the name must be placed in single quotes.

Single quotes are not allowed inside taxa names.

The following are examples of valid calibration constraints:

!MRCA='ch-bo' TaxonA='chimpanzee' TaxonB='bonobo' MinTime=0.8 MaxTime=5.0;

!NodeName='myNode' time=6.3 calibrationName=’myCalib’;

!NodeName='gorilla_human' MinTime=3.7 calibrationName='gorilla human';

!MRCA='orangutan sumatran' TaxonA='orangutan' TaxonB='sumatran' MaxTime=11.0;