This is a test version of Biostars. For the public version, visit https://www.biostars.org.
non human homology detection

Hi

I have a list of Rvxxx IDs and UniProt IDs of a bateria, how I can retrieve homologues for another bateria?

Thanks for any clue

homology uniprot id

1 answer

You will need to distinguish between orthologs (speciation) and paralogs (gene duplication).

With UniProt ID"s you should be able to search UniRef database to identify clustered members. e.g. https://www.uniprot.org/uniref?query=Q04657

NCBI's COG database would be another good source: https://www.ncbi.nlm.nih.gov/research/cog/

OrthoDB would be another source: https://www.orthodb.org/?

Failing that you will need to go the classic route of BLAST --> MSA etc.

I first assigned M. tuberculosis genes to E. coli using KEGG orthology, then used BLASTP against the E. coli proteome to recover sequence-based homologues for genes missing KEGG annotations, producing a combined KEGG+BLAST homology table for downstream analysis. Is that normal that from 4000 genes, I only could map 1700 genes?

Log in to answer this question.