I am running a BLASTN search on a 15-nucleotide sequence with the following parameters:
expect threshold = 1000, word size = 7, match/mismatch = 1, -3, no filters or masks
I am getting only 100% identity hits. However, I am also interested in hits with mismatches or gaps in the middle of the sequence, which are not showing up in the results even when I raise the expect value or make the match/mismatch penalties less severe.
What parameters should I use to allow results with gaps to show up?
Thanks!
You can also try setting gap penalties.
I have tried fooling around with the gap penalties, but there are still only 100% matches. I have a feeling that 15 nucleotides may be too short to find sequences gaps within a reasonable number of hits since there are so many hits. When I do a sequence of ~35 nucleotides, then several gaps start showing up, but this is not the case with ~15 nucleotide sequences.
How did u put the command to get only 100% identity using your followed parameters.
Thanks
I didn't put any command, the results just ended up being on 100% identity matches using the settings that I posted above.