Hi Céline,
Here are some answers to your questions:
> - In the model panel: If I would like to partition into codon position
> ((1st+2nd) and (3rd)), chose the SRD06 model which model parameters
> entered will be used for the partitioned data. How can I assign
> different parameters to the partitioned data?
Do you mean you want to use a different substitution model for the two
data partitions (for example, HKY for 1st+2nd and GTR for 3rd)? You
will need to make a few edits to the XML file. Perhaps one way to
start is to generate one input file with HKY for both partitions, then
another input file with GTR for both partitions, then copy and paste
some of the elements. You need to make changes to the following
elements: "substitutionModel", "siteModel", "operators", and the
parameters that are logged to the output file. Let me know if you run
into any problems and I can send you an example.
> - I said above that I have not a precise calibration but I can have a
> very approximate idea of the root. Given I am not interested in
> absolute date but instead in relative dates, Will the point
> calibration have some consequences in the relative dates? I think not
> but it may be wrong.
> If it is a problem and I fix the mean substitution rate to 1, can I
> have an ultrametric tree?
It is better to fix the substitution rate to 1. BEAST will produce
ultrametric trees.
An alternative is to put a prior on the root (e.g., normally-
distributed prior), but enforcing a point calibration is probably not
a good idea.
> - I would like to use a starting tree and fixed the topology during
> all the analysis. I think I have to insert in the xml file <newick
> id="startingTree"> (tree in newick format); </newick> instead of
> <!-- Generate a random starting tree under the coalescent
> process -->
> <coalescentTree id="startingTree"> <constrainedTaxa> <taxa
> idref="taxa"/> <tmrca monophyletic="true"> <taxa idref="ingroup"/> </
> tmrca> </constrainedTaxa> <constantSize idref="initialDemo"/> </
> coalescentTree>.
Yes, that's correct.
> And to fix the tree topology I have to disactivate in operators panels
> all tree rearrangements. and Is it correct?
Also correct. By default, there are four tree topology operators
(subtreeSlide, narrowExchange, wideExchange, and wilsonBalding). These
all need to be removed if you want the tree topology to be fixed.
> In the starting trees, branch lengths are considered in substitution/
> site, how these branch length are used by BEAST?
The interpretation of the branch lengths depends on the units used in
your analysis. If you are fixing the rate to 1, then providing a
starting tree with branch lengths in subs/site should not be a
problem.
Cheers,
Simon