I wish to compare miRNAs based on their predicted secondary (or tertiary) structure and the sequence of the terminal loop. For this I need to implement a system which can:
- identify related miRNAs
- align them
- fold them
- determine the conservation of the sequence of the terminal loop
- create a metric that describes the comparison of the two structures
Searching for programs I have found but not yet tested infernal and RSearch the latter looks to be extremely computationally expensive. I am also aware of mfold/unafold.
Any other programs out there? Any heuristics that you can recommend?