I want to take a gene sequence and identify if a metagenomic dataset posess this gene. I figured the best way to do this would be converting the gene sequence into a protein sequence and then into a HMM and using hmmsearch to look in the metagenomeic dataset.
Firstly, is this a good approach?
Secondly if it is, how do I do this?
Thank you for any advice!