This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Computing The Baseline Nussinov Score For Biological Significance

I know how to compute the Nussinov score for a given RNA sequence, but I don't know whether any score I compute is biologically significant. How do I go about computing a baseline score using the Nussinov algorithm such that any score above this baseline, I know is biologically significant?

rna sequencing

1 answer

One way of computing a 'background' to compare a score to, is be to shuffle/permute your RNA sequence and recompute the score for each such 'randomized' sequence.

I assume this is for illustrational/educational purposes only and that you know about the efficient algorithms and implementations which are based on proper thermodynamics models, e.g. the Vienna RNA package.

Andreas

Log in to answer this question.