Entering edit mode
6.5 years ago
GR
▴
400
Hi everyone,
I ran branch-site models and made the comparisons of likelihood values modelA vs modelA null and modelA vs m1a. The omega values used are 0,1,2 and 10. I now need to extract dn/ds of my gene. Can someone help me how to extract this from codeml output.
Thanks, RT
Are your running codeml through biopython? Is relatively easy to parse the output: https://github.com/biopython/biopython/blob/master/Bio/Phylo/PAML/codeml.py
Hi Biojl, thanks for the response. No, I have used a software from a collaborator and now I have to do he dn/ds calculations by hand as part of paper resubmission response. What I understand is fetching W2 values from ModelA where the likelihood score is maximum for different omega starting values (0,1, 2, 10). But not sure, if this is the right way to get the dn/ds estimates. Can someone please elaborate.