|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.lib.Pred2ary
public class Pred2ary
Predicts secondary structure using JMC's Pred2ary program.
Version 1.0, 6/4/99 - original version
Field Summary | |
---|---|
protected Jury |
jury
|
Constructor Summary | |
---|---|
Pred2ary()
Initialize using the large jury. |
|
Pred2ary(Jury j)
Initialize with a given jury set. |
Method Summary | |
---|---|
void |
predict(Protein p,
Printf outfile)
Predicts on a given protein. |
void |
predict(ProteinSet ps,
Printf outfile)
Predicts on a given set of proteins. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Jury jury
Constructor Detail |
---|
public Pred2ary()
public Pred2ary(Jury j)
Method Detail |
---|
public void predict(Protein p, Printf outfile) throws java.io.IOException
predict
in interface SSPredictor
java.io.IOException
public void predict(ProteinSet ps, Printf outfile) throws java.io.IOException
predict
in interface SSPredictor
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |