Secondary Structure Alignment Method
2
2
Entering edit mode
9.2 years ago
virpatel3 ▴ 20

I have many genes for many bacteriophage with precomputed secondary structures such as:

HHHHHHHHHHHHHCCCCCCHHHHHHHHHHHHHHHHHHHHHCCHHHHHHHHHCHHHHHHHH

I want to align each gene's secondary structure with the SSE (secondary structure elements) of the other bacteriophages. So for instance, I may also have

HHHHHHHHHHHHHCCCCCCHHHHHHHHHHHHHHHHHHHHHCCHHHHHHHHHCCHHHHHHH

for another gene. I would like to be able to align these genes so that I can find the evolutionary relationships between the bacteriophages.

Does anyone have a suggestion for the algorithms I should use for this project?

alignment secondary-structure • 3.3k views
ADD COMMENT
1
Entering edit mode

I never faced the problem of aligning secondary structure so I'm probably overlooking a lot of complications, but by the way the question is asked the first and easiest thing that comes to my mind is to align one set of genes vs the other with BLAST.

ADD REPLY
1
Entering edit mode

Blast is good but him ask for the alignment of the secondary structures and i think that blast is not good in this case. yes is true that the blast is a good on line tools for alignment but the problem is that blast compute the alignment on the basis of a database searching the possible releated sequences.

in your case virpatel3 i'm suggest to create an algorithm of alignment.

you can search on google examples about this.

sure i never heard about the alignment of SS elements.

ADD REPLY
0
Entering edit mode

You could use Biopython's alignment module pairwise2 with a custom scoring function. Documentation

ADD REPLY
1
Entering edit mode
9.2 years ago
a.polo88 ▴ 120

OK I tried on the website clustalW

It seems to work

http://www.ebi.ac.uk/Tools/services/web/toolresult.ebi?jobId=clustalw2-I20150222-140308-0817-61234194-pg

Try it!

If you will use it remember that fro each of sequences the format is

> name of protein or what do you want
sequence

Example:

> name
HCCCHHHC
>name1
HCCCHHHHHHHC

Results of your examples

http://www.ebi.ac.uk/Tools/services/web/toolresult.ebi?jobId=clustalw2-I20150222-140838-0639-99240772-oy

ADD COMMENT
0
Entering edit mode
4.7 years ago
The ▴ 180

If I correctly remember , there was a paper in PNAS by George D Rose in late 90s which dealt with this. The goal was to find out structurally similar sequences based on predicted secondary structure. So far I remember they employed a simple scoring system (match/mismatch binary type):

enter image description here

Edit: Here's the paper: "Seeking an ancient enzyme in Methanococcus jannaschii using orf, a program based on predicted secondary structure comparisons"

https://www.pnas.org/content/95/6/2818

ADD COMMENT

Login before adding your answer.

Traffic: 2239 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