Hello,
I would like to use BLAST with Low sensitivity(using DNA sequences). Wha't the best paramters should i choose? this is my command:
blastn -query query.fa -subject subject.fasta -out resultatblastn_cerevisae_real -reward 5 -penalty -4 -gapopen 10 -gapextend 6 -evalue 1
should i change my parameters?
thanks for your help
What is your intent? By "low sensitivity" you mean finding only very similar sequences?
no, it's the opposite. I want to find sequences with low similarity.
You want a high sensitivity, low specificity blast, then.
Hard to figure out exactly what you want but if it is not what @h.mon says then ..
relax the limits, set penalties to low values and collect all "hits" with -evalue set to 10. Then post-parse the results to select "hits" that fit your criteria for "low similarity".