Reading for this homework is Chapter 3 and beginning of Chapter 4 of the text, and the tutorial on pairwise sequence alignment by Robert Giegerich and David Wheeler (GW). ( postscript version)
log_2 (P(X|M+)/P(X|M-)).
This gives the log odds in total bits. (Sometimes this is called "bits saved" since
log_2 (P(X|M+)/P(X|M-)) = [- log_2 P(X|M-)] - [- log_2 P(X|M+)],
and the first number in brackets can be interpreted as the number of bits it takes to represent (encode) X using model M-, while the second number in brackets represents the number of bits to represent X using model M+. See Tom Schneider's primer on Information Theory written for Molecular Biologists for details. Hence the difference between these two quantities in brackets represents the number of bits saved by using M+ rather than the "Null Model" M-.) What is the difference between this kind of score and the scores plotted in the histogram on page 53 of the text? Where would this sequence go in that histogram?