I have a handful of similar sequences with a reference that I have aligned each one to with Needleman. As oppose to looking at each alignment one at a time, is it possible to view them all in relation to the reference since they all share the same reference? I'm hoping for it to look like a multiple sequence alignment essentially (I've tried doing MSA on this set but sequences with large indels do not align correctly).
oh why didn't I think of that.thank you. What aligner would I use to generate global alignments in bam?
There are several tools for aligning and almost every aligner will produce bam. As for me, I use bowtie2 aligner. Bowtie website
thank you
i ended up scripting something in python but using Needleman