This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Programming Ramachandran Plot

How do I program for Ramachandran plot in Java. Is there any module available in Biojava ? Please help

java biojava

2 answers

I'm not aware of a BioJava function but this page lists a few online tools, including RAMPAGE. The author also gives a great tutorial on drawing a Ramachandran plot in R.

You can calculate Phi and Psi angles using BioJava and then plot them using your own plotting code.

Log in to answer this question.