This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Visualizing Hmm Files Of Hmmer3

Is there a way to generate HMM-logos for the outputs of HMMER3? All tools seem to be limited to HMMER2, so neither LogoMat-M nor HMMeditor are working with my .hmm files.

Are there any recommendations how I could easily visualize such files to check the underlying model?

hmm hmmer visualization

3 answers

I don't know of tools for directly visualising HMMs in HMMER2 format. However, you can use hmmconvert to convert the HMMER3 files back to HMMER2 format.

Andreas

Somehow I missed this option in the docu. I converted the files and everything works fine! Thank you!

correct answer, but no upvote? :)

+1 for a clever but simple solution.

Skylign is now capable of that.

There is a visualization script based on LaTeX and TikZ available at https://github.com/lkuchenb/hmmer2pdf that can handle HMMER3 hmm files.

Log in to answer this question.