Line 52: | Line 52: | ||
<article> | <article> | ||
− | In our | + | In our project we introduce RNA interference (RNAi) and silencing with small interfering (si)RNAs as an alternative to CRISPR/Cas. To make use of our siRNA vector system Tace, functional siRNA for prokaryotic organisms must be determined. Thus, we developed a siRNA construction tool, which can find possible siRNAs for a given gene sequence and calculate their gene silencing probability. It consists of the three modules siRNAs for RNAi, siRNA, and check siRNA. Obtained siRNAs are perfectly compatible with our siRNA vector system. To the best of our knowledge, this is the first tool dedicated to predicting customized siRNA for the application in prokaryotes. This Python tool comes in two versions: a command line application and an easy-to-use graphical interface. |
+ | </article> | ||
+ | |||
+ | <h2>siRNAS short introduction</h2> | ||
+ | |||
+ | <article> | ||
+ | siRNAs are small single- or double-stranded RNAs with an average length of 21-25 nucleotides. They are non-coding RNAs which can bind a specific complementary coding mRNA and silence its function. During RNAi siRNAs are loaded to Argonaute proteins, which carry out the repression.(Siomi and Siomi, 2009). More about the siRNAs and the mechanisms are <a hre="here"><a>. | ||
</article> | </article> | ||
Line 60: | Line 66: | ||
In 2012 the <a href="https://2012.igem.org/Team:SYSU-Software/Models#pp2">SYSU-Software Team</a> integrated an siRNA cDNA designer as a small part in their project. siRNAs designed with this tool were applicable in eukaryotic organisms. They included two different design methods: Tom Tuschl’s method and Rational siRNA design. | In 2012 the <a href="https://2012.igem.org/Team:SYSU-Software/Models#pp2">SYSU-Software Team</a> integrated an siRNA cDNA designer as a small part in their project. siRNAs designed with this tool were applicable in eukaryotic organisms. They included two different design methods: Tom Tuschl’s method and Rational siRNA design. | ||
</article> | </article> | ||
+ | |||
+ | <figure role="group"> | ||
+ | <img class="figure hundred" src="https://static.igem.org/mediawiki/2018/c/c6/T--Bielefeld-CeBiTec--Tom_Tuschl_small_vk.png"> | ||
+ | <figcaption> | ||
+ | <b>Figure 1:</b> Structure of an siRNA designed with Tom Tuschl's method. Both siRNA have a characteristic 'TT' overhang at the 3'-terminus. | ||
+ | </figcaption> | ||
+ | </figure> | ||
<article> | <article> | ||
− | Tom Tuschl’s method focuses basically on the existence of 5’ and 3’ ‘TT’ overhangs (Figure X)(Elbashir et al., 2001). These are not compatible with overhangs and scaffold sequences necessary for the prokaryotic mechanisms. | + | Tom Tuschl’s method focuses basically on the existence of 5’ and 3’ ‘TT’ overhangs (Figure X)(Elbashir et al., 2001). These are not compatible with overhangs and scaffold sequences necessary for the prokaryotic mechanisms. Therefore, we decided to use the Ui-Tei rules as an alternative design method (Naito and Ui-Tei, 2012). We adapted the rational siRNA design since it was more suitable for our application (Reynolds et al., 2004). Both design rules apply only to the 19nt long target binding sequence. |
</article> | </article> | ||
Line 69: | Line 82: | ||
<article> | <article> | ||
− | By a systematic analysis of 180 eukaryotic siRNAs Reynolds et al. identified eight criteria that are important for | + | By a systematic analysis of 180 eukaryotic siRNAs Reynolds et al. identified eight criteria that are important for ther functionality (Reynolds et al., 2004). Each criterion gets a sciore that can be either positive or negative, corresponding to its effect on the siRNA. All siRNA candidates that have a score above six are potential high functional siRNAs. |
</article> | </article> | ||
+ | |||
+ | <table id="t01" class="centern"> | ||
+ | <tr> | ||
+ | <th>Rule</th> | ||
+ | <th>Score</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>30%-52% G/C content</td> | ||
+ | <td>+1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>At least 3 'A/U' bases at positions 15-19</td> | ||
+ | <td>+1 (for each 'A/U' base)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Absence of internal repeats (\(T_m \lt 20\))</td> | ||
+ | <td>+1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>An 'A' base at position 3</td> | ||
+ | <td>+1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>An 'A' base at position 19</td> | ||
+ | <td>+1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>An 'U' base at position 19</td> | ||
+ | <td>+1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>A base other than 'G' or 'C' at 19</td> | ||
+ | <td>-1</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>A base other than 'G' at position 13</td> | ||
+ | <td>-1</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
<article> | <article> | ||
The melting Temperature Tm is calculated as followed (Kibbe, 2007): | The melting Temperature Tm is calculated as followed (Kibbe, 2007): | ||
</article> | </article> | ||
+ | |||
+ | $$ T_m = 79.8 + 18.5 * log_10([Na^+]) + (58.4 * [G/C content])+(11.8*([G/C content])^2) - (\frac{820}{length siRNA})$$ | ||
<article> | <article> |
Revision as of 17:23, 14 October 2018
siRCon - A siRNA Constructor
siRNAS short introduction
Choosing appropriate design methods
Rational siRNA design
Rule | Score |
---|---|
30%-52% G/C content | +1 |
At least 3 'A/U' bases at positions 15-19 | +1 (for each 'A/U' base) |
Absence of internal repeats (\(T_m \lt 20\)) | +1 |
An 'A' base at position 3 | +1 |
An 'A' base at position 19 | +1 |
An 'U' base at position 19 | +1 |
A base other than 'G' or 'C' at 19 | -1 |
A base other than 'G' at position 13 | -1 |