Can I compare selective pressure between coding and non-coding sequences?
0
1
Entering edit mode
8.6 years ago

I have two sequences: one is coding (A) and one is non-coding (B). I calculated selective pressure for A using Nei-Gojobori method and Wong-Nielsen for B, respectively. Let's assume I get ζ=0.3 for B and ω=0.5 for A. The question is, can I compare ζ and ω, saying that purifying selection on sequence B stronger than A's? WN method is a modification of NG so both parameters seems equal, in my opinion.

sequence SNP selection evolution • 1.7k views
ADD COMMENT
0
Entering edit mode

Why not measure the same thing for each?

ADD REPLY
0
Entering edit mode

It's actually the same value, but ω can be calculated for coding sequences and ζ for non-coding exclusively.

Let me explain how to get these values.

For ω we calculate all theoretically possible synonymous substitutions (S) and difference in synonymous substitutions for pair of sequences (Sd). Then we'll get pS=Sd/S, which after Jukes-Cantor correction will become dS - characteristic of neutral evolution.

Same thing for non-synonymous substitutions (N - all theoretically possible non-syn substitutions, Sn - difference in non-syn substitutions for pair of sequences, pN=Sn/S, dN is JK-corrected pN value).

After this calculations ω value have been calculated: ω=Sn/Sd

ζ is almost the same, but in this method we considering neutral evolution in non-coding sequences appers with the same (to genes) speed: we calculate number of differences in non-coding sequences (SNC) and divide it to the total lenght of sequence (NC), SNC/NC ratio after correction called dNC.

Finally, ζ value: ζ=dNC/dS, where dS is value of neutral evolution for adjacent gene.

I am not strong in math neither programming, so this problem is a bit tricky to me.

ADD REPLY

Login before adding your answer.

Traffic: 1660 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