Thank you much for your help!
I'm happy to hear my dataset isn't big enough to break the programs! I really appreciate the logical questioning about working with the data the way I have it. My boss is interested in looking at really subtle changes, which I imagine is why the request included so much redundancy. We'll see how far I get with this, I guess!
I was successful (I think?) using clustalo from the terminal. The GUIs all gave me size limit problems. I used:
clustalo --in=merged.fa --out=mergedout.aln --force --outfmt=clustal --threads=6 --verbose
resutling in
Using 6 threads
Read 7525 sequences (type: DNA) from merged.fa
Using 165 seeds (chosen with constant stride from length sorted seqs) for mBed (from a total of 7525 sequences)
Calculating pairwise ktuple-distances...
Ktuple-distance calculation progress done. CPU time: 14863.37u 14.81s 04:07:58.18 Elapsed: 00:46:20
mBed created 117 cluster/s (with a minimum of 1 and a soft maximum of 100 sequences each)
Distance calculation within sub-clusters done. CPU time: 3274.19u 3.45s 00:54:37.64 Elapsed: 00:10:29
Guide-tree computation (mBed) done.
Progressive alignment progress done. CPU time: 147495.51u 240.46s 41:02:15.97 Elapsed: 12:48:02
Alignment written to mergedout.aln
and got a giant output that looks mostly like:
CLUSTAL O(1.2.4) multiple sequence alignment
chr10:100406331-100412500 ------------------------------------------------------------
chr10:100454491-100460565 ------------------------------------------------------------
chr10:10069375-10075458 ------------------------------------------------------------
About 4 million pages later (I kid, somewhat) I can see some of the dna:
chr1:221383065-221389208 ------------------------------------------------------------
chr1:221396164-221403863 tggtagaatacaaagctcc------actgattgctt-----------------tccctcc
chr1:221503243-221509958 ------------------------------------------------------------
but I am unsure how to interpret all of this. I have read that "*" means that the residues or nucleotides are identical in all sequences in the alignment, ":" means that conserved substitutions are observed, and "." means that semi-conserved substitutions have been observed.
but I have dashes! Does that mean these are all gaps? Is it something about my inputs? Does it have something to do with the output:
mBed created 117 cluster/s (with a minimum of 1 and a soft maximum of 100 sequences each)
?
Any suggestions or directions are so appreciated! Thank you so much.