Hi Karen,
> thanks - would be highly appreciate :) !!
>
> Anyway, I fortunately i alreay "-wql" an looked at the file "fclm_hypo1_permIII.lmap.quartetlh"
> receiving e.g. this
>
> SeqIDs lh1 lh2 lh3 weight1 weight2 weight3
> (89,98,9,82) -7.08158e+06 -7.08158e+06 -7.08155e+06 1.76829e-12 8.94193e-11 1
> (89,98,9,71) -7.08151e+06 -7.08151e+06 -7.0815e+06 0.00539908 2.85129e-06 0.994598
>
> I struggled since I don't get what weight 1, 2, 3 mean:
> does the "weight" indicate the corners, so for the 2 quartets belong to region 3 (because weight 3 have the value 1 (or close do 1?))
> If so, are weights referring to the regions 1, 2, 3 (out of 7) or to either a1, a2, a3?
The weight refers to the likelihood weights (or posterior weights or posterior probability assuming a uniform prior), that means is the likelihood (not the log-likelihood!) of that corresponding quartet divided by the sum of the 3 likelihoods.
Hence, these 3 weights should add up to 1.0 (ignoring rounding errors). The weights are closest to (1,0,0), (0,1,0) or (0,0,1) they reflects the three corner regions (as in your example), if the three weights are closest to (0, .5, .5), (.5, 0, .5), (.5, .5, 0) it is one of the partly resolved quartets, and in the seventh case, i.e. closest to (1/3, 1/3, 1/3) it is an unresolved quartet. They determine as coordinates exactly where the dot falls in 3D, and thus in the triangular simplex plot.
More information can be found in any of the documents describing likelihood mapping in the context of TREE-PUZZLE like Strimmer+von Haeseler (1997, PNAS, the original likelihood mapping article), Schmidt+von Haeseler (2003/2007, in Current Protocols in Bioinformatics), Schmidt+von Haeseler (2009, in The Phylogenetic Handbook) or the TREE-PUZZLE manual.
> If you help me to understand the results how I conclude from numbers e.g. in which region each quartet was mapped, would be very helfull though :) - for further scripting.
The indices describing the quartet refer to the sequences in the order they are in the alignment.
Full names in files with n^4 quartets would take by far too much extra space.
I hope I could help.
Best wishes,
Heiko