Hello folks,
I have heard that blastp truncates the query sequence even when there is an exact match. Let me illustrate.
Lets say my query is "ABCDEFG" and it has a match with subject from D to G. The previous letters do not match the threshold and gets dropped so my result become.
query: DEFG
subject: DEFG
But here is the thing I was told that when the subject sequence is inspected its actually CDEFG but somehow the C gets dropped.
So I was trying to simulate a situation like this and I came across something that I am not able to understand. My input query is LNRNQPAATALANTIE against the pdbaaDB and the code I am using is blastp -query query.txt -db pdbaa -taxidlist negative.list -matrix PAM30 -word_size 2 -threshold 21 and this code is giving me an output as below.
Query 3 RNQPAATALANTI 15
R QP AT TI
Sbjct 45 RSQPEATNASQTI 57
I even set the threshold to 2k but still I am keeping recieving this. I was wondering if any of you could enlighten me?
Thank you
threshold
blastp
word_size