This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Aligning Genomic Regions Of Proteins

I want to compare the genomic organization (exons and intros) of two similar proteins. I am wondering which tool will be suitable for this purpose.

alignment

2 answers

I use Exonerate for this.

It's very simple to run it:

exonerate query.fasta target.fasta

It guesses, by deafult, which inputs are DNA and which are proteins.

have you tried TBLASTN ? You can parse your exon hits as a post-processing step.

Log in to answer this question.