How do I set the RNAhybrid parameters to get more accurate and as many results as possible
0
0
Entering edit mode
10 months ago

Dear teachers, I am studying some mirnas in the exosomes of a fish. I want to predict the target genes of these mirnas by using three kinds of software (miranda, targetscan, and rnahybrid). The data I input is the fasta file of the mirna sequence and the 3'utr sequence of each gene. But the results predicted by these three software are very different, can you help me analyze it? I can show my code.

miranda MvsB.fa 3UTR.fa -sc 150 -en -20 | grep '^>>'|sed 's/^M//g'| sed 's/>>//g' >miRanda_MvsB.txt perl targetscan_70.pl MvsB.txt 3UTR..txt MvsB_targetscan.txt RNAhybrid -c -s 3utr_human -t MvsB.fa -q 3UTR.fa |awk -F ":" '{print $1"\t"$3}'| uniq > MvsB_RNAhybrid_results.txt

RNAhybrid miRNA_target_genes_prediction • 343 views
ADD COMMENT

Login before adding your answer.

Traffic: 3410 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