Hi,
I am relatively new to the field of Bioinformatics and have just been introduced to BLAST. I'm trying to understand the output available from the BLAST program. As listed in the NCBI manual, I am generating output using -outfmt 5
which is an XML output
. The <hsp>
tag contains the value qframe
and hframe
.
In case of blastn, these values are 1,-1 which I guess reflects the strandedness of the alignments. However in case of tblastx
, the hframe
values are often 3,-2 and so on. What does this mean?