muscle/g" 23S.muscle > 23S.muscle.renamed
This will make a new file with a ".renamed" suffix. In this modified file, containing the Muscle alignment, all the FASTA sequence names will have "muscle" prepended to them. Sed is the UNIX stream editor. Type "man sed" for details. In this case, it is matching a ">" at the beginning of a line ("^" matches the beginning of a line), and substituting it with ">muscle". The "g" means it should make this replacement globally (throughout the entire file).
Now we can add this alignment to the ClustalW alignment we previously loaded into ClustalX. Go back to the ClustalX screen (the ClustalW alignment should be already on the screen), and select File... Append Sequences. Choose the "23S.muscle.renamed" alignment.
You should now see both alignments on the screen. Scroll across the screen, through the alignment, and look for any differences (if any).
Are there any differences between the alignments these programs generate?
If there are differences, then which program appears to be doing a better job of reflecting homologous columns?
Did you succeed in creating an alignment in which the boarders of the selfsplicing introns are recognizable?
Can you find settings that improve the alignment around the self-splicing intron? (for clustalw2, you might want to use the menu driven version)
Perform alignments for the other 3 datasets (keep the results!).
If you never used clustalw/clustalx before, save the aligned sequences in different format and look at them in MS Word (select a non-proportional font).
In the aln files, you can delete whole blocks using microsoft word (e.g., those corresponding to the inteins/introns) by pressing down the alt-option key while selecting with a mouse. After you saved the aln file from word, you can re-open the file in clustalx and save it in any other format you like. Do this
When you are done, you might want to repeat the exercise for datasets that you consider using for your student project.
If you want to do more, consider doing the dotlet exercises form here (but do not submit the form :) ).