public class ProcessingPreferences
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProcessingPreferences()
Constructor with default settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
estimateAScore(boolean shouldEstimateAScore)
Deprecated.
use the PTM scoring preferences instead
|
double |
getPeptideFDR()
Returns the initial peptide FDR.
|
java.lang.Double |
getProteinConfidenceMwPlots()
Returns the minimum confidence required for a protein to be included in
the average molecular weight analysis in the Fractions tab.
|
double |
getProteinFDR()
Returns the initial protein FDR.
|
double |
getPsmFDR()
Returns the initial PSM FDR.
|
boolean |
isAScoreCalculated()
Deprecated.
use the PTM scoring preferences instead
|
void |
setPeptideFDR(double peptideFDR)
Sets the initial peptide FDR.
|
void |
setProteinConfidenceMwPlots(java.lang.Double proteinConfidenceMwPlots)
Sets the minimum confidence required for a protein to be included in the
average molecular weight analysis in the Fractions tab.
|
void |
setProteinFDR(double proteinFDR)
Sets the initial protein FDR.
|
void |
setPsmFDR(double psmFDR)
Sets the initial PSM FDR.
|
public ProcessingPreferences()
public boolean isAScoreCalculated()
public void estimateAScore(boolean shouldEstimateAScore)
shouldEstimateAScore - whether the A-score should be calculatedpublic double getPeptideFDR()
public void setPeptideFDR(double peptideFDR)
peptideFDR - the initial peptide FDRpublic double getProteinFDR()
public void setProteinFDR(double proteinFDR)
proteinFDR - the initial protein FDRpublic double getPsmFDR()
public void setPsmFDR(double psmFDR)
psmFDR - the initial PSM FDRpublic java.lang.Double getProteinConfidenceMwPlots()
public void setProteinConfidenceMwPlots(java.lang.Double proteinConfidenceMwPlots)
proteinConfidenceMwPlots - minimum confidenceCopyright © 2014. All Rights Reserved.