public class CometParameters extends Object implements IdentificationAlgorithmParameter
| Modifier and Type | Class and Description |
|---|---|
static class |
CometParameters.CometOutputFormat
The available output formats.
|
| Constructor and Description |
|---|
CometParameters()
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.
|
Integer |
getBatchSize()
Returns the batch size.
|
Integer |
getEnzymeType()
Returns the enzyme type.
|
Double |
getFragmentBinOffset()
Returns the fragment ion bin offset.
|
Integer |
getIsotopeCorrection()
Returns the isotope correction setting.
|
Double |
getLowerClearMzRange()
Returns the lower mass value for the clear mz range.
|
Integer |
getMaxFragmentCharge()
Returns the maximum fragment ion charge.
|
Double |
getMaxPrecursorMass()
Returns the maximum precursor mass.
|
Integer |
getMaxVariableMods()
Returns the maximum number of variable modifications per peptide.
|
Double |
getMinPeakIntensity()
Returns the minimum peak intensity.
|
Integer |
getMinPeaks()
Returns the minimum number of peaks.
|
Double |
getMinPrecursorMass()
Returns the minimum precursor mass.
|
Integer |
getNumberOfSpectrumMatches()
Returns the maximum number of spectrum matches.
|
boolean |
getPrintExpectScore()
Returns true if the export score is to be printed.
|
Boolean |
getRemoveMethionine()
Returns true if n-term methionine is to be removed.
|
Integer |
getRemovePrecursor()
Returns if the precursor is to be removed.
|
Double |
getRemovePrecursorTolerance()
Returns the precursor removal tolerance.
|
boolean |
getRequireVariableMods()
Returns true if at least one variable modification is required per
peptide.
|
CometParameters.CometOutputFormat |
getSelectedOutputFormat()
Returns the selected output format.
|
Boolean |
getTheoreticalFragmentIonsSumOnly()
Returns true if the theoretical fragment ions are calculated on the sum
in the bin alone.
|
Double |
getUpperClearMzRange()
Returns the upper mass value for the clear mz range.
|
Boolean |
getUseSparseMatrix()
Deprecated.
from Comet release 2015.02 all searches use this internal
data representation by default
|
void |
setBatchSize(Integer batchSize)
Set the batch size.
|
void |
setEnzymeType(Integer enzymeType)
Set the enzyme type.
|
void |
setFragmentBinOffset(Double fragmentBinOffset)
Set the fragment ion bin offset.
|
void |
setIsotopeCorrection(Integer isotopeCorrection)
Set the isotope correction setting.
|
void |
setLowerClearMzRange(Double lowerClearMzRange)
Set the lower mass value for the clear mz range.
|
void |
setMaxFragmentCharge(Integer maxFragmentCharge)
Set the maximum fragment ion charge.
|
void |
setMaxPrecursorMass(Double maxPrecursorMass)
Set the maximum precursor mass.
|
void |
setMaxVariableMods(Integer maxVariableMods)
Set the maximum number of variable modifications per peptide.
|
void |
setMinPeakIntensity(Double minPeakIntensity)
Set the minimum peak intensity.
|
void |
setMinPeaks(Integer minPeaks)
Set the minimum number of peaks.
|
void |
setMinPrecursorMass(Double minPrecursorMass)
Set the minimum precursor mass.
|
void |
setNumberOfSpectrumMatches(Integer numberOfSpectrumMarches)
Set the maximum number of spectrum matches.
|
void |
setPrintExpectScore(boolean printExpectScore)
Set if the export score is to be printed.
|
void |
setRemoveMethionine(Boolean removeMethionine)
Sets if n-term methionine is to be removed.
|
void |
setRemovePrecursor(Integer removePrecursor)
Set if the precursor is to be removed.
|
void |
setRemovePrecursorTolerance(Double removePrecursorTolerance)
Set the precursor removal tolerance.
|
void |
setRequireVariableMods(Boolean requireVariableMods)
Set if at least one variable modification is required per peptide.
|
void |
setSelectedOutputFormat(CometParameters.CometOutputFormat selectedOutputFormat)
Sets the output format.
|
void |
setTheoreticalFragmentIonsSumOnly(Boolean theoreticalFragmentIonsSumOnly)
Set if the theoretical fragment ions are calculated on the sum in the bin
alone.
|
void |
setUpperClearMzRange(Double upperClearMzRange)
Set the upper mass value for the clear mz range.
|
void |
setUseSparseMatrix(Boolean useSparseMatrix)
Deprecated.
from Comet release 2015.02 all searches use this internal
data representation by default
|
String |
toString(boolean html)
Returns the parameters as a string.
|
public Advocate getAlgorithm()
IdentificationAlgorithmParametergetAlgorithm in interface IdentificationAlgorithmParameterpublic boolean equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
IdentificationAlgorithmParameterequals in interface IdentificationAlgorithmParameteridentificationAlgorithmParameter - the other
identificationAlgorithmParameterpublic String toString(boolean html)
IdentificationAlgorithmParametertoString in interface IdentificationAlgorithmParameterhtml - use HTML formattingpublic Integer getNumberOfSpectrumMatches()
public void setNumberOfSpectrumMatches(Integer numberOfSpectrumMarches)
numberOfSpectrumMarches - the numberOfSpectrumMarches to setpublic Integer getMaxVariableMods()
public void setMaxVariableMods(Integer maxVariableMods)
maxVariableMods - the maxVariableMods to setpublic Integer getMinPeaks()
public void setMinPeaks(Integer minPeaks)
minPeaks - the minPeaks to setpublic Double getMinPeakIntensity()
public void setMinPeakIntensity(Double minPeakIntensity)
minPeakIntensity - the minPeakIntensity to setpublic Integer getRemovePrecursor()
public void setRemovePrecursor(Integer removePrecursor)
removePrecursor - the removePrecursor to setpublic Double getRemovePrecursorTolerance()
public void setRemovePrecursorTolerance(Double removePrecursorTolerance)
removePrecursorTolerance - the removePrecursorTolerance to setpublic Double getLowerClearMzRange()
public void setLowerClearMzRange(Double lowerClearMzRange)
lowerClearMzRange - the lowerClearMzRange to setpublic Double getUpperClearMzRange()
public void setUpperClearMzRange(Double upperClearMzRange)
upperClearMzRange - the upperClearMzRange to setpublic Integer getEnzymeType()
public void setEnzymeType(Integer enzymeType)
enzymeType - the enzymeType to setpublic Integer getIsotopeCorrection()
public void setIsotopeCorrection(Integer isotopeCorrection)
isotopeCorrection - the isotopeCorrection to setpublic Double getMinPrecursorMass()
public void setMinPrecursorMass(Double minPrecursorMass)
minPrecursorMass - the minPrecursorMass to setpublic Double getMaxPrecursorMass()
public void setMaxPrecursorMass(Double maxPrecursorMass)
maxPrecursorMass - the maxPrecursorMass to setpublic Integer getMaxFragmentCharge()
public void setMaxFragmentCharge(Integer maxFragmentCharge)
maxFragmentCharge - the maxFragmentCharge to setpublic Boolean getRemoveMethionine()
public void setRemoveMethionine(Boolean removeMethionine)
removeMethionine - the removeMethionine to setpublic Integer getBatchSize()
public void setBatchSize(Integer batchSize)
batchSize - the batchSize to setpublic Boolean getTheoreticalFragmentIonsSumOnly()
public void setTheoreticalFragmentIonsSumOnly(Boolean theoreticalFragmentIonsSumOnly)
theoreticalFragmentIonsSumOnly - the theoreticalFragmentIonsSumOnly
to setpublic Double getFragmentBinOffset()
public void setFragmentBinOffset(Double fragmentBinOffset)
fragmentBinOffset - the fragmentBinOffset to setpublic Boolean getUseSparseMatrix()
public void setUseSparseMatrix(Boolean useSparseMatrix)
useSparseMatrix - the useSparseMatrix to setpublic boolean getRequireVariableMods()
public void setRequireVariableMods(Boolean requireVariableMods)
requireVariableMods - the requireVariableMods to setpublic boolean getPrintExpectScore()
public void setPrintExpectScore(boolean printExpectScore)
printExpectScore - the printExpectScore to setpublic CometParameters.CometOutputFormat getSelectedOutputFormat()
public void setSelectedOutputFormat(CometParameters.CometOutputFormat selectedOutputFormat)
selectedOutputFormat - the output formatCopyright © 2016. All rights reserved.