public class FatCatParameters extends Object implements ConfigStrucAligParams
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_FRAGLEN |
Constructor and Description |
---|
FatCatParameters() |
Modifier and Type | Method and Description |
---|---|
double |
getAfpDisCut() |
double |
getAfpDisCut0() |
double |
getBadRmsd() |
Double |
getDisCut()
Get the distance cutoff used during AFP chain connectivity checks
|
double |
getDisFilter() |
double |
getDisSmooth() |
Integer |
getFragLen() |
int |
getFragLenSq() |
double |
getFragScore() |
double |
getGapCreate() |
double |
getGapExtend() |
int |
getMaxGap() |
int |
getMaxGapFrag() |
double |
getMaxPenalty() |
Integer |
getMaxTra()
get the maximum number of Twists that are allowed...
|
int |
getMisCut() |
double |
getMisScore() |
double |
getResScore() |
Double |
getRmsdCut()
The cutoff to be used during AFP detection
|
int |
getSparse() |
double |
getTorsionPenalty() |
List<String> |
getUserConfigHelp()
The help text for each of these parameters.
|
List<String> |
getUserConfigParameterNames()
The labels to be displayed to the user for each parameter
|
List<String> |
getUserConfigParameters()
get the list of parameters that the user can change through the user interface.
|
List<Class> |
getUserConfigTypes()
Get the data types of the parameters
|
boolean |
isOptimizeAlignment()
Whether the alignment algorithm should try its best to optimize the alignment,
or we are happy with a quick and dirty result.
|
void |
reset()
Set the parameters to the default.
|
void |
setAfpDisCut(double afpDisCut) |
void |
setAfpDisCut0(double afpDisCut0) |
void |
setBadRmsd(double badRmsd) |
void |
setDisCut(Double disCut) |
void |
setDisFilter(double disFilter) |
void |
setDisSmooth(double disSmooth) |
void |
setFragLen(Integer fragLen) |
void |
setFragLenSq(int fragLenSq) |
void |
setFragScore(double fragScore) |
void |
setGapCreate(double gapCreate) |
void |
setGapExtend(double gapExtend) |
void |
setMaxGap(int maxGap) |
void |
setMaxGapFrag(int maxGapFrag) |
void |
setMaxPenalty(double maxPenalty) |
void |
setMaxTra(Integer maxTra)
set the maximum number of Twists that are allowed...
|
void |
setMisCut(int misCut) |
void |
setMisScore(double misScore) |
void |
setOptimizeAlignment(boolean optimizeAlignment)
Whether the alignment algorithm should try its best to optimize the alignment,
or we are happy with a quick and dirty result.
|
void |
setResScore(double resScore) |
void |
setRmsdCut(Double rmsdCut)
The cutoff to be used during AFP detection
|
void |
setSparse(int sparse) |
void |
setTorsionPenalty(double torsionPenalty) |
String |
toString() |
public static final int DEFAULT_FRAGLEN
public FatCatParameters()
public void reset()
ConfigStrucAligParams
reset
in interface ConfigStrucAligParams
public Integer getFragLen()
public void setFragLen(Integer fragLen)
public int getFragLenSq()
public void setFragLenSq(int fragLenSq)
public Double getRmsdCut()
public void setRmsdCut(Double rmsdCut)
rmsdCut
- public Double getDisCut()
public double getAfpDisCut()
public void setAfpDisCut(double afpDisCut)
public double getAfpDisCut0()
public void setAfpDisCut0(double afpDisCut0)
public double getDisSmooth()
public void setDisSmooth(double disSmooth)
public int getMisCut()
public void setMisCut(int misCut)
public int getMaxGap()
public void setMaxGap(int maxGap)
public int getMaxGapFrag()
public void setMaxGapFrag(int maxGapFrag)
public double getDisFilter()
public void setDisFilter(double disFilter)
public double getBadRmsd()
public void setBadRmsd(double badRmsd)
public Integer getMaxTra()
public void setMaxTra(Integer maxTra)
maxTra
- public double getGapCreate()
public void setGapCreate(double gapCreate)
public double getGapExtend()
public void setGapExtend(double gapExtend)
public double getMisScore()
public void setMisScore(double misScore)
public double getTorsionPenalty()
public void setTorsionPenalty(double torsionPenalty)
public double getMaxPenalty()
public void setMaxPenalty(double maxPenalty)
public double getResScore()
public void setResScore(double resScore)
public double getFragScore()
public void setFragScore(double fragScore)
public int getSparse()
public void setSparse(int sparse)
public List<String> getUserConfigHelp()
ConfigStrucAligParams
getUserConfigHelp
in interface ConfigStrucAligParams
public List<String> getUserConfigParameterNames()
ConfigStrucAligParams
getUserConfigParameterNames
in interface ConfigStrucAligParams
public List<String> getUserConfigParameters()
ConfigStrucAligParams
getUserConfigParameters
in interface ConfigStrucAligParams
public List<Class> getUserConfigTypes()
ConfigStrucAligParams
getUserConfigTypes
in interface ConfigStrucAligParams
public boolean isOptimizeAlignment()
public void setOptimizeAlignment(boolean optimizeAlignment)
optimizeAlignment
- Copyright © 2000–2019 BioJava. All rights reserved.