This is a test version of Biostars. For the public version, visit https://www.biostars.org.
2D Representation Of Protein Sequence With Predictions Marked

Is there any tool or R package to draw 2D representation of protein sequence with predictions marked say disorder prediction, hydropathy, secondary structure prediction as shown in figure below ? (other than mydomains & domplot tool)

image

visualization r

Did you get it from pdb.org ? You can ask the authors for an API.

Yes I got it from PDB. I like the idea of this visual representation.

2 answers

You can use DOG (Domain Graph) tool from http://dog.biocuckoo.org/. It produces domain graph, you can add lines, domain suiting to your needs.

enter image description here

Thanks. I hope it will fulfill my purpose.

If you are not afraid of Perl, Bio::Graphics has all necessary functionality to produce a figure like this.

Log in to answer this question.