Finding homologs in BLASTN
0
0
Entering edit mode
2.8 years ago
Meeeee • 0

Hi! I am trying to find homologs using BLASTN within an assembly, however I don't understand why do I have different ranges of my query in my subject but in different genome positions. Also, how to read the alignment of these ranges with my query sequence as there are many.

Thanks! Im new to this :(enter image description here

genomics comparative • 723 views
ADD COMMENT
1
Entering edit mode

blast+ as the name says is a local aligner. So it tries to find local alignments between query and the database sequences. These local similarities result in high scoring pairs (HSP's) like the ones you see above. There may be multiple HSP's in a single subject sequence (especially a chromosomes). You should read this document from NCBI to understand how BLAST works. Note: It is marked for historical reference but explanation of how a BLAST search works is still valid.

Note: If you are trying to find homologs then it is always better to work in realm of protein sequence than nucleotide.

ADD REPLY
0
Entering edit mode

Thanks! So as I did with proteins, should I choose the hsp with the higher scores and less e value?

enter image description here

ADD REPLY
0
Entering edit mode

should I choose the hsp with the higher scores and less e value?

Without knowing what the query is and what you are trying to do I can't say. HSP with high scores and low e-value are indeed similar/homologous but they could simply be matching a domain (or a functional site, motif) in a bigger protein which otherwise may not be homologous to whatever you are searching with.

ADD REPLY

Login before adding your answer.

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