Line 34: | Line 34: | ||
− | + | function myFunction() { | |
+ | var x = document.getElementById("myDIV"); | ||
+ | if (x.style.display === "block") { | ||
+ | x.style.display = "none"; | ||
+ | } else { | ||
+ | x.style.display = "block"; | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
Revision as of 09:56, 17 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 |
Ui-Tei rule
- An ‘A’ or ‘T’ at position 19
- A ‘G’ or ‘C’ at position 1
- At least five ‘U’ or ‘A’ residues from positions 13 to 19
- No ‘GC’ stretch more than 9nt long
Calculating silencing probability
siRNA overhangs and scaffolds
Check siRNA
Command line application
Graphical Interface usage
1. siRNA for RNAi
- Insert gene sequence
- Choose Tace vector system (optionally)
- Constructions of siRNAs
- View resulting siRNAs (sense and antisense sequence) and their corresponding probability
- Decide if siRNAs should be saved with MicC scaffold (only if Tace is not used)
- Save results as FASTA file
2. siRNA for silencing
- Insert gene sequence
- Choose Tace vector system (optionally)
- Constructions of siRNAs
- View resulting siRNAs (sense and antisense sequence) and their corresponding probability
- Decide if siRNAs should be saved with MicC scaffold (only if Tace is not used)
- Decide if siRNAs should be saved with OmpA scaffold (only if Tace is not used)
- Save results as FASTA file
3. Check siRNA
- Insert gene sequence
- Insert siRNA sequences
- Choose method the siRNA was constructed for (siRNA for RNAi or siRNA for silencing)
- Choose if siRNA was constructed for Tace (optionally)
- Validation of entered siRNA for given target gene sequences
- View results
- Save results (optionally)
Outlook
Elbashir, S.M., Harborth, J., Lendeckel, W., Yalcin, A., Weber, K., and Tuschl, T. (2001). Duplexes of 21-nucleotide RNAs mediate RNA interference in cultured mammalian cells. Nature 411: 494–498.
Foley, P.L., Hsieh, P., Luciano, D.J., and Belasco, J.G. (2015). Specificity and evolutionary conservation of the Escherichia coli RNA pyrophosphohydrolase RppH. J. Biol. Chem. 290: 9478–9486.
Kibbe, W.A. (2007). OligoCalc: an online oligonucleotide properties calculator. Nucleic Acids Res 35: W43–W46.
Na, D., Yoo, S.M., Chung, H., Park, H., Park, J.H., and Lee, S.Y. (2013). Metabolic engineering of Escherichia coli using synthetic small regulatory RNAs. Nat. Biotechnol. 31: 170–174.
Naito, Y. and Ui-Tei, K. (2012). siRNA Design Software for a Target Gene-Specific RNA Interference. Front Genet 3.
Reynolds, A., Leake, D., Boese, Q., Scaringe, S., Marshall, W.S., and Khvorova, A. (2004). Rational siRNA design for RNA interference. Nature Biotechnology 22: 326–330.
Siomi, H. and Siomi, M.C. (2009). On the road to reading the RNA-interference code. Nature 457: 396–404.
Takasaki, S. (2009). Selecting effective siRNA target sequences by using Bayes’ theorem. Computational Biology and Chemistry 33: 368–372.
Foley, P.L., Hsieh, P., Luciano, D.J., and Belasco, J.G. (2015). Specificity and evolutionary conservation of the Escherichia coli RNA pyrophosphohydrolase RppH. J. Biol. Chem. 290: 9478–9486.
Kibbe, W.A. (2007). OligoCalc: an online oligonucleotide properties calculator. Nucleic Acids Res 35: W43–W46.
Na, D., Yoo, S.M., Chung, H., Park, H., Park, J.H., and Lee, S.Y. (2013). Metabolic engineering of Escherichia coli using synthetic small regulatory RNAs. Nat. Biotechnol. 31: 170–174.
Naito, Y. and Ui-Tei, K. (2012). siRNA Design Software for a Target Gene-Specific RNA Interference. Front Genet 3.
Reynolds, A., Leake, D., Boese, Q., Scaringe, S., Marshall, W.S., and Khvorova, A. (2004). Rational siRNA design for RNA interference. Nature Biotechnology 22: 326–330.
Siomi, H. and Siomi, M.C. (2009). On the road to reading the RNA-interference code. Nature 457: 396–404.
Takasaki, S. (2009). Selecting effective siRNA target sequences by using Bayes’ theorem. Computational Biology and Chemistry 33: 368–372.