1 / 55

Discovering gapped binding sites

Discovering gapped binding sites. Chengwei Lei Dr. Jianhua Ruan University of Texas at San Antonio Department of Computer Science. Outline of Talk. Motif Finding Background Gapped Motif Finding Chen ’ s method SPACE The PSO-motif algorithm Future Work. Introduction/Motivation.

Télécharger la présentation

Discovering gapped binding sites

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. Discovering gapped binding sites Chengwei Lei Dr. Jianhua Ruan University of Texas at San Antonio Department of Computer Science

  2. Outline of Talk • Motif Finding Background • Gapped Motif Finding • Chen’s method • SPACE • The PSO-motif algorithm • Future Work

  3. Introduction/Motivation • Introduction: Identification of a transcription factor binding sites is an important aspect of the analysis of genetic regulation. Many programs have been developed for discovering the motif. • Motivation: The previously algorithms cost too much memory or time to find out the result; my work is trying to find out a new algorithm use less memory and less time to find the motif.

  4. What is motif finding • Motif finding, the process of discovering a meaningful pattern (of nucleotides or amino acids) that is shared by two or more sequences, is an important part of the study of gene function.

  5. Cells respond to environment Various external messages Heat Responds to environmental conditions Food Supply

  6. Regulation of Genes Transcription Factor (TF) (Protein) RNA polymerase (Protein) DNA Promoter Gene

  7. Regulation of Genes Transcription Factor (TF) (Protein) RNA polymerase (Protein) DNA Gene Regulatory Element, TF binding site, TF binding motif, cis-regulatory motif (element)

  8. Regulation of Genes Transcription Factor (Protein) RNA polymerase DNA Regulatory Element Gene

  9. Regulation of Genes New protein RNA polymerase Transcription Factor DNA Regulatory Element Gene

  10. Real example . . .

  11. Real example . . .

  12. Look Like • I need a refrigerator, so I go to a refrigerator shop, I try to pick a very beautiful refrigerator from a lot of refrigerator(s). Finally I decide that I will buy a GE refrigerator.

  13. Look Like • I need a refrigeretor, so I go to a rafrigerator shop, I try to pick a very beautiful refragerator from a lot of refrigerater(s). Finally I decide that I will buy a GE refrigarator.

  14. Mismatch …TACGAT… …TAAAAT… …TATACT… …GATAAT… …TATAAT… …TATGTT… . . .

  15. Real example refrigerator Consensus: TATAAT • refrigeretor • rafrigerator • refragerator • refrigerater • refrigarator. • …TACGAT… • …TAAAAT… • …TATACT… • …GATAAT… • …TATAAT… • …TATGTT…

  16. Gapped Motif New protein RNA polymerase Transcription Factor DNA Regulatory Element Gene

  17. Gapped DNA binding?

  18. Gapped Motif • Together • Separate

  19. Together • Red+blue+green=5/25+15/15+5/25 = 25/65 • Red+xxx+green=5/25+xxx+5/25 = 10/50 mutations n = 5 5+3+5 L

  20. Separate • Red=5/25 • Green=5/25 • Pink=4/25 mutations n = 5 L

  21. What can we do with the gap? • Chen’s method • SPACE • PSO

  22. Chen’s method • ChIP-chip experiment • Get a positive set Ga • Get a negative set G-a

  23. Compact Blocks • Patterns that are found in Ga with a proportion larger than a predefined value (25% by default) are included in the pattern list.

  24. Compact Blocks • Long enough patterns (3containing at least six nonwildcards) are taken as candidate motifs. Short patterns (2blocks of 3 or 4 bp) are filtered

  25. Hit/Seq ratio • The sequences that match the pattern are called the supporting sequences of a pattern. It is possible that a pattern matches a sequence at more than one position. • The Hit/Seq ratio of a pattern is the average number of occurrences of a pattern among its supporting sequences.

  26. Block Filtering • Filtered out if the Hit/Seq ratio is larger than 15 • A large Hit/Seq ratio implies that the compact blocks are frequently repeated in a single promoter region.

  27. In addition to the Hit/Seq ratio, they also use an upper threshold for f-a (the proportion of sequences with a pattern P in G-a) to eliminate repetitive elements present across different promoter sequences. A pattern is retained only if it satisfies: (less than 0.16)

  28. Growing Gapped Motifs • Growing gapped motifs is similar to growing compact motifs.

  29. Pattern Ranking • An identified pattern is filtered out before ranking if the Hit/Seq ratio is2, which is considered as a reasonable upper bound for selecting reliable patterns.

  30. Sd is the preferential occurrence of a pattern in Ga relative to G-a • Sp is a formula value. • Sc is the conservation score.

  31. Sd • The proportions of sequences in Ga and G-a that contain a pattern P are denoted as fa and f-a. The one-tailed two-sample proportion test can be performed as follows: • Patterns with a z score (Sd) smaller than z1–0.01 are treated as nonsignificant and are removed before the ranking process.

  32. Sp

  33. Sc • Sc is the degree of evolutionary conservation among a set of orthologous sequences. • (from Saccharomyces paradoxus, Saccharomyces kudriavzevii, Saccharomyces mikatae, and Saccharomyces bayanus)

  34. Result

  35. Key point • Filter !!

  36. SPACE • Generation of motif candidates • Consider L=20

  37. Consider L=20, r=0.5, l=5, d=1 and q=4.

  38. Refinding Motif • GAAGAnnnnnnnTAGAAAnn is a spaced motif of five sequences.

  39. Motif Score(M) = • + • E(M, e) be the expected frequency of M with at most e mutations based on a set of background sequences

  40. Why PSO method Background • Particle swarm optimization (PSO) is a population based stochastic optimization technique and it is inspired by social behavior of bird flocking or fish schooling. • PSO shares many similarities with evolutionary computation techniques such as Genetic Algorithms (GA). But it is simpler and faster than GA. • It has been shown to be effective in optimizing difficult multidimensional problems in a variety of fields. • PSO has widely application in ANN (Artificial Neural Network), Nonlinear Control, Electromagnetic, Antenna design, Bioinformatics.

  41. Some key terms used to describe PSO

  42. gbest Pbest2 Pbest1

  43. One agent’s movement in the PSO algorithm.

  44. Flow chart of the PSO algorithm

  45. In a typical PSO algorithm, one wishes to control the velocity so that at the beginning stage the particles can fly around quickly inside the search space, and when a particle approaches the optimal solution, it should slow down so it can converge quickly.

  46. . . . • …TACGATA… • …TAAAAT… • …TATACT… • …GATAAT… • …TATGAT… • …TATGTT… • One can achieve this if the fitness function is continuous, since the velocity is updated according to the distances between the current position and the positions of pbest and gbest.

More Related