I generated different MSA (multiple sequence alignments) from the same set of sequences using different aligner programs (for example MAFFT, FSA, hmmalign, etc).
Is there a convenient tool for visualizing the differences between resulting alignments?
I am expecting some kind of map between columns that are mostly similar; such tool would allow to pinpoint at glance which sequence segments are unaligned in one MSA while aligned in the other MSA.
In FSA (Fast Statistical Alignment), there is a companion program called MAD which allows this, but only for FSA outputs (using the --gui option), thus not usable to compare MSA from various sources. In BAli-phy as well I think, but I also ignore if it can be used for other sources.
Without doing some realignment, this might be difficult to do if the alignments don't all end up the same length.
If they do, it would actually be quite easy to treat the alignment as a table and compare positions between a 'stack' of alignments.