Entering edit mode
11.8 years ago
potassiumiodide0990
▴
80
Is there any biojava method which i can implement to predict the secondary structure of a protein for a given amino acid sequence?
I came across this class SecondaryStructureFeatureRenderer... but i am not understanding how to use its constructor... Class SecondaryStructureFeatureRenderer link
please help
You want to create a program for the secondary structure prediction or you want to predict a secondary structure of a protein?
i want to create a program for secondary structure prediction
Use an existing one.. Jpred for example. Otherwise, take some time to read about it before committing to make your own.