How Can I perform a multiple alignment with characters?
2
0
Entering edit mode
8.4 years ago
cristialf • 0

Hi everyone, I am trying to perform a multiple alignment with characters different that aminoacids or nucleotides, e.g. (tt00000000000000000000000000000lllll00000000000T000000) ,(000K0000llll00000P00000), (000K0000lll)... I was playing with the implementation of Perl of Needleman-Wunsch algorithm, but it runs a pairwise alignment. Some suggestions? Thanks in advance

alignment • 1.6k views
ADD COMMENT
0
Entering edit mode

Hello cristialf!

It appears that your post has been cross-posted to another site: http://stackoverflow.com/questions/34012085/how-can-i-perform-a-multiple-alignment-with-characters

This is typically not recommended as it runs the risk of annoying people in both communities.

ADD REPLY
2
Entering edit mode
8.4 years ago
thackl ★ 3.0k

Why not just convert your chars into a pseudo-protein alphabet compatible with available MSA software and back-translate afterwards? Or do you need more than 20-something supported amino acid chars?

ADD COMMENT
0
Entering edit mode
8.4 years ago

If you can align the sequences pairwise, then an iterative MSA algorithm like Barton-Sternberg is reasonably easy to implement.

ADD COMMENT

Login before adding your answer.

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