This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Only One Blast Result Per Query (Lowest E-Value)

I'm BLASTING to get gene names, and am only interested in the lowest E-value BLAST result for each query. From there, I'm looking to extract the gene name. How can this be done? I'm using the online server version of BLAST, but can easily transition to Linux.

blast

In command line, local Blast :

-max_target_seqs 1

On Blast API this should be the Algorithm parameters > General Parameters > Max matches in a query range

Hum interesting article, I would say, try the parameter on a well known dataset, if you get what you had expected, go ahead. If not, you can also filter the output yourself using bash command, python, perl etc...

0 answers

No answers yet.

Log in to answer this question.