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

  1. Type in more and longer sequences to see how the scroller and zoomer work.
  2. Specialize this program for DNA alignments using AlignedDNAGlyph instead of AlignedResidueGlyph.
  3. Specialize this program for protein alignments using AlignedProteinGlyph instead of AlignedResidueGlyph.

Next: Displaying an Assembly