Closed Codezy99 closed 3 years ago
Hi Zhou
.prob file is a LxL matrix which consists of base-pair probability of each nucleotide in a sequence with every other nucleotide in the sequence, where L is the length of the sequence.
If you are familier with python, you can simply read this .prob file in python using following command:
>>> y_pred = numpy.loadtxt(y_pred.prob)
If you plot 'y_pred', it will looks as follows:
The above plot is for the following sequence:
>reference SPOT-RNA output
GGGUGAUUAGCUCAGGGGAGAGCACCUCCCUACAAGGAGGGGGUCGGCGGUUCGAUCCCGUCAUCACCCACCA
(((((((<.((((><....))))(((((((....)))))))...>((((((...)..))))))))))))....
Thanks
Thanks for your clear answer. Have a great day : )
Hi Jaswinder,
Great work! I have a question regarding the output of the tools. I was wondering how we can interpret the .prob files. Do all the numbers in this file mean the probability of a certain position to be paired? Thank you.
Best regards, You