Thanks :), Actually I did that prediction, and I think it was not so bad, I get about 80% of aligned reads (with multi-hit). I will read that papers THANK YOU. Also there is a webserver for predict target genes from mir_id:
http://zmf.umm.uni-heidelberg.de/apps/zmf/mirwalk2/
I will use it for target prediction and anotate new ones after validation.
RNA should be recognized by BLAST.
Of cause you can convert RNA to DNA by an easy solution using
awk:awk '{ if (!/>/) { gsub(/u|U/, "T", $0) } print }':And if the query sequences are very short, use option
-task blastn-shortwhen usingblastn.