org.biojava3.ronn
Class ORonnModel

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

public final class ORonnModel
extends java.lang.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(java.lang.String sequence, ModelLoader.Model model, float disorder)
           
 
Method Summary
 void getScores(java.io.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(java.lang.String sequence,
                  ModelLoader.Model model,
                  float disorder)
           throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException
Method Detail

getScores

public void getScores(java.io.File outfile)
               throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException