Is that a "yes", this worked to address your original question?
a protein failed to be aligned to genome by tblastn
Hi all:
I have a protein sequence which I know the genomic region where it came from. also I have the CDS.
by blasting the CDS to the genome, I can find the exact position of that transcript. however, the first 200 AA of the protein could not be aligned to the corresponding region by tblastn.
Could any one help me to understand what happened ? Thanks in advance! Best,
• 2,727 views
•
link
2 answers
I solved this problem by turing off two options of tblastn: -seg and -comp_based_stats.
the former was for filtering low-complexity sequence.
• 1 views
•
link
Try tblastx. Usually it is much more successful than tblastn.
• 1 views
•
link
Log in to answer this question.
I think their might be a large intronic region after 200 AA as BLAST looks for local alignment and the region for the 200 AA is little bit far upstream BLAST might have missed it. try tblastn using only the 200 AA and it may give alignment upstrem of your present alignment.
Hope this works.
Thanks! I have tried this but found that the first 200 AA could not be aligned to genome by tblastn when using this 200AA as query alone. as a control, another 200AA in the middle of the protein could be aligned to the correct position with a %identity < 60%.