I am looking for a tool that can plot a protein domain graph (similar to how it is done in Pfam or Smart) from an input file containing domain coordinates and protein size. By searching the web, I found two tools that almost fit the bill:
- DOG (http://dog.biocuckoo.org) creates nice figures, but is geared to interactive usage. I did not find a way how to run this program in batch mode, e.g. by reading the domain coordinates from a file.
- MyDomains (http://prosite.expasy.org/mydomains) is closer to what I need. It is primarily a web server, but it offers to d batch runs by stuffing all domain coordinates into a stable URL that returns a bitmap figure.
Is anybody aware of a similar tool that supports batch mode, does not require me to learn a new programming language, and is powerful enough to generate nice figures. Ideally, it would support to put multiple proteins into one figure.
Thanks a lot!
Here is a similar discussion: http://50.116.39.82/post/show/8291/is-there-any-tool-for-drawing-a-geneprotein-diagram/
You can try ggplot R package using script (simple commands) to combine all the coordinates in one file and then plot in one shot.
I was actually looking for something similar scriptable for multiple proteins but could not find anything satisfactory. So I wrote a program in python which can give output in svg/pdf/png and has all possibilities like svg. I am wondering if I can actually write a small paper and put it as a web service since lot of people are looking for something like this.
yeah could be. It would be nice idea. Good luck