How to avoid microRNA-like off target effects using computational methods
2
0
Entering edit mode
8.8 years ago
Li Hsing ▴ 10

Hi all,

I am trying to build a Rat shRNA database, but I don't known how to avoid microRNA-like off target effects using computational methods?

Thanks

functional-genomics gene-knockout • 2.3k views
ADD COMMENT
1
Entering edit mode
8.8 years ago

If you're concerned about miRNA-like effects then you need to consider the seed region of your interfering RNA. You may find some inspiration from this paper : A bioinformatics method identifies prominent off-targeted transcripts in RNAi screens.

Or you could apply miRNA prediction methods to your shRNAs. For starting points see this post: Question: Best algorithms for mammalian microRNA target prediction

ADD COMMENT
0
Entering edit mode
8.8 years ago
CraigM ▴ 90

You can create a blast database of rat mRNA sequences and blast the sequence against it and parse the results to check that it has no off target effects in genes other than your intended target.

Use blast settings such as this to find small matches such a string of 16 nucleotides which may allow miRNA binding.

blastn -db rat_mrna -word_size 16 -evalue 1000 -query ratshrna.fa > ratshrna.bln

I implemented something like this in a siRNA finder script which can be found at:

https://github.com/cmonger/CHO_siRNA_Finder/blob/master/syfy.pl

ADD COMMENT
0
Entering edit mode

miRNAs work through imperfect matching of a 6-8 bases seed region to 3'UTRs of mRNAs. Even in the general case, using a word size of 16 would risk missing relevant matches. For example, see this paper: Many commonly used siRNAs risk off-target activity

ADD REPLY

Login before adding your answer.

Traffic: 1956 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6