X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FScore.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FScore.html;h=6f1eb8c83321ffa9fe02e93dfb3888685985e8d7;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/Score.html b/website/dm_javadoc/compbio/data/sequence/class-use/Score.html new file mode 100644 index 0000000..6f1eb8c --- /dev/null +++ b/website/dm_javadoc/compbio/data/sequence/class-use/Score.html @@ -0,0 +1,362 @@ + + + + + + +Uses of Class compbio.data.sequence.Score + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
compbio.data.sequence.Score

+
+ + + + + + + + + +
+Packages that use Score
compbio.data.sequenceA data model for multiple sequence alignment web services and utility methods + that work on the objects of this model. 
+  +

+ + + + + +
+Uses of Score in compbio.data.sequence
+  +

+ + + + + + + + + +
Fields in compbio.data.sequence with type parameters of type Score
+ java.util.TreeSet<Score>ScoreManager.ScoreHolder.scores + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in compbio.data.sequence that return Score
+ ScoreScoreManager.ScoreHolder.getScoreByMethod(java.lang.Enum<?> method) + +
+           
+ ScoreScoreManager.ScoreHolder.getScoreByMethod(java.lang.String method) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in compbio.data.sequence that return types with arguments of type Score
+ java.util.Map<java.lang.String,java.util.TreeSet<Score>>ScoreManager.asMap() + +
+           
+ java.util.Set<Score>ScoreManager.asSet() + +
+           
+static java.util.HashSet<Score>SequenceUtil.readAAConResults(java.io.InputStream results) + +
+          Read AACon result with no alignment files.
+static java.util.HashMap<java.lang.String,java.util.Set<Score>>SequenceUtil.readDisembl(java.io.InputStream input) + +
+          > Foobar_dundeefriends + + # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343 + + # REM465 355-368 + + # HOTLOOPS 190-204 + + # RESIDUE COILS REM465 HOTLOOPS + + M 0.86010 0.88512 0.37094 + + T 0.79983 0.85864 0.44331 + + >Next Sequence name
+static java.util.HashMap<java.lang.String,java.util.Set<Score>>SequenceUtil.readGlobPlot(java.io.InputStream input) + +
+          > Foobar_dundeefriends + + # COILS 34-41, 50-58, 83-91, 118-127, 160-169, 191-220, 243-252, 287-343 + + # REM465 355-368 + + # HOTLOOPS 190-204 + + # RESIDUE COILS REM465 HOTLOOPS + + M 0.86010 0.88512 0.37094 + + T 0.79983 0.85864 0.44331 + + >Next Sequence name
+static java.util.Map<java.lang.String,Score>SequenceUtil.readIUPred(java.io.File result) + +
+          Read IUPred output
+static java.util.Map<java.lang.String,Score>SequenceUtil.readJRonn(java.io.File result) + +
+           
+static java.util.Map<java.lang.String,Score>SequenceUtil.readJRonn(java.io.InputStream inStream) + +
+          Reader for JRonn horizontal file format
+  +

+ + + + + + + + + +
Methods in compbio.data.sequence with parameters of type Score
+ intScore.compareTo(Score o) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Method parameters in compbio.data.sequence with type arguments of type Score
+static ScoreManagerScoreManager.newInstance(java.util.Map<java.lang.String,java.util.Set<Score>> data) + +
+           
+static ScoreManagerScoreManager.newInstanceSingleScore(java.util.Map<java.lang.String,Score> seqScoresMap) + +
+           
+static ScoreManagerScoreManager.newInstanceSingleSequence(java.util.Set<Score> data) + +
+           
+static voidScore.write(java.util.TreeSet<Score> scores, + java.io.Writer writer) + +
+          Outputs the List of Score objects into the Output stream.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +