Bowtie2 - Force alignment of terminal mismatches
1
0
Entering edit mode
8.3 years ago

When using end-to-end global alignment within Bowtie2, how does it handle terminal (5'/3') mismatches? For example:

REF

5'-205-GATCAAC

READ

5'-CATCAAC

Is there a way to force alignment and have Bowtie2 report the mapped coordinates in such a way to preserve the exact position of the 5' end as if the mismatch did not exist in the read? In the above example this would mean reporting that the read maps to position 205-211, rather than 206-211.

alignment sequencing • 1.4k views
ADD COMMENT
0
Entering edit mode
8.3 years ago

I assume that Bowtie2 would do what you want correctly in end-to-end mode, since that's the definition of a global alignment. Assuming that your other parameters (like seed length) are set correctly, since generally aligners don't look for 6bp seed matches.

If you run BBMap with the k=6 flag (forcing length-6 seeds) it will give you the full alignment. However, bear in mind that aligners need correctly-formatted input, unlike what you posted. For example

REF

>5'-205-
GATCAAC

READ

>5'-
CATCAAC

This is correct Fasta format.

ADD COMMENT

Login before adding your answer.

Traffic: 1935 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6