Filtering tblastn results
0
0
Entering edit mode
4.8 years ago

I have a protein sequence of a gene of interest I got from uniprot. I also have the full genomic sequences of my plant. I want to map where the gene is or if there are multiple copies. Since tblastn does not have many filtering options I started to manually filtering the best hits with high % of identity.

tblastn -evalue 1e-10 -query gene.fa -subject genome.fna -outfmt  "6 qseqid sseqid qstart qend sstart send mismatch gaps pident evalue length qlen slen qcovs score"

But interestingly the qcovs looks odd, for example one of the results is as follow:

length:76
qlen:545
slen:65861
qcovs:92

How is the query coverage 92% if the length of the alignment is only 76nt and the query length is 545? I struggle to find any information in blast documentation that cover this subject

blast tblastn alignment genome gene • 1.1k views
ADD COMMENT
0
Entering edit mode

There 92% cover the 76 region.

ADD REPLY

Login before adding your answer.

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