Hello everyone,
I am currently working with HMMER3 and created a bunch of profiles which I now want to use for another project.
The problem is, that I want to write the code for my project in R and can't find a method to load the profiles. Does anybody know a method or package to get the model out of the hmmbuild profile and store them in a way which can be used productively?
If there is no method available in R I could also live with Python, but I would prefer R.
Many thanks in advance.
Another option I can think of is that with hmmsearch you can use different flags to save the results in a table. Which you could use R to parse and format the data how you intend to use it.
Hi, I've had the same issue, but I ended up using python.
C: parsing hammer 2.3.2 results using biopython