I am working on a set of aligned reads and I believe 10% of them were misaligned; for example:
CCAGGGGATC
-2-CCAGGAGATTC ("-2-" means IGV believes that there are 2 deletions and moved that read to the right for 2 positions.)
I want to move the second reads to the left for 2 positions, so it can be looked like:
CCAGGGGATC
CCAGGAGATTC
Can I do that in IGV? I am using IGV to check for misalignment but I cannot drag those misaligned reads over horizontally.
I don't think any genome browsers allow editing of alignments. They are simply "browsers". These alignments would need to be changed in BAM file itself which would mean changing CIGAR strings and other things. Not simple to do via a GUI.