public class TargetDecoyResults extends com.compomics.util.experiment.personalization.ExperimentObject implements Serializable
| Constructor and Description |
|---|
TargetDecoyResults()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidenceLimit()
Returns the confidence limit.
|
double |
getFdrLimit()
Returns the FDR limit.
|
double |
getFnrLimit()
Returns the FNR limit.
|
int |
getInputType()
Returns the type of input.
|
double |
getLogScoreLimit()
Returns the score limit obtained with the current validation settings.
|
double |
getN()
Returns the number of retained hits.
|
double |
getnFP()
Returns the estimated number of false positives.
|
double |
getnTP()
Returns the estimated number of retained True positives.
|
double |
getnTPTotal()
Returns the estimated total number of True positives.
|
double |
getScoreLimit()
Returns the score limit obtained with the current validation settings.
|
double |
getUserInput()
Returns the user input.
|
boolean |
noValidated()
Returns a boolean indicating that everything was validated.
|
void |
setConfidenceLimit(double confidenceLimit)
Sets the confidence limit.
|
void |
setFdrLimit(double fdrLimit)
Sets the FDR limit.
|
void |
setFnrLimit(double fnrLimit)
Sets the FNR limit.
|
void |
setInputType(int inputType)
Sets the type of input.
|
void |
setn(double n)
Sets the number of retained hits.
|
void |
setnFP(double nFP)
Sets the estimated number of false positives.
|
void |
setNoValidated(boolean validateAll)
Sets whether everything was validated.
|
void |
setnTPTotal(double nTPTotal)
Sets the estimated total number of True positives.
|
void |
setScoreLimit(double scoreLimit)
Sets the score limit obtained with the current validation settings.
|
void |
setUserInput(double userInput)
Sets the user input.
|
public double getConfidenceLimit()
public void setConfidenceLimit(double confidenceLimit)
confidenceLimit - the confidence limitpublic double getFdrLimit()
public void setFdrLimit(double fdrLimit)
fdrLimit - the FDR limitpublic double getFnrLimit()
public void setFnrLimit(double fnrLimit)
fnrLimit - the FNR limitpublic double getnFP()
public void setnFP(double nFP)
nFP - the estimated number of false positivespublic double getnTP()
public void setn(double n)
n - the estimated number of retained True positivespublic double getnTPTotal()
public void setnTPTotal(double nTPTotal)
nTPTotal - the estimated total number of True positivespublic double getN()
public double getScoreLimit()
public double getLogScoreLimit()
public void setScoreLimit(double scoreLimit)
scoreLimit - the score limit obtained with the current validation
settingspublic boolean noValidated()
public void setNoValidated(boolean validateAll)
validateAll - a boolean indicating whether everything should be
validatedpublic int getInputType()
public void setInputType(int inputType)
inputType - the input typepublic double getUserInput()
public void setUserInput(double userInput)
userInput - the user inputCopyright © 2021. All rights reserved.