Entering edit mode
7.6 years ago
wl284
▴
100
I'm trying to look for some mitochondrial genes that could be highly divergent in a genomic assembly using a hmm profile of translated genes from other organisms.
Normally I use hmmbuild to make a profile and hmmsearch (both from HMMER) to search a database of protein sequences but I was wondering whether there was any way of searching the nucleotide sequences directly using the hmm profile, without having to translate them first, similar to how you can search nucleotide databases with protein sequences using tblastn?
Yes, I'm referring to the hmmsearch within the HMMER package. I'll update my question to be more specific.
Did you ever find a good solution for this? Thanks!