1 / 20

A Bioinformatics Tool for Analyzing G-quadruplexes in the mRNA Untranslated Regions

A Bioinformatics Tool for Analyzing G-quadruplexes in the mRNA Untranslated Regions. ザカレ ザッパァ Zachary Zappala. But why?. To map theoretical existence of Quadruplex forming G-Rich Sequences in cytoplasmic mRNAs. Utility Belt. Access to NCBI Entrez Gene PHP/MySQL/C++/JavaScript

lazar
Download Presentation

A Bioinformatics Tool for Analyzing G-quadruplexes in the mRNA Untranslated Regions

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. A Bioinformatics Tool for Analyzing G-quadruplexes in the mRNA Untranslated Regions ザカレ ザッパァ Zachary Zappala

  2. But why? • To map theoretical existence of Quadruplex forming G-Rich Sequences in cytoplasmic mRNAs

  3. Utility Belt • Access to NCBI Entrez Gene • PHP/MySQL/C++/JavaScript • Laptop (Dell Latitude D505 1.6 ghz 512 DDR) • Internet server • Perseverance • Starbucks Frappucinos™

  4. Bioinformatics? • A hybrid of information sciences and biology • Similar, but not the same as computational biology • Enlists the help of databases and tools to analyze large masses of data to find patterns that are not easily discernable by the human eye • Tools like NCBI BLAST are especially well know

  5. …Biology? In computer science? • Well, it’s not that complicated • The biology involved in this project is transcription/translation • Genetics! • Quick overview: • DNA (double helix; 2 nucleotide strands) • RNA (single nucleotide strands) • DNA is transcripted into RNA, which travels to ribosomes, which translate the RNA data into amino acids, the building blocks of proteins

  6. Eukaryotic mRNA! transcription 5’ UTR Gene expression regulation factors?

  7. G-quadrawhats? • That’s right: G-quadruplexes • A type of secondary structure that forms in single stranded nucleotide sequences (aka..mRNA) • …GG~GG~GG~GG… • Plates (tetrads) form between 4 guanine molecules that line up

  8. Why is this important? • Since all this work is theoretical, it’s important to know that there could be an application • QGRS in pre-mRNA has already been shown to play an important role in pre-mRNA splicing (Kikin, D’Antonio, Bagga 2006) • So, what about cytoplasmic mRNA? • Gene expression control (since not all mRNA become proteins) • Internal Ribosomal Entry Sites (IRES) • Allows entry of ribosomes to start translation not at the beginning of the 5’ UTR

  9. But how to predict? • Prior research has given several clues to what constitutes a strong QGRS • For instance, it is known that only one loop can have a length of zero • Also, the more tetrad plates that are forming, the more likely it is that the QGRS will exist QGRS Motif: GxNy1GxNy2GxNy3Gx G-score is assigned using a straightforward function

  10. Divining the QGRS in an mRNA sequence • When a gene is requested by the user, data is parsed from NCBI and given as parameters for a C++ program • Executes and saves data from the sequence, which is then picked up again by the PHP program to be displayed to the user

  11. Program Flow! “Behind the scenes” PHP Session Variable “Interface”

  12. Screenshots!

  13. …more screenshots!

  14. …and more screenshots!

  15. But that’s not all! • In order to not overload you with pretty pictures, let’s just say that you can also view direct data tables and a sequence view that block out the QGRS locations • Program executes in a small time frame, and due to the nature of mRNA there are not many abnormal situations • Poor internet connects do tend to slow display…but that’s your ISP

  16. Successes & Failures • Research on the NRAS oncogene has shown, using crystallography, that a QGRS exists @ the -222 CDS bp position (within the 5’ UTR) • When QGRS Mapper 2 analyzed the same gene, it predicted a QGRS at the same position • Incomplete NCBI entries have prevented full verification of the reported data • Unfortunately, not enough data is available for research to be done on IRES sites • All IRES sites must be determined empirically as no strict pattern has been shown to exist yet

  17. Think of tomorrow… • Currently analyzing various oncogenes, especially the NRAS to find out if the Mapper successfully maps the conservative QGRS • GRS UTRdb is currently being built as well, making it possible for large calculations to be applied to mapped data • The design of this database is…

  18. Entity Relationship Diagrams! • ORACLE Certified! • Shows the relationships between different tables in the database • Is currently being populated, and is not yet public

  19. Want to try mapping yourself? • Go to http://bioinformatics.ramapu.edu/QGRS2/index.php • While the Mapper program is publicly available, the database is still not ready for public access

  20. Related References

More Related