Need Help With Understanding Codeml Output
1
1
Entering edit mode
10.6 years ago
GR ▴ 400

Dear All,

I need some help to understand and fetch some information from codeml output. This question has been asked before but I have few specific questions that I could not find in previous posts. I ran codeml for my set of genes and to infer the positive selection I did likelihood ratio tests to compare different codeml models. Now I want to extract simply ds values for my genes to see whether the high dn/ds is the results of low ds not because of the positive selection. I check the output of the free-ratio model (i.e. M1Neutral). But there is ds calculated for each branch of the tree under different w parameters. I am not sure how to extract ds from this output. Can anyone help me please.

Thanks a lot.

RT

codeml • 6.2k views
ADD COMMENT
4
Entering edit mode
10.6 years ago
Biojl ★ 1.7k

I would recommend you look for a parser written in the programming language of your choice, there's no point in reinventing the wheel. I usually use python:

http://biopython.org/wiki/PAML

In this case you get all the results in a dictionary structure, which is very easy to work with and you'll have to select the branches you're interested in.

ADD COMMENT
0
Entering edit mode

Hi Biojl, This is very helpful. Can you please let me know how these branches are labelled. There is another post here on biostar without any solution How does CodeML assign internal branch numbers to phylogenetic trees?. Do you now if codeml provides somewhere in output files a labelled tree?

Thanks, RT

ADD REPLY
0
Entering edit mode

There is an answer in that post...

ADD REPLY

Login before adding your answer.

Traffic: 1752 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6