Uses of Class
org.biojava.nbio.ronn.Jronn.Range
-
Packages that use Jronn.Range Package Description org.biojava.nbio.ronn BioJava provide a module biojava-protein-disorder for prediction disordered regions from a protein sequence. -
-
Uses of Jronn.Range in org.biojava.nbio.ronn
Methods in org.biojava.nbio.ronn that return Jronn.Range Modifier and Type Method Description static Jronn.Range[]
Jronn. getDisorder(FastaSequence sequence)
Calculates the disordered regions of the sequence.static Jronn.Range[]
Jronn. scoresToRanges(float[] scores, float probability)
Convert raw scores to ranges.
-