User Tools

Site Tools


chapter_22

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chapter_22 [2024/11/25 18:19] – [LOD score formula for unknown phase] mikechapter_22 [2024/11/25 18:34] (current) – [LOD score formula for unknown phase] mike
Line 210: Line 210:
 </table> </table>
  
-We can see that the LOD score is highest around θ = 0.15, at which LOD = 2.35 (you can calculate a more precise maximal value of LOD using some calculus). Experience tells us that LOD > 3.3 is usually the cutoff point at which the linkage is likely to be real (it corresponds to a 0.05 false positive rate); conversely, LOD < -2 usually means we can rule out linkage. Therefore, we can see that the data do not support linkage between $m$ and $s$, but does not rule it out either.+<figure Fig3> 
 +{{ :phase_known_graph.png?400 |}} 
 +<caption> 
 +placeholder. graph plotting LOD as a function of theta. 
 +</caption> 
 +</figure> 
 + 
 +We can see from Table {{ref>Tab5}} and Figure {{ref>Fig3}} that the LOD score is highest around θ = 0.15, at which LOD = 2.35 (you can calculate a more precise maximal value of LOD using some calculus). Experience tells us that LOD > 3.3 is usually the cutoff point at which the linkage is likely to be real (it corresponds to a 0.05 false positive rate); conversely, LOD < -2 usually means we can rule out linkage. Therefore, we can see that the data do not support linkage between $m$ and $s$, but does not rule it out either.
  
 What if our sample size were bigger? Let's say that instead of 20 offspring, we looked at 40 offspring and obtained R=6 and NR=34. At θ=0.15, we can calculate that LOD=5.9. This puts us over the threshold of 3.3. Based on this data, we can conclude that $m$ and $s$ are linked, and the strongest support of the data suggest they are 15 map units apart.  What if our sample size were bigger? Let's say that instead of 20 offspring, we looked at 40 offspring and obtained R=6 and NR=34. At θ=0.15, we can calculate that LOD=5.9. This puts us over the threshold of 3.3. Based on this data, we can conclude that $m$ and $s$ are linked, and the strongest support of the data suggest they are 15 map units apart. 
Line 218: Line 225:
 In mouse experiments, the phase of all offspring are usually known. Now, let's return to a human example where it is more common that the phase is unknown: In mouse experiments, the phase of all offspring are usually known. Now, let's return to a human example where it is more common that the phase is unknown:
  
-<figure Fig3>+<figure Fig4>
 {{ :pedigree_ex2.jpg?400 |}} {{ :pedigree_ex2.jpg?400 |}}
 <caption> <caption>
Line 266: Line 273:
 $$ \begin{aligned} \text{LOD} &=\log{\frac{\frac{\theta^{R1} \cdot (1-\theta)^{NR1}+\theta^{R2} \cdot (1-\theta)^{NR2}}{2}}{(\frac{1}{2})^{R+NR}}} \\ $$ \begin{aligned} \text{LOD} &=\log{\frac{\frac{\theta^{R1} \cdot (1-\theta)^{NR1}+\theta^{R2} \cdot (1-\theta)^{NR2}}{2}}{(\frac{1}{2})^{R+NR}}} \\
 &=(T-1)\log{2}+\log{\theta^{R1} \cdot (1-\theta)^{NR1}+\theta^{R2} \cdot (1-\theta)^{NR2}}\end{aligned}$$ &=(T-1)\log{2}+\log{\theta^{R1} \cdot (1-\theta)^{NR1}+\theta^{R2} \cdot (1-\theta)^{NR2}}\end{aligned}$$
 +
 +In this example, there are a total of 5 informative chromosomes (R1=1, NR1=4; R2=4, NR2=1). Using the formula, we can calculate that at θ=0.25 we get a max LOD score of 0.25 - this does not cross the threshold of LOD=3.3 and therefore is not evidence of linkage. When the phase is unknown, LOD scores will be substantially lower than if the phase were known. If we knew the phase in our example to be phase 1, we could calculate at θ=0.25, LOD=0.403. That's still not significant but it's higher.
 +
 +One last important point on LOD scores is that they are additive. This is because probabilities (odds) are multiplicative, but since we're using the logarithm of odds, we can use addition. In our example above, we were able to calculate the LOD score for linkage between $D$ and $m$ for this family as LOD=0.25 at θ=0.25. If we obtained data from another family that resulted in LOD=0.24 at θ=0.25, we could then combine the data for the two families as LOD=0.25+0.29=0.54. This makes analyzing the data much easier and intuitive; the more data you have, the stronger case you have for linkage. 
 +
  
  
chapter_22.1732587585.txt.gz · Last modified: 2024/11/25 18:19 by mike