Calculate percentage of sequence identity between two RNA sequences using Infernal
1
1
Entering edit mode
8.9 years ago
sri ▴ 10

I'm just wondering whether we could calculate percentage of sequence identity between two RNA sequences using Infernal through the cmalign feature? If yes, how do I go about it? Any help is appreciated. Thanks

RNA alignment • 3.0k views
ADD COMMENT
3
Entering edit mode
8.9 years ago
nawrocke ▴ 30

To calculate sequence percent identity using Infernal, first align the sequences of interest to the same model using cmalign. Then use the esl-alipid utility program that is included with Infernal here <PATH-TO-INFERNAL-1.1.1>/easel/miniapps/esl-alipid. For example:

/src/infernal-1.1.1/src/cmalign my.cm my.fa > my.stk
/src/infernal-1.1.1/easel/miniapps/esl-alipid my.stk

Let me know if you have further questions.

-Eric

ADD COMMENT
0
Entering edit mode

Hello Eric. That worked like a charm. Thanks!

ADD REPLY
0
Entering edit mode

Eric, I just have one additional question. Let say, I have more than 1 .stk file. So would it be possible to calculate the sequence similarity of all the files at the same time? Or do I need to write a script to do that?

ADD REPLY

Login before adding your answer.

Traffic: 2255 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6