Class 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

      Constructors 
      Constructor Description
      ORonnModel​(java.lang.String sequence, ModelLoader.Model model, float disorder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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