Displaying an Multisequence Alignment
Use the NeoAssembler widget to display an alignment
of multiple sequences.
Here we parse an input file
that looks suspiciously like ClustalW output.
The source
is a bit longer than the earlier programs
in this tutorial.
Exercises
- Type in more and longer sequences
to see how the scroller and zoomer work.
- Specialize this program for DNA alignments
using AlignedDNAGlyph instead of AlignedResidueGlyph.
- Specialize this program for protein alignments
using AlignedProteinGlyph instead of AlignedResidueGlyph.