I've understood that similarity is a metric used to possibly identify gene homology, though I'm trying to figure out how much similarity i should probably look for. For example, I know a very low similarity would signify that the genes don't share a lot in common, likely means they are not homologs.
I'm trying to figure out what mix of metrics and more importantly what range in said metrics (like low e-value + high identity = possible homolog candidate) I need.
e-value is not a score for similarity. It is the chance that you will find another similar sequence in the used database. That value will change if you use another reference database. (Some one can probably explain it better then me)
https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=FAQ#expect
I think for this kind of searches people mostly do BLASTX or TBLASTX. Not an exact answer but maybe it help you on the way.
I didn't word my initial question properly that's my bad!
I know the e-value says nothing about similarity just more of the probability of the sequence matching with another sequence randomly. I did browse the FAQ and BLAST information pages on NCBI though I haven't had much luck figuring this out. Like I said to lieven.sterck I'm trying to figure out what range of all the metrics (e-value, identity%, score, etc) I should look for in trying to find a homolog.
BLASTX and TBLASTX were my other option i'll try em out thank you!
Someone once told my that two proteins are already called homologs with an identity of 30%. If it is true I am not sure.
Is this article they also trow with some numbers (also around 30%): https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3820096/
Here some one says 40% https://www.researchgate.net/post/When_do_you_consider_two_proteins_to_be_homologous Maybe you can find a paper where they do something similar and validate that and use it also.
Another thing you could may do is to extract the genes/proteins from your reference database that are similar (have the same function) and do an all vs all alignment. Then you could take the lowest alignment score as your homolog threshold.
This definitely helps a ton thank you so much!
I don't remember so good anymore but I think when I did a all vs all alignment I used one of these tools: https://www.drive5.com/usearch/manual7/allpairs_global.html
https://www.drive5.com/usearch/manual7/allpairs_local.html