I simply want one omega value (dn/ds) for a multiple sequence alignment. I am using CDS sequences that have been codon aligned and are from 19 different strains of the same species (so the sequences are very similar). I am using runmode = 0, model = 0, NSsites = 0. However, my main struggle is that I can only get pairwise omega values -- at least that is what the result output looks like:
For instance, based on sequences for just 3 of my strains, the dN/dS portion of the codeml output appears as follows:
----------------------------------
Nei & Gojobori 1986. dN/dS (dN, dS)
(Note: This matrix is not used in later ML. analysis.
Use runmode = -2 for ML pairwise comparison.)
PF3D7_0400
1 -1.0000 (0.0020 0.0000)
2 -1.0000 (0.0013 0.0000)-1.0000 (0.0008 0.0000)
3 -1.0000 (0.0000 0.0000)-1.0000 (0.0020 0.0000)-1.0000 (0.0013 0.0000)
----------------------------------
Would any any of these values represent an alignment-wide omega? Or, do these values need to be averaged to obtain a single omega?