Presentation is loading. Please wait.

Presentation is loading. Please wait.

Genome-wide computational prediction of transcriptional regulatory modules reveal new insights into human gene expression Mathieu Blanchette et al. Presented.

Similar presentations


Presentation on theme: "Genome-wide computational prediction of transcriptional regulatory modules reveal new insights into human gene expression Mathieu Blanchette et al. Presented."— Presentation transcript:

1 Genome-wide computational prediction of transcriptional regulatory modules reveal new insights into human gene expression Mathieu Blanchette et al. Presented By: Manish Agrawal

2 Outline Introduction Cis regulatory module (CRM) prediction algorithm In silico validation of predicted modules Experimental validation of predicted modules Location of CRMs relative to genes Conclusions

3 Gene Regulation Chromosomal activation/deactivation Transcriptional regulation Splicing regulation mRNA degradation mRNA transport regulation Control of translation initiation Post-translational modification Source: Lecture Notes by Prof. Saurabh Sinha, UIUC

4 GENE ACAGTGA TRANSCRIPTION FACTOR PROTEIN Transcriptional regulation Source: Lecture Notes by Prof. Saurabh Sinha, UIUC

5 GENE ACAGTGA TRANSCRIPTION FACTOR PROTEIN Transcriptional regulation Source: Lecture Notes by Prof. Saurabh Sinha, UIUC

6 Transcription Factors(TFs) They generally have affinity for short, degenerate DNA sequences (5-15 bp). Experiments have enabled identification of consensus-binding motifs for hundreds of TFs. The binding motifs are generally represented by position-weight matrices (PWM).

7 Binding site sequence alignment Source: http://trantor.bioc.columbia.edu/Target_Explorer/manual/matrix.html

8 Alignment matrix for a binding site Source: http://trantor.bioc.columbia.edu/Target_Explorer/manual/matrix.html

9 Position weighted matrice (PWM) Source: http://trantor.bioc.columbia.edu/Target_Explorer/manual/matrix.html

10 Position weighted matrice (PWM) To transform elements of the alignment matrix to the weight matrix we used the following formula: weighti,j = ln (ni,j+pi)/(N+1) ~ ln (fi.j /pi) pi N - total number of sequences (15 in this example) ni,j - number of times nucleotide i was observed in position j of the alignment. fi,j = ni,j/N - frequency of letter i at position j pi - a priori probability of letter I In this example pT,A is equal to 0.3 and pC,G is equal to 0.2 (overall frequency of the letters within Drosophila melanogaster genome) Source: http://trantor.bioc.columbia.edu/Target_Explorer/manual/matrix.html

11 Position weighted matrice (PWM) Weight matrix can be used to evaluate the resemblance of any L bp DNA sequence to the training set of binding sites. The score for this sequence is calculated as the sum of the values that each base of the sequence has in the weight matrix. Any sequence with score that is higher then the predefined cut-off is a potential new binding site. Source: http://trantor.bioc.columbia.edu/Target_Explorer/manual/matrix.html

12 Complications in indentification of TF-binding sites (TFBSs) The binding of a TF also depends on other factors like the chromatin environment and the cooperation or competition with other DNA binding proteins. In higher eukaryotes, TFs rarely operate by themselves, but a combination of TFs act together to achieve the desired gene expression. The DNA footprint of this set of factors is called cis- regulatory module (CRM).

13 Cis-regulatory module

14 Features of CRMs CRMs generally consist of several binding sites for a TF. CRMs, and in particular the binding sites they contain, are generally more evolutionarily conserved than their flanking intergenic regions Genes regulated by a common set of TFs tend to be co-expressed.

15 Outline Introduction CRM prediction algorithm In silico validation of predicted modules Experimental validation of predicated modules Location of CRMs relative to genes Conclusions

16 Predicting CRMs Different combinations of these features (of CRMs) have been used, often with PWM information, to predict regulatory elements for specific TFs. However, very few existing methods are designed to be applied on a genome-wide scale without prior knowledge about sets of interacting TFs or sets of co-regulated genes. Previous works had generally taken 5-10 PWMs and they looked for the clusters of these PWMs in the genome. Such studies have been reported for embryo development in Drosophila.

17 Goals and challenges The goal of this study is to do a genome-wide analysis and identify CRMs in human genome without any prior knowledge about interaction of TFs. The new algorithm only uses the features of CRMs (mentioned earlier) for its prediction. Although, CRMs predicted like this may contain a significant number of false positives, the whole genome approach provides sufficient statistical power to formulate specific biological hypotheses.

18 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 CRM prediction algorithm (Overview)

19 CRM prediction algorithm 1.A set of 481 vertebrate PWMs frm Transfac 7.2 was used for the analysis. PWMs were grouped into 229 families. 2.The genome-wide multiple alignment was done for the human, mouse and rat genomes by the MULTIZ program. Only the regions within MULTIZ alignment were considered in the later part of the study. These regions cover 34% of the human genome 3. For each of the 481 PWMs, individual binding sites were first predicted. The human, mouse and rat genomes were scanned separately on both strands, and a log likelihood score is computed in the standard way.

20 CRM prediction algorithm 4.For each species and each PWM, a hit score was computed. Later, a weighted average of the human, mouse and rat scores was used to define a “hit score” for each alignment column p and PWM m, 5.hitScore aln (m,p) = hitScore Hum (m,p) + 1/2 max(0, hitScore Mou (m,p) + hitScore Rat (m,p)) 6.The human hit scores has been given higher weight to allow prediction of human-specific binding sites, provided that they are very good matches to the PWM considered. 7.Only positions with hitScore aln (m,p) > 10 are retained to construct modules. This threshold is somewhat arbitrary but results in total number of bases predicted in pCRMs to be ~2.88% of the genome.

21 CRM prediction algorithm: Computation of module score We need moduleScore(p 1 …p 2 ) for the alignment region going from position p 1 to p 2 of human. Define TotalScore(m, p 1.p 2 ) to be the sum of the hitScores aln of all non-overlapping hits for m in the region p 1.p 2. The optimization problem of choosing the best set of non- overlapping hits is solved heuristically using a greedy algorithm. This greedy algorithm iteratively selects the hit with the maximal score that does not overlap with the other hits previously chosen. For each matrix and each region, a P-value is assigned.

22 CRM prediction algorithm: Computaion of module score The score for a module is computed based on one to five PWMs called tags. The first tag for region p 1.p 2 is the matrix with the most significant TotalScore, i.e., tag 1 = argmin m  PWMs pValue(TotalScore(m,p 1.p 2 )). The regions belonging to tag 1 are then masked out and the TotalScores for each matrix are recomputed, excluding hits overlapping those of tag 1. The second tag is then the matrix with most significant TotalScore. The process is repeated until five tags are selected if possible.

23 CRM prediction algorithm: Computation of module score Finally, we define totalModuleScore as a function of the P- values of individual tags. So, a module can consist of one to five tags, depending on which number of tags yields the highest statistical significance. The above algorithm was used to search for modules of maximal length 100, 200, 500, 1000 and 2000 bp.

24 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 CRM prediction algorithm (Overview)

25 Results The algorithm could identify about 118,000 putative CRMs covering 2.88% of the genome. This constitutes one of the first genome-wide, non-promoter centric set of human cis-regulatory modules. The biological relevance of pCRMs were evaluated by measuring the extent they overlap known regulatory elements in databases such as TRRD, Transfac and GALA.

26 Outline Introduction CRM prediction algorithm In silico validation of predicted modules Experimental validation of predicated modules Location of CRMs relative to genes Conclusions

27 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 In silico validation of predicted modules

28 Comparison to other genome- wide predictions The ability of the algorithm to take advantage of interspecies TFBS conservation contributes in good part to its accuracy. The 34% of the human genome that lies within an alignment block with the mouse and rat genome contains 90% of bases within Transfac sites, 67% of those within TRRD modules, and 87% of those within GALA regulatory regions.

29 Outline Introduction CRM prediction algorithm In silico validation of predicted modules Experimental validation of predicted modules Location of CRMs relative to genes Conclusions

30 Experimental validation of predicted modules Experimentally verified the data by Chip- chip analysis. This method allows for the large scale identification of protein-DNA interactions as they occur in vivo.

31 Chip-chip Analysis Buck et al. Genome Biol. 2005; 6(11): R97

32 Experimental validation of predicted modules They selected modules predicted to be bound by the estrogen receptor (ER), the E2F transcription factor (E2F4), STAT3 and HIFI to print a DNA microarray. The microarray contains 758, 1370, 860 and 1882 modules predicted to be bound by ER, E2F4, STAT3, and HIFI respectively. In the current study, the microarray was then probed by ChIP-chip for ER and E2F4, respectively. Approx. 3% of the 758 ER-predicted pCRMs on the microarray actually proved to be bound by ER, while 17% of the 1370 E2F4-predicted pCRMs on the microarray were bound by E2F4.

33 Experimental validation of predicted modules These numbers need to be considered as an underestimation of the actual specificity of the algorithm, since the protein-DNA interactions were tested in a single cell type, while TFs are known to regulate different sets of genes in different cell types, physiological conditions, and time in development. In addition, the experiment was conducted under a single set of conditions (concentration of estradiol, time of treatment, etc. ). For all of these reasons, it is difficult to determine the real accuracy of the algorithm.

34 Experimental validation of predicted modules As the microarray contained, predicted modules for four different TFs, the data can be used to assess the specificity of TFBS predictions. Among the 55 modules bound by ER, 44% were indeed selected for their ER-binding sites and among the 433 modules bound by E2F4, 54% were selected for that factor. In addition to false positive ChIP-chip signals or the failure of the algorithm to detect some binding sites, it is likely that binding of TFs through alternative mechanisms such as protein-protein interactions contributes to this result. The present algorithm can only predict the binding of TF through direct DNA-binding interactions.

35 Outline Introduction CRM prediction algorithm In silico validation of predicted modules Experimental validation of predicated modules Location of CRMs relative to genes Conclusions

36 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 Distribution of pCRMs along a region of chromosome 11

37 Global view of the gene regulatory landscape The module density varies widely across the genome, with an average of four modules per 100 kb and a maximum of 44 modules per 100-kb window, covering from 0% to 55% of such a region. As illustrated in the previous figure, some regions are rich in modules, but relatively poor in genes. In some cases, this could reflect the presence of many unknown protein- coding genes, or at least of many alternative TSSs. Another possible explanation is that some of these modules may be regulating the transcription of noncoding transcripts. Finally, this observation may be due to the presence of long-range enhancers, which may affect transcription of genes upto several hundreds of kilobases away.

38 Regulatory modules are preferentially located in specific regions relative to genes The position of pCRMs with respect to their closest gene was studied. The genome was divided into several types of noncoding regions, i.e., upstream of a gene, 5' UTR, 1st intron, internal introns, last intron, 3' UTR, and downstream region. Within each type of region, they computed the fraction of bases included in a pCRM as a function of the distance to a reference point for each type of region.

39 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 Distribution of pCRMs relative to specific regions of the genes

40 Observations 1.Regions immediately surrounding TSSs are highly enriched for predicted modules. This was expected as this region often contains the promoter of the genes. Surprisingly, there are modules immediately downstream of TSSs. These may represent alternative promoters for initiation downstream from the annotated transcripts. 2.Regions surrounding the sites of termination are also enriched for modules. 3' UTRs are essentially as enriched as 5' UTRs for pCRMs. Two reasons may explain this. First, these may represent enhancer type of regulatory elements that activate the upstream gene via a DNA-looping mechanism. Second, these may represent promoter elements driving noncoding transcript, antisense relative to the coding gene. Such antisense transcripts may regulate gene expression by a post-transcriptional mechanism

41 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 Distribution of pCRMs relative to specific regions of the genes

42 Observations Another surprising observation is that the density of modules is the lowest in regions located 10–50 kb upstream of the TSS and, symmetrically, 10–30 kb downstream of the end of transcription. This is unexpected, as one would expect that these regions (at least those upstream of the TSS) would be prime estate for transcriptional regulation. However, this is confirmed by the density of interspecies conserved elements, which is also at its lowest in those regions. Being close to the TSS, regulatory elements in these regions may be allowed to contain fewer binding sites (or binding sites with less affinity), making them difficult to detect using the current method.

43 Observations Alternatively, these regions(10-50 kb upstream) may actually be depleted for regulatory elements. This could be due to constraints imposed by the chromatin structure of the nuclear architecture, making it more difficult for the DNA of these regions to come in physical proximity to the TSS. Another notable observation is that the density of predicted modules in intronic regions is very low in the close vicinity of exons (except the first and the last one), but increases with the distance to the closest exon.

44 Mathieu Blanchette et al. Genome Res. 2006; 16: 656-668 TFs target different regions relative to their target genes. RED => Highly enriched for TFBSs, BLUE => Depleted in TFBSs

45 TFs target different regions relative to their target genes. The previous figure shows that more than 70 of the 229 TFs families considered exhibit a significant enrichment for one or more types of genomic regions. A number of TFs show preference for distal positions, mostly those located more than 100 kb upstream of the TSS, and are also enriched within introns. This set of TFs is enriched for factors containing homeo domains or basic helix-loop-helix domains and are often involved in regulating development.

46 TFs target different regions relative to their target genes. A second set of TFs preferentially binds within 1 kb of the TSSs. This set is enriched for leucine zipper TF and factors from Ets family. Notably, most of these factors, contrary to what is observed for those binding distal sites, are involved in basic cellular functions.

47 Outline Introduction CRM prediction algorithm In silico validation of predicted modules Experimental validation of predicated modules Location of CRMs relative to genes Conclusions

48 Blanchett et al have identified a set of rules describing the architecture of DNA regulatory elements and used them to build an algorithm allowing them to explore the regulatory potential of the human genome. Although the false positive rate in CRM prediction is likely to be high, the statistical power obtained through a large- scale, genome-wide approach revealed new insights about transcriptional regulation. It was noted that a significant number of TFs have a strong bias for regulating genes either from a great distance or from promoter-proximal binding sites.

49 Conclusions Noteworthy is the fact that most TFs that preferentially work from a large distance are involved in development, while those predicted to work from promoter-proximal sites tend to regulate genes involved in basic cellular processes. It is expected that the database containing the modules presented in this study may speed up the discovery and experimental validation of CRMs

50 THANK YOU


Download ppt "Genome-wide computational prediction of transcriptional regulatory modules reveal new insights into human gene expression Mathieu Blanchette et al. Presented."

Similar presentations


Ads by Google