I have RNA data from running the cmscan program of the Infernal library.
The cmscan output is very detailed, consisting of all the different families of RNA, their sequences, coordinates, secondary structure etc. This is approximately a 6 Gb data. Now, I want to extract the miRNA sequence alone and go for predicting the potential targets.
The challenge is, I don't have a suitable automated way to extract the miRNA sequences from the cmscan output.
Infernal doesn't have an appropriate utility to help with this.
This is a screenshot that shows snippet of the
I can script using Python, and I need a head-start, like a pattern/ guideline to follow to extract the miRNA sequence sequence alone
Okay, I will follow that approach. Thank you.