public class PTMScoringPreferences
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PTMScoringPreferences()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
aScoreCalculation()
Returns a boolean indicating whether the A-score should be calculated.
|
double |
getFlrThreshold()
Returns the FLR threshold.
|
boolean |
isaScoreNeutralLosses()
Indicates whether the A-score calculation should take neutral losses into
account.
|
void |
setaScoreCalculation(boolean aScoreCalculation)
Sets whether the A-score should be calculated.
|
void |
setaScoreNeutralLosses(boolean aScoreNeutralLosses)
Sets whether the A-score calculation should take neutral losses into
account.
|
void |
setFlrThreshold(double flr)
Sets the FLR threshold.
|
public boolean aScoreCalculation()
public void setaScoreCalculation(boolean aScoreCalculation)
aScoreCalculation
- a boolean indicating whether the A-score should
be calculatedpublic boolean isaScoreNeutralLosses()
public void setaScoreNeutralLosses(boolean aScoreNeutralLosses)
aScoreNeutralLosses
- a boolean indicating whether the A-score
calculation should take neutral losses into accountpublic double getFlrThreshold()
public void setFlrThreshold(double flr)
flr
- the FLR thresholdCopyright © 2013. All Rights Reserved.