public class XtandemParameters extends java.lang.Object implements IdentificationAlgorithmParameter
| Constructor and Description |
|---|
XtandemParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
Indicates whether another identificationAlgorithmParameter has the same
parameters.
|
Advocate |
getAlgorithm()
Returns the identification algorithm.
|
java.lang.Double |
getDynamicRange()
Returns the dynamic range for spectrum filtering.
|
java.lang.Double |
getMaxEValue()
Returns the maximal e-value searched for.
|
java.lang.Double |
getMaximumExpectationValueRefinement()
Returns the maximum expectation value to use for refinement.
|
java.lang.Double |
getMinFragmentMz()
Returns the minimal fragment m/z.
|
java.lang.Integer |
getMinPeaksPerSpectrum()
Returns the minimal number of peaks per spectrum.
|
java.lang.Double |
getMinPrecursorMass()
Returns the minimal precursor mass.
|
java.lang.Integer |
getnPeaks()
Returns the number of most intense peaks to consider.
|
java.lang.String |
getSkylinePath()
Returns the skyline path.
|
java.lang.Boolean |
isOutputHistograms()
Indicates whether histograms should be written in the result file.
|
java.lang.Boolean |
isOutputProteins()
Indicates whether the protein bloc should be included in the export.
|
java.lang.Boolean |
isOutputSequences()
Returns whether the protein sequences should be included in the protein
block of the export.
|
java.lang.Boolean |
isOutputSpectra()
Indicate whether the spectra should be exported in the result file.
|
java.lang.Boolean |
isPotentialModificationsForFullRefinment()
Indicates whether the refinement modifications should be used for the
full refinement.
|
java.lang.Boolean |
isProteinQuickAcetyl()
Indicates whether the protein quick acetylation option should be
triggered.
|
java.lang.Boolean |
isQuickPyrolidone()
Returns whether the quick pyrolidone option should be triggered.
|
java.lang.Boolean |
isRefine()
Returns whether the second pass search should be triggered.
|
java.lang.Boolean |
isRefinePointMutations()
Indicates whether point mutations should be looked for during the
refinement process.
|
java.lang.Boolean |
isRefineSemi()
Indicates whether the semi enzymatic option of the second pass search
should be triggered.
|
java.lang.Boolean |
isRefineSnaps()
Sets whether snAPs should be used during the refinement process.
|
java.lang.Boolean |
isRefineSpectrumSynthesis()
Indicates whether the spectrum synthesis option should be used during the
refinement process.
|
java.lang.Boolean |
isRefineUnanticipatedCleavages()
Returns whether the unanticipated cleavages option should be used during
the refinement process.
|
java.lang.Boolean |
isStpBias()
Returns whether the stP bias should be triggered.
|
java.lang.Boolean |
isUseNoiseSuppression()
Indicates whether noise suppression should be used when importing
spectra.
|
void |
setDynamicRange(java.lang.Double dynamicRange)
Sets the dynamic range for spectrum filtering.
|
void |
setMaxEValue(java.lang.Double maxEValue)
Sets the maximal e-value searched for.
|
void |
setMaximumExpectationValueRefinement(java.lang.Double maximumExpectationValue)
Sets the maximum expectation value to use for refinement.
|
void |
setMinFragmentMz(java.lang.Double minFragmentMz)
Sets the minimal fragment m/z.
|
void |
setMinPeaksPerSpectrum(java.lang.Integer minPeaksPerSpectrum)
Sets the minimal number of peaks per spectrum.
|
void |
setMinPrecursorMass(java.lang.Double minPrecursorMass)
Sets the minimal precursor mass.
|
void |
setnPeaks(java.lang.Integer nPeaks)
Sets the number of most intense peaks to consider.
|
void |
setOutputHistograms(java.lang.Boolean outputHistograms)
Sets whether histograms should be written in the result file
|
void |
setOutputProteins(java.lang.Boolean outputProteins)
Sets whether the protein bloc should be included in the export.
|
void |
setOutputSequences(boolean outputSequences)
Sets whether the protein sequences should be included in the protein
block of the export.
|
void |
setOutputSpectra(java.lang.Boolean outputSpectra)
Sets whether the spectra should be exported in the result file.
|
void |
setPotentialModificationsForFullRefinment(java.lang.Boolean potentialModificationsForFullRefinment)
Sets whether the refinement modifications should be used for the full
refinement
|
void |
setProteinQuickAcetyl(java.lang.Boolean proteinQuickAcetyl)
Sets whether the protein quick acetylation option should be triggered.
|
void |
setQuickPyrolidone(java.lang.Boolean quickPyrolidone)
Sets whether the quick pyrolidone option should be triggered.
|
void |
setRefine(java.lang.Boolean refine)
Sets whether the second pass search should be triggered.
|
void |
setRefinePointMutations(java.lang.Boolean refinePointMutations)
Sets whether point mutations should be looked for during the refinement
process.
|
void |
setRefineSemi(java.lang.Boolean refineSemi)
Sets whether the semi enzymatic option of the second pass search should
be triggered.
|
void |
setRefineSnaps(java.lang.Boolean refineSnaps)
Sets whether snAPs should be used during the refinement process.
|
void |
setRefineSpectrumSynthesis(java.lang.Boolean refineSpectrumSynthesis)
Sets whether the spectrum synthesis option should be used during the
refinement process.
|
void |
setRefineUnanticipatedCleavages(java.lang.Boolean refineUnanticipatedCleavages)
Sets whether the unanticipated cleavages option should be used during the
refinement process.
|
void |
setSkylinePath(java.lang.String skylinePath)
Sets the skyline path.
|
void |
setStpBias(java.lang.Boolean stpBias)
Sets whether the stP bias should be triggered
|
void |
setUseNoiseSuppression(java.lang.Boolean useNoiseSuppression)
Sets whether noise suppression should be used when importing spectra.
|
java.lang.String |
toString(boolean html)
Returns the parameters as a string.
|
public java.lang.Double getDynamicRange()
public void setDynamicRange(java.lang.Double dynamicRange)
dynamicRange - the dynamic range for spectrum filteringpublic java.lang.Integer getnPeaks()
public void setnPeaks(java.lang.Integer nPeaks)
nPeaks - the number of most intense peaks to considerpublic java.lang.Double getMinPrecursorMass()
public void setMinPrecursorMass(java.lang.Double minPrecursorMass)
minPrecursorMass - the minimal precursor masspublic java.lang.Double getMinFragmentMz()
public void setMinFragmentMz(java.lang.Double minFragmentMz)
minFragmentMz - the minimal fragment m/zpublic java.lang.Integer getMinPeaksPerSpectrum()
public void setMinPeaksPerSpectrum(java.lang.Integer minPeaksPerSpectrum)
minPeaksPerSpectrum - the minimal number of peaks per spectrumpublic java.lang.Boolean isProteinQuickAcetyl()
public void setProteinQuickAcetyl(java.lang.Boolean proteinQuickAcetyl)
proteinQuickAcetyl - true if the protein quick acetylation option
should be triggeredpublic java.lang.Boolean isQuickPyrolidone()
public void setQuickPyrolidone(java.lang.Boolean quickPyrolidone)
quickPyrolidone - the quick pyrolidone option should be triggeredpublic java.lang.Boolean isRefine()
public void setRefine(java.lang.Boolean refine)
refine - true if the second pass search should be triggeredpublic java.lang.Boolean isStpBias()
public void setStpBias(java.lang.Boolean stpBias)
stpBias - true if the stP bias should be triggeredpublic java.lang.Double getMaxEValue()
public void setMaxEValue(java.lang.Double maxEValue)
maxEValue - the maximal e-value searched forpublic java.lang.Boolean isRefineSemi()
public void setRefineSemi(java.lang.Boolean refineSemi)
refineSemi - true if the semi enzymatic option of the second pass
search should be triggeredpublic java.lang.Boolean isRefinePointMutations()
public void setRefinePointMutations(java.lang.Boolean refinePointMutations)
refinePointMutations - true if point mutations should be looked for
during the refinement processpublic java.lang.Boolean isRefineSpectrumSynthesis()
public void setRefineSpectrumSynthesis(java.lang.Boolean refineSpectrumSynthesis)
refineSpectrumSynthesis - true if the spectrum synthesis option
should be used during the refinement processpublic java.lang.Boolean isRefineUnanticipatedCleavages()
public void setRefineUnanticipatedCleavages(java.lang.Boolean refineUnanticipatedCleavages)
refineUnanticipatedCleavages - true if the unanticipated cleavages
option should be used during the refinement processpublic java.lang.Double getMaximumExpectationValueRefinement()
public void setMaximumExpectationValueRefinement(java.lang.Double maximumExpectationValue)
maximumExpectationValue - the maximum expectation value to use for
refinementpublic java.lang.Boolean isPotentialModificationsForFullRefinment()
public void setPotentialModificationsForFullRefinment(java.lang.Boolean potentialModificationsForFullRefinment)
potentialModificationsForFullRefinment - true if the refinement
modifications should be used for the full refinementpublic java.lang.String getSkylinePath()
public void setSkylinePath(java.lang.String skylinePath)
skylinePath - the skyline pathpublic java.lang.Boolean isOutputProteins()
public void setOutputProteins(java.lang.Boolean outputProteins)
outputProteins - the protein bloc should be included in the exportpublic java.lang.Boolean isOutputSequences()
public void setOutputSequences(boolean outputSequences)
outputSequences - true if the protein sequences should be included
in the protein block of the exportpublic java.lang.Boolean isOutputSpectra()
public void setOutputSpectra(java.lang.Boolean outputSpectra)
outputSpectra - true if the spectra should be exported in the result
filepublic java.lang.Boolean isOutputHistograms()
public void setOutputHistograms(java.lang.Boolean outputHistograms)
outputHistograms - true if histograms should be written in the
result filepublic java.lang.Boolean isUseNoiseSuppression()
public void setUseNoiseSuppression(java.lang.Boolean useNoiseSuppression)
useNoiseSuppression - true if noise suppression should be used when
importing spectrapublic java.lang.Boolean isRefineSnaps()
public void setRefineSnaps(java.lang.Boolean refineSnaps)
refineSnaps - true if snAPs should be used during the refinement
processpublic Advocate getAlgorithm()
IdentificationAlgorithmParametergetAlgorithm in interface IdentificationAlgorithmParameterpublic boolean equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
IdentificationAlgorithmParameterequals in interface IdentificationAlgorithmParameteridentificationAlgorithmParameter - the other
identificationAlgorithmParameterpublic java.lang.String toString(boolean html)
IdentificationAlgorithmParametertoString in interface IdentificationAlgorithmParameterhtml - use HTML formattingCopyright © 2014. All Rights Reserved.