Team:Heidelberg/Modeling

From 2010.igem.org

Revision as of 05:22, 26 October 2010 by AlejandroHD (Talk | contribs)

Modeling of binding site efficiency

shRNA binding sites

As the title of our project states, “DNA is not enough”. There are several upper-level regulation systems in superior organisms. Our main idea was using miRNA to tune down the expression of genes, having tissue-specific, exactly tuned gene therapy as objective. miRNA are non-coding regulatory RNAs important in post-transcriptional gene silencing. After they are processed, they are usually 22 nucleotides long and they can bind to the 3’UTR region of the mRNA, forcing the mRNA into degradation or just repressing translation. In vegetal organisms, miRNA usually bind to the mRNA with extensive complementarity. In animals, interactions are more inexact, creating a lot of uncertainty in the in silico prediction of targets.

Targetscan Scores Jan

miBSdesigner

Very early we realized that having a binding site designer was crucial to complete the computational approach to our project: miBSdesigner is an easy-to-use application to create in silico binding sites for any given miRNA. By using our device, the user will be able to generate binding sites with several different properties.

Input

The user has to input a name for the miRNA to name the primers. The miRNA sequence must be 22 nucleotides long and has to be input in direction 5’ to 3’ (both DNA and RNA sequences are admitted and any extra characters will be removed from the sequence). The user can also enter a spacer inert sequence if he needs to place the binding site further along in the 3’UTR region (it is recommended that the binding site is at least 15 nucleotides away from the stop codon).Initially the user can choose between a perfect binding site (matching the 22 nucleotides), or an almost perfect binding site (matching all of the nucleotides, but leaving a 4-nucleotide bulge between 9 and 12. Apart from these two options, the user can personalize the binding site to meet their individual requirements.

Seed types

The seed of the miRNA is usually defined as the region centered in the nucleotides 2-7 in the 5’ end of the miRNA, and it usually requires extensive pairing. For the sake of simplicity, we extended slightly the term seed to include the nucleotides 1-8. In miBS designer, the user can choose between several types of seed to create their binding site (ordered by increasing efficacy):

-6mer (abundance 21.5%): only the nucleotides 2-7 of the miRNA match with the mRNA.

-7merA1 (abundance 15.1%): the nucleotides 2-7 match with the mRNA, and there is an adenine in position 1.

-7merm8 (abundance 25%): the nucleotides 2-8 match with the mRNA.

-8mer (abundance 19.8%): the nucleotides 2-8 match with the mRNA and there is an adenine in position 1.

-Apart from any of these options, the user can decide to create a customized seed with a mismatch included.

  • The percentages of abundance are calculated among conserved mammalian sites for a highly conserved miRNA (Friedman et al. 2008)

Supplementary region

Apart from the matches in the seed, pairing the rest of the RNA sequence enhances binding specificity and affinity. This supplementary pairing sequence is centered in nucleotides 13-16, and is at least 3 contiguous nucleotides long. With miBS designer, the user can choose among several types of supplementary sequences, starting with 3 matching nucleotides (14-16), increasing sequentially until 8 (13-20), and then total matching (from 13-22, leaving a bulge). In case the user needs some other specific supplementary region, he can customize the sequence by inputting the desired matching nucleotides.

AU content

Binding sites with a high local AU density around the binding site have proven to be more effective. In order to allow the user to improve the efficacy of their binding sites, miBS designer allows the user to increase the AU content by adding adenine or uracil to positions around the matches (specifically positions -1, 0, 1, 8, 9 and 10). The function is designed so that it varies the AU content without introducing new pairings.

Sticky endings

In order to facilitate the task of introducing the binding site into a plasmid, the user can add sequences to both endings of the binding site. Initially, the user can choose among the RFC-12 standard for biobricks BB2, the XmaI/XhoI restriction enzymes used somewhere in the project, or some custom sequences input by the user. In the last case, the output sequences will not be directly ready for cloning: the user has to either digest the construction prior to ligation, or to process the primers before ordering them to remove the extra nucleotides.

Output

miBS designer generates the primer needed to integrate the binding site desired, into a plasmid, alongside with the primer for the complementary strand. It will also produce specific names for the two primers.


Neural Network Model

Neural Network theory

Artificial Neural Network usually called (NN), is a computational model that is inspired by the biological nervous system. The network is composed of simple elements called artificial neurons that are interconnected and operate in parallel. In most cases the NN is an adaptive system that can change its structure depending on the internal or(and?) external information that flows into the network during the learning process. The NN can be trained to perform a particular function by adjusting the values of the connection, called weights, between the artificial neurons. Neural Networks have been employed to perform complex functions in various fields, including pattern recognition, identification, classification, speech, vision, and control systems.

During the learning process, difference between the desired output (target) and the network output is minimised. This difference is usually called cost; the cost function is the measure of how far is the network output from the desired value. A common cost function is the mean-squared error and there are several algorithms that can be used to minimise this function. The following figure displays such a loop.

Network.gif

Figure 1: Training of a Neural Network.

Model description

The NN model has been created with the MATLAB NN-toolbox. The input/target pairs used to train the network comprise experimental and literature data (Bartel et al. 2007). The experimental data were obtained by measuring via luciferase assay the strength of knockdown due to the interaction between the shRNA and the binding site situated on the 3’UTR of luciferase gene. Nearly 30 different rational designed binding sites were tested and the respective knockdown strength calculated with the following formula->(formula anyone???).

Input/target pairs

Each input was represented by a four elements vector. Each element corresponded to a score value related to a specific feature of the binding site. The four features used to describe the binding site were: seed type, the 3’pairing contribution the AU-content and the number of binding site. The input/target pair represented the relationship between a particular binding site and the related percentage of knockdown. Once the network was trained than it was used to predict percentages of knockdown given certain inputs. The predictions were then validated experimentally.

Characteristic of the Network

Results

Fuzzy Inference Model

shRNA binding sites

3 MFs for height input
MembershipFunction1.png
The height input is...


MF - "big" MF for ON/OFF-system
MembershipFunctionBig.png MembershipONOFF.png
bla bla

miRockdown on miBEAT

Right from the beginning of our modeling project, we knew we would have to integrate our trained models into an online GUI. We realized it in the most user friendly way we could think of: The user only needs to input the desired knockdown percentage (kd%) and choose an sh/miRNA sequence, to get a binding site that satisfies the users needs.

Overview of the miRockdown script flow: The knockdown percentage (kd%) input invokes the selection of the right experimental and model binding site or binding site parameters respectively. The binding site (BS) sequence input starts the generation of on the fly generated BS sequences, which are characterized by a modified targetscan_scores algorithm. The parameters of the selected model BS are correlated with the generated BS parameters and the most similar of the generated BS is the output.


The results of both of our models and the experimentally verified binding sites are integrated in [miRockdown] (see Figure: miRockdown) on the [miBEAT] GUI. For every binding site request of a user there are the results of the three different concepts displayed. Thus the users can always choose which of the three differently generated binding to use. The binding site with the most similar experimentally observed knockdown percentage is given out, together with its properties and oligos ready to clone into the miTuner-construct.
The binding sites generated from the model results come into play, when the user wants to use his or her own sh/miRNA, or when the experimentally verified binding sites have a knockdown, that is not sufficiently similar to the desired knockdown.
A script integrated into miRockdown will correlate the desired kd% with a database file for every model. The content of the database files consists of a set of binding site parameters objects spanning the complete range of the model input binding site parameters. Additionally the database files contain the models kd% result calculated for the whole set of objects.
With the user-chosen sh/miRNA sequence as input a binding site generator script is invoked, which varies the seed-type, 3'-pairing, AU-content and bulge-size of on the fly generated binding sites. The 3'-pairing and the AU-content score of the generated BS are characterized by a modified version of the targetscan_50_context_scores – Algorithm (Rodriguez et al., 2007). The input and output functions were adapted to the mode of operation of miRockdown, thus no files have to be generated while running miRockdown.
Now, that the generated binding sites are completely characterized, they can be compared with the parameters of the suitable model BS. The generated BS that fits the parameters of the suitable model BS best is selected as the output BS of miRockdown.

Tissue specific miRNAs

Aastha

Integration into GUI

Aastha

References

targetscan_50_context_scores.pl Copyright(c) 2007,2008 Whitehead Institute for Biomedical Research. All Rights Reserved Joe Rodriguez, Robin Ge, Kim Walker, and George Bell


Contents