org.biojava3.ronn
Class ORonnModel

java.lang.Object
  extended by org.biojava3.ronn.ORonnModel

public final class ORonnModel
extends Object

Fully re-factored version of RONN model. Based on the code in C version of RONN.

Since:
3.0.2
Version:
1.0
Author:
Peter Troshin

Constructor Summary
ORonnModel(String sequence, ModelLoader.Model model, float disorder)
           
 
Method Summary
 void getScores(File outfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORonnModel

public ORonnModel(String sequence,
                  ModelLoader.Model model,
                  float disorder)
           throws NumberFormatException
Throws:
NumberFormatException
Method Detail

getScores

public void getScores(File outfile)
               throws FileNotFoundException
Throws:
FileNotFoundException