Next up are multiple sequences. In the first part we grab some rRNA sequences from NCBI.
In the second part, we use muscle to align them (like before):
In the third part we just load the aligned sequences back into Python.
Notice that when we load unaligned sequences, we have a cogent.core.alignment.SequenceCollection, while an aligned set is a cogent.core.alignment.Alignment. We'll use these going forward. And yes, those are mighty long title lines. And we can do slices on the alignment.