Hi all,
I've stumbled into an issue in my analysis for which I haven't been able to think of a single solution.
I have ~4,000 distinct pairs of orthologous sequences, and I would like to have global alignments for each pair. I am not interested in a multiple sequence alignment, but simply distinct pairwise alignments. In papers with similar-sized data sets, authors have briefly mentioned that they used standard alignment programs, like ClustalW, MUSCLE, or T-Coffee. However, short of inputing each pair of sequences at a time into these programs (i.e. thousands of inputs!), I haven't been able to understand how that can be done in those programs. As far as I can tell, the set of sequences one supplies as input will undergo a multiple sequence alignment.
Am I missing something in how to use those programs for this problem? Or is this an issue that must be dealt with Perl programming?
Any insights would be greatly appreciated!
Thanks!
I've stumbled into an issue in my analysis for which I haven't been able to think of a single solution.
I have ~4,000 distinct pairs of orthologous sequences, and I would like to have global alignments for each pair. I am not interested in a multiple sequence alignment, but simply distinct pairwise alignments. In papers with similar-sized data sets, authors have briefly mentioned that they used standard alignment programs, like ClustalW, MUSCLE, or T-Coffee. However, short of inputing each pair of sequences at a time into these programs (i.e. thousands of inputs!), I haven't been able to understand how that can be done in those programs. As far as I can tell, the set of sequences one supplies as input will undergo a multiple sequence alignment.
Am I missing something in how to use those programs for this problem? Or is this an issue that must be dealt with Perl programming?
Any insights would be greatly appreciated!
Thanks!
Comment