Dear Friends,
I am trying to calculate RBS score for a number of predicted ORFs. I have been researching for a way to do this locally since I have many ORFs. Could you please let me know how this can be done? Thanks for your time.
Dear Friends,
I am trying to calculate RBS score for a number of predicted ORFs. I have been researching for a way to do this locally since I have many ORFs. Could you please let me know how this can be done? Thanks for your time.
Here: Python standalone implementation of RBS calculator.
https://github.com/hsalis/Ribosome-Binding-Site-Calculator-v1.0
When you say RBS score, do you mean procaryote ribosome binding sites calculator using free energy like this, but local version of it ? https://salislab.net/software/predict_rbs_calculator
Or eukaryote Kozak score, as implemented in ORFik ? https://rdrr.io/bioc/ORFik/man/kozakSequenceScore.html
Or Ribo-seq scores like this one in ORFik ? https://rdrr.io/bioc/ORFik/man/ribosomeReleaseScore.html
Or something else ?
If I understand then, you want to "Predict a mRNA's Translation Initiation Rate in Bacteria"
Go here and see if this is what you want ? https://salislab.net/software/predict_rbs_calculator
It would per gene, predict a RBS score (the translation initation rate)
Let me know if this is not what you want.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thank you for this Hauken!
Thanks! I ran this but, gave this error:
I see that there is no "common" directory in the git package? Could you please let me know where to get it or how to solve this issue? Thanks