Presentation is loading. Please wait.

Presentation is loading. Please wait.

Genome evolution: a sequence-centric approach Lecture 11: Transcription factor binding sites.

Similar presentations


Presentation on theme: "Genome evolution: a sequence-centric approach Lecture 11: Transcription factor binding sites."— Presentation transcript:

1 Genome evolution: a sequence-centric approach Lecture 11: Transcription factor binding sites

2 Probabilistic models Inference Parameter estimation Genome structure Mutations Population Inferring Selection (Probability, Calculus/Matrix theory, some graph theory, some statistics) Simple Tree Models HMMs and variants PhyloHMM,DBN Context-aware MM Factor Graphs DP Sampling Variational apx. LBP EM Generalized EM (optimize free energy) Tree of life Genome Size Elements of genome structure Elements of genomic information Today refs: Papers cited Models for populations Drift Selection and fixation Draft Protein coding genes

3 Molecular clocks and lineage acceleration How universal is the rate of the evolutionary process? Mutations may depend on the number of cell division and thus in the length of generation Mutations depends on the genomic machinery to prevent them (Lynch?) Mutations may also depend on the environment The molecular clock (MC) hypothesis state that evolution is working in a similar rate for all lineages ABC O Relative rate test: K OA – K OB = 0 ? Test: K CA – K CB

4 Different molecular clocks in apes and primates Kim et al., 2006 PLoS genet

5 Sequence specific transcription factors Sequence specific transcription factors (TFs) are a critical part of any gene activation or gene repression machinary TFs include a DNA binding domain that recognize specifically “regulatory elements” in the genome. The TF-DNA duplex is then used to target larger transcriptional structure to the genomic locus.

6 Sequence specificity is represented using consensus sequences or weight matrices The specificity of the TF binding is central to the understanding of the regulatory relations it can form. We are therefore interested in defining the DNA motifs that can be recognize by each TF. A simple representation of the binding motif is the consensus site, usually derived by studying a set of confirmed TF targets and identifying a (partial) consensus. Degeneracy can be introduced into the consensus by using N letters (matching any nucleotide) or IUPAC characters (erpresenting pairs of nucleotides, for exampe W=[A|T], S=[C|G] A more flexible representation is using weight matrices (PWM/PSSM): PWMs are frequently plotted using motif logos, in which the height of the character correspond to its probability, scaled by the position entropy ACGCGT ACGCGA ACGCAT TCGCGA TAGCGT 123456 A60%20%00 40% C080%0100%00 G00 080%0 T40%000060%

7 TF binding energy is approximated by weight matrices Leu3 data (Liu and Clarke, JMB 2002) We can interpret weight matrices as energy functions: This linear approximation is reasonable for most TFs.

8 s TF binding affinity is kinetically important, with possible functional implications Kalir et al. Science 2001 Ume6 ChIP ranges 11.5 5.5 Average PWM energy Stronger binding Stronger prediction Tanay. Genome Res 2006

9 TFs are present at only a fraction of their optimal sequence tragets. Binding is combinatorially regulated by co-factors, nucleosomes and histone modifications Re TSS Re ATG Lee et al. Nat Gen 2007

10 TFs are present at only a fraction of their optimal sequence tragets. Binding is combinatorially regulated by co-factors, nucleosomes and histone modifications Barski et al. Cell 2007 Active Inactive

11 TFBSs are clustered in promoters or in “sequence modules” The distribution of binding sites in the genome is non uniform In small genomes, most sites are in promoters, and there is a bias toward nucleosome free region near the TSS In larger genomes (fly) we observe CRM (cis-regulatory-modules) which are frequently away from the TSS. These represent enhancers. A single binding site, without the context of other co-sites, is unlikely to represent a functional loci

12 Constructing a weight matrix from aligned TFBSs is trivial This is done by counting (or “voting”) Several databases (e.g., TRANSFAC, JASPAR) contain matrices that were constructed from a set of curated and validated binding site Validated site: usually using “promoter bashing” – testing reported constructs with and without the putative site Transfac 7.0/11.3 have 400/830 different PWMs, based on more than 11,000 papers However, there are no real different 830 matrices outthere – the real binding repertoire in nature is still somewhat unclear

13 Probabilistic interpretation of weight matrices and a generative model One can think of a weight matrix as a probabilistic model for binding sites: This is the site independent model, defining a probability space over k-mers Given a set of aligned k-mers, we know that the ML motif model is derived by voting (a set of independent multinomial variables – like the dice case) Now assume we are given a set of sequences that are supposed to include binding sites (one for each), but that we don’t know where the binding sites are. In other words the position of the binding site is a hidden variable h. We introduce a background model P b that describes the sequence outside of the binding site (usually a d-order Markov model) Given complete data we can write down the likelihood of a sequence s as:

14 Inference of the binding site location posterior: Note that only k-factors should be computed for each location (P b (s) is constant)) Using EM to discover PWMs de-novo Inference of the binding site location posterior: Note that only k factors should be computed for each location (P b (s) is constant)) Starting with an initial motif model, we can apply a standard EM: E: M: As always with the EM, initializing to reasonable PWM would be critical Following Baily and Elkan, MEME 1995

15 If we assume some of the sequences may lack a binding site, this should be incorporated into the model: Allowing false positive sequences hit l s  This is sometime called the ZOOPS model (Zero or one positions) In Bayesian terms: –Probability of sequence hit P(hit | S) –Probability of hit at position l = Pr(l|S) We can consider the PWM parameters as variables in the model Learning the parameters is then equivalent to inference

16 Using Gibbs sampling to discover PWMs de-novo hit l s  We can use Bibbs sampling to sample the hidden sites and estimate the PWM hit l s l s This is done by estimating the PWM from all locations except for the one we sample, and computing the hit probabilities as shown before Note that we are working with the MAP (Maximum a-posteriori)  to do the sampling: Gibbs: Lawrence et al. Science 1993 But this can be shown to approximate:

17 Generalizing PWMs to allow site dependencies: mixture of PWMs and Trees Barash et al., RECOMB 2003 Mixture of PWMs Tree motif We only change the motif component of the likelihood model Learning the model can become more difficult This is because computing the ML model parameter from complete data may be challenging

18 Discriminative scores for motifs So far we used a generative probabilistic model to learn PWMs The model was designed to generate the data from parameters We assumed that TFBSs are distributed differently than some fixed background model If our background model is wrong, we will get the wrong motifs.. A different scoring approach try to maximize the discriminative power of the motif model. We will not go here into the details of discriminative vs. generative models, but we shall exemplify the discriminative approach for PWMs. Lousy discriminator High specificity discriminatorHigh sensitivity discriminator

19 Hypergeometric scores and thresholding PWMs PWM score threshold Number of sequences Positive True positive For a discriminative score, we need to decide on both the PWM model and the threshold. Hyper geometric probability (sum for j>=k is the hg p-value)

20 Exhaustive k-mer search A very common strategy for motif finding is to do exhustive k-mer search. Given a set of hits and a set of non hits, we will compute the number of occurrences of each k-mer in the two sets and report all cases that have a discriminative score higher than some threshold Since k-mers either match or do not match, there is no issue with the threshold For DNA, we will typically scan k=5-8. This can be done efficiently using a map/hash: –Iterate on short sequence windows (of the desired k length) –For each window, mark the appearance of the k-mer in a table –Avoid double counting using a second map It is easy to generalize such exhaustive approaches to include gaps or other types of degeneracy.

21 Refining k-mers to PWMs using heuristic “EM” K-mer scan is an excellent intial step for finding refined weight matrices. For example, we can use them to initialize an EM. If we want to find a weight matrix, but want to stick to the discriminative setting, we can heuristically use and “EM-like” algorithm: –Start with a k-mer seed –Add uniform prior to generate a PWM –Compute the optimal PWM threshold (maximal hyper-geometric score) –Restimate the PWM by voting from all PWM true positives Consider additional PWM positions Bound the position entropies to avoid over-fitting –Repeat two last steps until fail to improve score There are of course no guarantees for improving the scores, but empirically this approach works very well.

22 High density arrays quantify TF binding preferences and identify binding sites in high throughput Harbison et al., Nature 2004 Using microarrays (high resolution tiling arrays) we can now map binding sites in a genome-wide fashion for any genome The problem is shifting from identifying binding sites to understanding their function and determining how sequences define them

23 If only biology was that simple… Discrete and deterministic “binding sites” in yeast as identified by Young, Fraenkel and colleuges In fact, binding is rarely deterministic and discrete, and simple wiring is something you should treat with extreme caution.

24 PWM regression exploits variable levels of binding affinity to robustly recover binding preferences. ChIP log(binding ratio) PWM sequence energy r = 0.42  = 0.20 ChIP log(binding ratio) PWM sequence energy r = 0.42  = 0.28 r = 0.42  = 0.26 ABF1 GCN4 MBP1 PWM sequence energy r = 0.21  = 0.72 r = 0.28  = 0.8 r = 0.11  = 0.74 Correlation between PWM predicted binding and ChIP experiments spans high, medium and low affinity sites Motif regression optimizes the PWM given the overall correlation of the predicted binding energies and the measured ChIP values v s Tanay, GR 2004

25 TFBS evolution: purifying selection and conservation Similar function Neutral evolution Disrupted function Low rate purifying selection TF1 TF2 Altered function Low rate purifying selection TF1 CACGCGTACACGCGTT TF1 CACGAGTTCACGCGTT CACACGTTCACGCGTT Altered affinity Rate? Selection? TF1 CACACGTTCACGCGTT

26 Kellis et al., 2003 Binding sites conservation

27 Binding sites conservation: heuristic motif identification Kellis et al., 2003

28 Analyzing k-mer evolutionary dynamics Instead of trying to identify conserved motifs try to infer the evolutionary rate of substitution between pairs of k-mers Start from a multiple alignment and reconstruct ancestral sequences (assuming site independence, or even max parsimony) Now estimate the number of substitution between pairs of 8-mers, compare this number to the number expected by the background model Do it for a lot of sequence, so that statistics on the difference between observed and expected substitutions can be derived

29 TFBS evolution (so far): Background: what are TFBSs doing? Finding TFBS motifs –MEME/Gibbs –discriminative algorithms –affinity regression –Experiments Comparative genomics of TFBSs: –kmer conservation –Kmer substituions Evolutionary models –Halpren Bruno –Energy conservation –Intra-site epistasis and how to handle it Using evolutionary models to define TFBSs

30 Saccharomyces TFBS Selection Network Arcs: 1nt substitution RateSelection Normal Low neutral negative arc not enough stat Nodes: octamers conserved @ 2SD conserved @ 3SD node otherwise conservation Inter-island organization in the Reb1 cluster: selection hints toward multi modality of Reb1 Tanay et al., 2004

31 Leu3 selection network log delta affinity 0.3 0.2 0.1 0 3210-2-3-4-5 High Affinity (K d < 60) Meidum Affinity (400 > K d > 60) High rate subs. Substitution changing high affinity to high affinity motifs Substitution changing high affinity to low affinity motifs Altered affinity Rate? Selection? Motif 1Motif 2 TF1

32 A simple transcriptional code and its evolutionary implications AAATTT AATTTT AAAATT GATGAG GATGCG GATGAT CACGTG CACTTG ACGCGT TCGCGT ACGCGT All the rest TGACTG TGAGTG TGACTT TF 1 TF 2 TF 3 TF 4 TF 5

33 The Halpren-Bruno model for selection on affinity The basic notion here is of the relations between sequence, binding and function/fitness Sequence Binding energy Function We argued that E(S) can be approximated by a PWM F(E) is a completely different story, for example: Is there any function at all to low affinity binding sites? Is there a difference between very high affinity and plain strong binding sites? Are all appearances of the site subject to the same fitness landscape? In the Halpern-Bruno fraemwork, we assume that F(E)~E~PWM(S) In other words: everything is linear, there are no binding energy threshold for function. Also, all sites are equivalent.

34 The Halpren-Bruno model for selection on affinity According to Kimura’s theory, an allele with fitness s and a homogeneous population would fixate with probability: Assuming slow mutation rate (which allow us to assume a homogenous population) and motifs a and b with relative fitness s the fixation probabilities (chance of fixation given that mutation occurred!) are: If p represent the mutation probability, and  the stationary distribution, and if we assume the process as a whole is reversible then: We work on deriving the substitution rate at each position of the binding site, given its observed stationary frequency. We are assuming that the fitness of the site is defined by multiplying the fitnesses of each locus. (Halpern and Bruno, MBE 1998)

35 The Halpren-Bruno model for selection on affinity Moses et al., 2003 The HB model is extremely limited for the study of general sequences. When restricting the analysis to relatively specific sites, HB is not completely off

36 The entire genome should behave like a mixture of background sequance and functional loci: So we can try and recover Q(E) and therefore F(E) from the maximum likelihood parameters fitting an empirical W(E) Testing the general binding energy – fitness correspondence While E(S) is approximated by a PWM, F(E) is unlikely to be linear Assume that the background probability of a motif a is P 0 (a). In detailed balance, and assuming the fitness of a at functional sites is F(a), the stationary distribution at sites can be shown to be: Mustonen and Lassig, PNAS 2005 If we collapse all sites with binding energy E (and hence the same F(a)=F(E(a)) Inferred F(E), is shown in Orange Expected and observed energy distribution in E.Coli CRP sites (left) and background (right) Comparison of CRP energies in E.coli and S. typhimurium

37 S. cerevisiae S. mikitae Simulation (Neutral, context aware) High affinity Low affinity ΔE.. ΔE.. KS statistics More tests for possible conservation of low binding energy sites

38 Tanay, GR 2006   Binding site conservation Conservation of total energy Reb1 Ume6 binding energy percentile Conservation score Cbf1 Gcn4 Mbp1 binding energy percentile Conservation score binding energy percentile

39 Algorithms for discovering conserved sites: Assuming PWM models –Search for loci that behave as predicted by the model (P(s|TFBS)/P(s|back) > Threshold) –Search for genomic regions with surprisingly many conserved binding sites Search for an ML PWM –Search for motifs and conserved sites in aligned sequences Assume the phylogeny, alignment, look for a PWM that will optimize the likelihood of the data –Search for motifs and conserved sites in unaligned sequences Assume the phylogeny, look for an ML PWM Search for a general ML evolutionary model (many PWMs) –Search for a set of PWMs/Motif model that will maximize the likelihood of the data

40 An evolutionary model Substitution probability = background P(s i >s i ’|s i-1 ) Phylo TreeNeutral modelMotif (PWM?)TFBS evo model *(fixation) Substitution probability = HB model

41 The PhyME/PhyloGibbs model (Sinha, Blanchette, Tompa 2004, Sidharthan,Siggia,Nimwegen 2005, based on evo model by Siggia and collegues) our presentation is a bit generalized and adapted.. Earlier/Other similar approaches using EM but practicxallt Evolutionary model: –A phylogeny –Neutral independence model (simple tree, probabilities on branches) –A PWM-induced fixation probabilities that are proportional to the matrix weights: Recall the single species generative model The generalization to alignments is similar, but should consider a phylogeny at each locus BackMotifBack

42 Phylogenetic generative model 1234 Joint probability – product over independent trees Inference – for loci modes (l(i)) and for ancestral sequences (hierachicaly as in Ex 2) Learning – find ML PWM matrix Prior of having a motif/background Prob of emitting the alignment given the mode TFBS

43 EM for the PWM parameters Key point: the positions in the tree are independent once we decide on their “mode” (background or a certain positions in a binding site) Complete data: the mode of each position (l(i)). The ancestral sequences (h) Joint probability: The EM target: We can use the usual trick and decompose this into a sum of independent terms, one for each PWM position. For position k we have: Complete data! Joint probabilityPosterior of the missing data

44 EM for the PWM parameters In simple words: we are optimizing a weighted sum of log(x*w) or log(1-  xw) The coefficient for the mutations paxj -> xj at PWM positions k is the average number of times we observe it given the previous parameter set w’ The optimization problem is solved using Lagrange multipliers (to satisfy the constraint on the w k ). But because each parameter appears in terms of two forms (log(x*w) and log(1-x*w), the solution is not as trivial as the dice case. Average number of times of we observed the variables Log of the optimized parameter

45 Example for intra-site epistasis ACGCGT AAACGT ACGCGT AAACGT ACGCGT “Double Loss” Assume the following TFBS alignment (where ACGCGT is the motif) According to the simple TFBS evo model, we should “pay” twice for the loss of the ACGCGT site, since each of the two mutations would be multiplied by a very low fixation probability ACGCGT AAACGT ACGCGT “Loss” AAGCGT “Neutrality” The more realistic scenario involve one mutation that was under pressure, but then neutrality Multiple possible trajectories can have different loss/gain/neutrality dynamics Affinity Fitness PWM Assuming Affinity=PWM=Fitness gives the Halpren Burno model, or the frequency selection approximation Affinity Fitness PWM When fitness(PWM) is non linear, we have epistasis which means problems for the simple loci-independent model

46 An evolutionary model (2) To fully capture the effect of binding sites, we need to study a Markov model over the entire sequence. Instantaneous rates: background * selection on TFBS changes Mutation rate = background P(s i >s i ’|s i-1 ) Phylo TreeNeutral modelTF Target SetsSelection factors (per TF) *selection factor

47 Controlling context effects: approximately independent blocks The sequence is decomposed into intervals, each containing one or more overlapping binding sites, or sequences that are one mutation away from a binding site. Such intervals are called epistatic intervals The joint probability is written as a product over epistatic intervals For each epistatic interval we should compute exp(Qt)(from, to), where the rate matrix is large (4 d ) when d is the interval size This is approximated by (exp(Qt/N)) N

48 Finding the optimal selection factor is solved by non-linear optimization of the likelihood Looking for target set is done using a greedy algorithm. The resulted target sets and their selection factors are analogous to motifs/PWMs with some additional evolutionary parameter indicating the strength of selection (or the sufficiency of the motif to determine a functional site) As shown to the left, similar motifs are sometime separated by significant selection factors, suggesting functional partitioning. Learning model parameters

49 RNA folds and the function of RNA moelcules RNA molecular perform a wide variety of functions in the cell They differ in length and class, from very short miRNA to much longer rRNA or other structural RNAs. They are all affected strongly by base-pairing – which make their structural mostly planar (with many exceptions!!) and relatively easy to model Simple RNA folding energy: number of matching basepairs or sum over basepairing weights More complex energy (following Zucker): each feature have an empirically determined parameters stem stacking energy (adding a pair to a stem) bulge loop length interior loop length hairpin loop length dangling nucleotides and so on. Pseudoknots (breaking of the basepairing hierarchy) are typically forbidden:

50 Predicting fold structure Due to the hierarchical nature of the structure (assuming no pseudoknots), the situation can be analyzed efficiently using dynamic programming. We usually cannot be certain that there is a single, optimal fold, especially if we are not at all sure we are looking at a functional RNA. It would be better to have posterior probabilities for basepairing given the data and an energy model… This can be achieved using a generalization of HMM called Stochastic Context Free Grammar

51 EvoFold: considering base-pairing as part of the evolutionary model Once base-pairing is predicted, the evolutionary model works with pairs instead of single nucleotides. By neglecting genomic context effect, this give rise to a simple-tree model and is easy to solve. Whenever we discover compensatory mutations, the prediction of a functional RNA becomes much stronger.

52


Download ppt "Genome evolution: a sequence-centric approach Lecture 11: Transcription factor binding sites."

Similar presentations


Ads by Google