|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.mol.lib.JMCThreadMethod2
public class JMCThreadMethod2
JMC's global threading method, based on a combination of methods.
Version 1.1, 3/6/00 - better handling of extraLibrary Version 1.0, 2/17/00 - original version
| Field Summary | |
|---|---|
protected PSIBlast |
blast
|
protected FoldLibrary |
extraLibrary
|
protected boolean |
includeOriginal
|
protected FoldLibrary |
library
|
| Constructor Summary | |
|---|---|
JMCThreadMethod2()
Use the default fold library. |
|
JMCThreadMethod2(FoldLibrary lib)
Use a user-specified fold library. |
|
JMCThreadMethod2(FoldLibrary baseLib,
FoldLibrary extraLib,
PSIBlast b)
Use a user-specified base library, extra library and psiblast method. |
|
JMCThreadMethod2(FoldLibrary lib,
PSIBlast b)
Use a user-specified library and psiblast method |
|
JMCThreadMethod2(PSIBlast b)
Use a user-specified psiblast method |
|
| Method Summary | |
|---|---|
void |
setBaseLibrary(FoldLibrary lib)
Set a custom BASE fold library. |
void |
setOriginal(boolean use)
Use the original fold library in addition to the other library? |
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 FoldLibrary extraLibrary
protected boolean includeOriginal
protected PSIBlast blast
| Constructor Detail |
|---|
public JMCThreadMethod2()
public JMCThreadMethod2(FoldLibrary lib)
public JMCThreadMethod2(PSIBlast b)
public JMCThreadMethod2(FoldLibrary lib,
PSIBlast b)
public JMCThreadMethod2(FoldLibrary baseLib,
FoldLibrary extraLib,
PSIBlast b)
| Method Detail |
|---|
public void setOriginal(boolean use)
public void setBaseLibrary(FoldLibrary lib)
public ThreadResults thread(Protein p,
Printf outfile)
throws java.io.IOException
thread in interface ThreadMethodjava.io.IOException
public ThreadResults[] thread(ProteinSet ps,
Printf outfile)
throws java.io.IOException
thread in interface ThreadMethodjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||