|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.lib.JMCThreadMethod
public class JMCThreadMethod
JMC's global threading method.
Version 1.1, 2/17/00 - simplified method for single proteins Version 1.0, 7/9/99 - original version
Field Summary | |
---|---|
protected PSIBlast |
blast
|
protected FoldLibrary |
library
|
Constructor Summary | |
---|---|
JMCThreadMethod()
Use the default fold library. |
|
JMCThreadMethod(FoldLibrary lib)
Use a user-specified fold library. |
|
JMCThreadMethod(FoldLibrary lib,
PSIBlast b)
Use a user-specified library and psiblast method |
|
JMCThreadMethod(PSIBlast b)
Use a user-specified psiblast method |
Method Summary | |
---|---|
ThreadResults |
thread(Protein p,
Printf outfile)
Thread a given protein, returning a ThreadResults object. |
ThreadResults[] |
thread(ProteinSet ps,
Printf outfile)
Thread a given protein set, returning an array of ThreadResults objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FoldLibrary library
protected PSIBlast blast
Constructor Detail |
---|
public JMCThreadMethod()
public JMCThreadMethod(FoldLibrary lib)
public JMCThreadMethod(PSIBlast b)
public JMCThreadMethod(FoldLibrary lib, PSIBlast b)
Method Detail |
---|
public ThreadResults thread(Protein p, Printf outfile) throws java.io.IOException
thread
in interface ThreadMethod
java.io.IOException
public ThreadResults[] thread(ProteinSet ps, Printf outfile) throws java.io.IOException
thread
in interface ThreadMethod
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |