1 / 36

Multiple testing correction

Multiple testing correction. Prof. William Stafford Noble Department of Genome Sciences Department of Computer Science and Engineering University of Washington thabangh@gmail.com. Outline. One-minute response Revision Multiple testing correction Motivation

arvin
Télécharger la présentation

Multiple testing correction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Multiple testing correction Prof. William Stafford Noble Department of Genome SciencesDepartment of Computer Science and Engineering University of Washington thabangh@gmail.com

  2. Outline • One-minute response • Revision • Multiple testing correction • Motivation • Bonferroni adjustment and the E-value • False discovery rate • Python

  3. One-minute responses • The class was too fast. • I did not understand making the multiple alignment from pairwise alignments. Can we do more examples in class tomorrow? • Python approach worked well. • Python is hard for me to understand. • We need extra Python tutorials. • I did not understand some of the Python operations. • Everything was clear, especially the Python code. • Python part was not productive at all; I did not gain anything. Can we go back to the way we used to do the problems?

  4. Summary Building a PSSM involves 5 steps: • Count observations • Compute pseudocounts • Sum counts and pseudocounts • Normalize • Compute log-odds

  5. 1. Count observations A 2 C 0 D 0 E 1 F 1 G 1 H 0 I 0 K 1 L 0 M 0 P 0 Q 1 R 1 S 0 T 0 V 0 W 0 Y 0 Observed counts Observed residues E Q R G K A F A

  6. The user specifies a pseudocount weight β. β controls how much you trust the data versus your prior knowledge. In this case, let β = 2. 2. Compute pseudocounts A 0.085 C 0.019 D 0.054 E 0.065 F 0.040 G 0.072 H 0.023 I 0.058 K 0.056 L 0.096 M 0.024 P 0.053 Q 0.042 R 0.054 S 0.072 T 0.063 V 0.073 W 0.016 Y 0.034 A 0.170 C 0.038 D 0.108 E 0.130 F 0.080 G 0.144 H 0.046 I 0.116 K 0.112 L 0.192 M 0.048 P 0.106 Q 0.084 R 0.108 S 0.144 T 0.126 V 0.146 W 0.032 Y 0.068 Background frequencies  2 Pseudocounts

  7. 3. Sum counts and pseudocounts A 2.170 C 0.038 D 0.108 E 1.130 F 1.080 G 1.144 H 0.046 I 0.116 K 1.112 L 0.192 M 0.048 P 0.106 Q 1.084 R 1.108 S 0.144 T 0.126 V 0.146 W 0.032 Y 0.068 A 2 C 0 D 0 E 1 F 1 G 1 H 0 I 0 K 1 L 0 M 0 P 0 Q 1 R 1 S 0 T 0 V 0 W 0 Y 0 A 0.170 C 0.038 D 0.108 E 0.130 F 0.080 G 0.144 H 0.046 I 0.116 K 0.112 L 0.192 M 0.048 P 0.106 Q 0.084 R 0.108 S 0.144 T 0.126 V 0.146 W 0.032 Y 0.068 Observed counts Pseudo- counts + =

  8. 4. Normalize A 2.170 C 0.038 D 0.108 E 1.130 F 1.080 G 1.144 H 0.046 I 0.116 K 1.112 L 0.192 M 0.048 P 0.106 Q 1.084 R 1.108 S 0.144 T 0.126 V 0.146 W 0.032 Y 0.068 A 0.2170 C 0.0038 D 0.0108 E 0.1130 F 0.1080 G 0.1144 H 0.0046 I 0.0116 K 0.1112 L 0.0192 M 0.0048 P 0.0106 Q 0.1084 R 0.1108 S 0.0144 T 0.0126 V 0.0146 W 0.0032 Y 0.0068 +  10 8 counts + 2 pseudocounts = 10

  9. 5. Compute log-odds Background probability Foreground probability A 0.2170 C 0.0038 D 0.0108 E 0.1130 F 0.1080 G 0.1144 H 0.0046 I 0.0116 K 0.1112 L 0.0192 M 0.0048 P 0.0106 Q 0.1084 R 0.1108 S 0.0144 T 0.0126 V 0.0146 W 0.0032 Y 0.0068 Log-odds scores A 1.35 C -2.32 D -2.32 E 0.80 F 1.43 G 0.67 H -2.32 I -2.32 K 0.99 L -2.32 M -2.32 P -2.32 Q 1.37 R 1.04 S -2.32 T -2.32 V -2.32 W -2.32 Y -2.32 A 0.085 C 0.019 D 0.054 E 0.065 F 0.040 G 0.072 H 0.023 I 0.058 K 0.056 L 0.096 M 0.024 P 0.053 Q 0.042 R 0.054 S 0.072 T 0.063 V 0.073 W 0.016 Y 0.034

  10. 5. Compute log-odds Background probability Foreground probability A 0.2170 C 0.0038 D 0.0108 E 0.1130 F 0.1080 G 0.1144 H 0.0046 I 0.0116 K 0.1112 L 0.0192 M 0.0048 P 0.0106 Q 0.1084 R 0.1108 S 0.0144 T 0.0126 V 0.0146 W 0.0032 Y 0.0068 Log-odds scores A 1.35 C -2.32 D -2.32 E 0.80 F 1.43 G 0.67 H -2.32 I -2.32 K 0.99 L -2.32 M -2.32 P -2.32 Q 1.37 R 1.04 S -2.32 T -2.32 V -2.32 W -2.32 Y -2.32 A 0.085 C 0.019 D 0.054 E 0.065 F 0.040 G 0.072 H 0.023 I 0.058 K 0.056 L 0.096 M 0.024 P 0.053 Q 0.042 R 0.054 S 0.072 T 0.063 V 0.073 W 0.016 Y 0.034

  11. Now you try … Background: A=0.26 C=0.28 G=0.24 T=0.22 Pseudocount weight: β=1 • Compute counts. • Add pseudocounts. • Normalize. • Compute log-odds. ACAT AGAT ACAA AAAT CAAT

  12. Now you try … Background: A=0.26 C=0.28 G=0.24 T=0.22 Pseudocount weight: β=1 • Compute counts. • Add pseudocounts. • Normalize. • Compute log-odds. Counts ACAT AGAT ACAA AAAT CAAT A 4 2 5 1 C 1 2 0 0 G 0 1 0 0 T 0 0 0 4

  13. Now you try … Background: A=0.26 C=0.28 G=0.24 T=0.22 Pseudocount weight: β=1 • Compute counts. • Add pseudocounts. • Normalize. • Compute log-odds. Counts Counts + pseudocounts ACAT AGAT ACAA AAAT CAAT A 4 2 5 1 C 1 2 0 0 G 0 1 0 0 T 0 0 0 4 A 4.26 2.26 5.26 1.26 C 1.28 2.28 0.28 0.28 G 0.24 1.24 0.24 0.24 T 0.22 0.22 0.22 4.22

  14. Now you try … Background: A=0.26 C=0.28 G=0.24 T=0.22 Pseudocount weight: β=1 • Compute counts. • Add pseudocounts. • Normalize. • Compute log-odds. Counts Counts + pseudocounts Frequencies ACAT AGAT ACAA AAAT CAAT A 4 2 5 1 C 1 2 0 0 G 0 1 0 0 T 0 0 0 4 A 4.26 2.26 5.26 1.26 C 1.28 2.28 0.28 0.28 G 0.24 1.24 0.24 0.24 T 0.22 0.22 0.22 4.22 A 0.71 C 0.21 G 0.04 T 0.04

  15. Now you try … Background: A=0.26 C=0.28 G=0.24 T=0.22 Pseudocount weight: β=1 • Compute counts. • Add pseudocounts. • Normalize. • Compute log-odds. Counts Counts + pseudocounts Frequencies Log-odds ACAT AGAT ACAA AAAT CAAT A 4 2 5 1 C 1 2 0 0 G 0 1 0 0 T 0 0 0 4 A 4.26 2.26 5.26 1.26 C 1.28 2.28 0.28 0.28 G 0.24 1.24 0.24 0.24 T 0.22 0.22 0.22 4.22 A 1.44 C -0.42 G -2.58 T -2.46 A 0.71 C 0.21 G 0.04 T 0.04

  16. Multiple testing • Say that you perform a statistical test with a 0.05 threshold, but you repeat the test on twenty different observations. • Assume that all of the observations are explainable by the null hypothesis. • What is the chance that at least one of the observations will receive a p-value less than 0.05?

  17. Multiple testing • Say that you perform a statistical test with a 0.05 threshold, but you repeat the test on twenty different observations. Assuming that all of the observations are explainable by the null hypothesis, what is the chance that at least one of the observations will receive a p-value less than 0.05? • Pr(making a mistake) = 0.05 • Pr(not making a mistake) = 0.95 • Pr(not making any mistake) = 0.9520 = 0.358 • Pr(making at least one mistake) = 1 - 0.358 = 0.642 • There is a 64.2% chance of making at least one mistake.

  18. Bonferroni correction • Assume that individual tests are independent. • Divide the desired p-value threshold by the number of tests performed. • For the previous example, 0.05 / 20 = 0.0025. • Pr(making a mistake) = 0.0025 • Pr(not making a mistake) = 0.9975 • Pr(not making any mistake) = 0.997520 = 0.9512 • Pr(making at least one mistake) = 1 - 0.9512 = 0.0488

  19. Sample problem #1 • You have used a local alignment algorithm to search a query sequence against a database containing 10,000 protein sequences. • You estimate that the p-value of your top-scoring alignment is 2.1 × 10-5. • Is this alignment significance at a 95% confidence threshold? • No, because 0.05 / 10000 = 5 × 10-6.

  20. Sample problem #2 • Say that you search the non-redundant protein database at NCBI, containing roughly one million sequences. • You want to use a conservative confidence threshold of 0.001. • What p-value threshold should you use? • A Bonferroni correction would suggest using a p-value threshold of 0.001 / 1,000,000 = 0.000000001 = 10-9.

  21. E-values • The p-value is the probability of observing a given score, assuming the data is generated according to the null hypothesis. • The E-value is the expected number of times that the given score would appear in a random database of the given size. • One simple way to compute the E-value is to multiply the p-value times the size of the database. • Thus, for a p-value of 0.001 and a database of 1,000,000 sequences, the corresponding E-value is 0.001 × 1,000,000 = 1,000. BLAST actually calculates E-values in a more complex way.

  22. False discovery rate: Motivation • Scenario #1: You have used PSI-BLAST to identify a new protein homology, and you plan to publish a paper describing this result. • Scenario #2: You have used PSI-BLAST to discover many potential homologs of a single query protein, and you plan to carry out a wet lab experiment to validate your findings. The experiment can be done in parallel on 96 proteins.

  23. Types of errors • False positive: the algorithm indicates that the sequences are homologs, but actually they are not. • False negative: the sequences are homologs, but the algorithm indicates that they are not. • Both types of errors are defined relative to some confidence threshold. • Typically, researchers are more concerned about false positives.

  24. False discovery rate 5 FP 13 TP • The false discovery rate (FDR) is the percentage of target sequences above the threshold that are false positives. • In the context of sequence database searching, the false discovery rate is the percentage of sequences above the threshold that are not homologous to the query. 33 TN 5 FN Homolog of the query sequence Non-homolog of the query sequence FDR = FP / (FP + TP) = 5/18 = 27.8%

  25. Bonferroni vs. FDR • Bonferroni controls the family-wise error rate; i.e., the probability of at least one false positive among the sequences that score better than the threshold. • FDR controls the percentage of false positives among the target sequences that score better than the threshold.

  26. Controlling the FDR • Order the unadjusted p-values p1 p2  …  pm. • To control FDR at level α, • Reject the null hypothesis for j = 1, …, j*. (Benjamini & Hochberg, 1995)

  27. Choose the largest threshold j so that (jα)/m is less than the corresponding p-value. Approximately 5% of the examples above the line are expected to be false positives. FDR example Rank (jα)/m p-value 1 0.00005 0.0000008 2 0.00010 0.0000012 3 0.00015 0.0000013 4 0.00020 0.0000056 5 0.00025 0.0000078 6 0.00030 0.0000235 7 0.00035 0.0000945 8 0.00040 0.0002450 9 0.00045 0.0004700 10 0.00050 0.0008900 … 1000 0.05000 1.0000000

  28. Benjamini-Hochberg test • Test of 100 uniformly distributed p-values (p-values from non-significant results) • P-values as blue dots • Significance threshold for FDR = 0.2 as red line www.complextrait.org/Powerpoint/ctc2002/KenAffyQTL2002.ppt

  29. Declare significant Benjamini-Hochberg test • Test of 10 low p-values (significant results) mixed with 90 p-values from non-significant results • P-values as blue dots • Significance threshold for FDR = 0.2 as red line • Eleven cases declared significant

  30. Summary • Selecting a significance threshold requires evaluating the cost of making a mistake. • Bonferronicorrection divides the desired p-value threshold by the number of statistical tests performed. • The E-value is the expected number of times that the given score would appear in a random database of the given size. • The false discovery rate is the percentage of false positives among the target sequences that score better than the threshold. • Use Bonferroni correction when you want to avoid making a single mistake; control the false discovery rate when you can tolerate a certain percentage of mistakes.

  31. Sample problem #1 • Given: • a confidence threshold, and • a list of p-values • Return: • a set of p-values with the specified false discovery rate ./compute-fdr.py 0.05 pvalues.txt

  32. Sample problem #2 • Modify your program so that it will work with an arbitrarily large collection of p-values. • You may assume that the p-values are given in sorted order. • Read the file twice: once to find out how many p-values there are, and a second time to do the actual calculation.

More Related