Uses of Class
org.strbio.mol.lib.pred2ary.PredClassProfile

Packages that use PredClassProfile
org.strbio.mol.lib.pred2ary These classes represent conceptual objects used in the Pred2ary program, which are probably not very useful for other purposes. 
 

Uses of PredClassProfile in org.strbio.mol.lib.pred2ary
 

Methods in org.strbio.mol.lib.pred2ary that return PredClassProfile
 PredClassProfile PCPSet.pcp(int i)
          Return the i'th protein in the set.
 

Methods in org.strbio.mol.lib.pred2ary with parameters of type PredClassProfile
 void PredClassProfile.addPred(PredClassProfile q)
          add H and E predictions together for 2 proteins.
 TrainingSet TrainingSet.filterTrain(PredClassProfile q)
          reduce training set based on predicted classes of a protein
 int PredClassProfile.predDiffs(PredClassProfile b)
          shows number of diff predictions between 2 proteins; should be another copy of same proteins.