Alignment of things other than DNA or Protein Sequences
1
0
Entering edit mode
2.1 years ago

This is a bit of a strange question, but I was wondering if anyone knew of any tools that would allow me to create an alignment (ideally a multiple sequence alignment but I can do multiple pairwise alignments too) of words instead of DNA or protein sequences?

As an example, let's say I had three lists:

enter image description here

I would love a tool to spit out something like this:

enter image description here

Sorry for the format, but I hope you get the idea. I'm hoping to avoid having to code the whole algorithm myself or do it manually. Thanks in advance for any ideas!

alignment • 638 views
ADD COMMENT
0
Entering edit mode
2.1 years ago
Mensur Dlakic ★ 30k

In principle, you can align anything to anything given some kind of a substitution matrix that tells the program how to score the alignments. Depending on how many unique words are in your dataset, you can still simplify it down to single letters (yellow->Y, red->R, etc). It also depends on whether you are looking for absolute identity or if some color can substitute for each other even when non-identical (say, orange and red or orange and yellow). Again, a substitution matrix would specify if any imperfect matches are permissible.

ADD COMMENT

Login before adding your answer.

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