Where to find BLAST+ default parameters?
1
1
Entering edit mode
8.4 years ago
biolab ★ 1.4k

Hi, everyone,

I am using BLAST+ to identify homologous genes. I would like to know the default parameters of BLASTN. When typing blastn -h orblastn -help, I could not find detailed default values. On blast+_user_manual.pdf downloaded from NCBI, I could not find these default settings. Could you please do me a favor? I am particularly concern about word_size, penalty score settings, repeat filter, etc. THANK YOU very much!

blast • 6.6k views
ADD COMMENT
6
Entering edit mode
8.4 years ago
  1. blastn (megablast) [for highly similar sequences]

    • word_size = 10
    • match/mismatch scores = 1, -2
    • gap cost = linear
    • filter = low complexity regions
  2. blastn -task blastn [quite similar sequences]

    • word_size = 11
    • match/mismatch scores = 2, -3
    • gap costs = existence: 5, extension: 2
    • filter = low complexity regions

You can find this information at NCBI BLAST. If you are running local BLAST with outfmt 0 or 1, you will also see the parameters at the end of your output file.

ADD COMMENT
0
Entering edit mode

Thank you a.zielezinski. Your information is useful.

ADD REPLY

Login before adding your answer.

Traffic: 2671 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