I wanted to compare the dN/dS value for two domains present within a protein. I have split the alignment for each domain and performed the phylogenetic tree estimation separately. Also, obtained corresponding codon sequences using PAL2NAL program. After running the codeml, I find two omega values. For example in Model 2, I find the following omega values
dN & dS for each branch
branch t N S dN/dS <- this one dN dS N*dN S*dS
18..1 4.467 117.2 44.8 0.0723 0.3273 4.5298 38.4 202.9
18..19 3.900 117.2 44.8 0.0723 0.2857 3.9540 33.5 177.1
19..20 0.666 117.2 44.8 0.0723 0.0488 0.6756 5.7 30.3
20..21 1.986 117.2 44.8 0.0723 0.1455 2.0142 17.1 90.2
21..22 2.419 117.2 44.8 0.0723 0.1773 2.4533 20.8 109.9
22..23 1.414 117.2 44.8 0.0723 0.1036 1.4337 12.1 64.2
23..2 30.568 117.2 44.8 0.0723 2.2397 30.9952 262.5 1388.2
23..14 5.019 117.2 44.8 0.0723 0.3677 5.0891 43.1 227.9
22..8 2.571 117.2 44.8 0.0723 0.1884 2.6068 22.1 116.7
21..24 4.849 117.2 44.8 0.0723 0.3553 4.9166 41.6 220.2
24..5 4.188 117.2 44.8 0.0723 0.3069 4.2468 36.0 190.2
24..15 18.222 117.2 44.8 0.0723 1.3351 18.4766 156.5 827.5
20..7 13.172 117.2 44.8 0.0723 0.9651 13.3561 113.1 598.2
19..25 1.169 117.2 44.8 0.0723 0.0856 1.1851 10.0 53.1
25..26 1.735 117.2 44.8 0.0723 0.1271 1.7590 14.9 78.8
26..27 0.000 117.2 44.8 0.0723 0.0000 0.0000 0.0 0.0
27..28 12.414 117.2 44.8 0.0723 0.9095 12.5872 106.6 563.7
28..3 13.625 117.2 44.8 0.0723 0.9983 13.8155 117.0 618.7
28..9 50.000 117.2 44.8 0.0723 3.6634 50.6985 429.4 2270.6
27..10 8.237 117.2 44.8 0.0723 0.6035 8.3525 70.7 374.1
26..4 8.395 117.2 44.8 0.0723 0.6151 8.5119 72.1 381.2
25..29 6.015 117.2 44.8 0.0723 0.4407 6.0995 51.7 273.2
29..30 2.948 117.2 44.8 0.0723 0.2160 2.9890 25.3 133.9
30..6 17.800 117.2 44.8 0.0723 1.3042 18.0491 152.9 808.4
30..31 3.448 117.2 44.8 0.0723 0.2526 3.4957 29.6 156.6
31..11 19.655 117.2 44.8 0.0723 1.4401 19.9296 168.8 892.6
31..13 20.189 117.2 44.8 0.0723 1.4792 20.4710 173.4 916.8
29..32 5.014 117.2 44.8 0.0723 0.3673 5.0836 43.1 227.7
32..16 19.585 117.2 44.8 0.0723 1.4349 19.8586 168.2 889.4
32..17 5.647 117.2 44.8 0.0723 0.4137 5.7257 48.5 256.4
18..12 6.866 117.2 44.8 0.0723 0.5031 6.9620 59.0 311.8
I understand that the below one is for each branch in the tree but what are omega values at top represent. Which omega value should I consider for reporting dN/dS for the given input sequence.
Thank you.