Buffl

Altklausuren

CS
by Carina S.

Erläutern Sie den Arbeitsablauf des targetScan Algorithmus.

(2013)


TODO

  1. Suche nach seed matches innerhalb des ersten Organismus --> perfekte Watson-Crick Komplementarität zwischen miRNA seed und UTR-Sequenz

  2. Erweitere die seed matches in beide Richtungen so weit wie möglich; G-U Paare sind erlaubt, stoppe bei einem Mismatch

  3. Optimiere das Base Pairing von der 3’ Region der miRNA und 35 nt upstream der Zielregion mit RNAfold (künstlicher stemloop)

  4. Berechne die freie Energie G für jede miRNA: target site duplex via RNAeval

  5. Berechne Z-Score für jede UTR

  6. Sortiere UTRs basierend auf ihrem Z-Score und weise ihnen einen Rang zu

  7. Wiederhole Schritte 1-6 für alle anderen Organismen

  8. Sage als Zielgen, jedes Gen i welches Zi ≥ Zc und Ri ≤ Rc mit jeder orthologen Sequenz erfüllt, vorher


TargetScan:

  • thermodynamics-based modeling of RNA:RNA duplex interactions

  • comparative sequence analysis

Input:

  • miRNA that is conserved in multiple organisms

  • a set of orthologous 3’ UTR sequences from these organisms

Structures, energies, and scoring for predicted RNA-duplexes

  • search the UTRs in the first organism for segments of perfect Watson-Crick complementarity to bases 2-8 of the miRNA: “miRNA seed” and “seed matches”

  • extend each seed match with additional base pairs to the miRNA as far as possible in each direction, allowing G:U pairs, but stopping at mismatches

  • optimize basepairing of the remaining 3’ portion of the miRNA to the 35 bases of the UTR immediately 5’ of each seed match using the RNAfold program

  • assign a folding free energy G to each such miRNA:target site interaction

  • assign a Z score to each UTR

  • sort the UTRs in this organism by Z score and assign a rank R to each

  • predict as targets those genes for which both Zi >= Zc and Ri <= Rc for an orthologous UTR sequence in each organism, where Zc and Rc are pre-chosen Z score and rank


Author

Carina S.

Information

Last changed