public class PepnovoParameters extends java.lang.Object implements IdentificationAlgorithmParameter
| Constructor and Description |
|---|
PepnovoParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
Indicates whether another identificationAlgorithmParameter has the same
parameters.
|
java.lang.Boolean |
generateQuery()
Returns a boolean indicating whether a blast query shall be generated.
|
Advocate |
getAlgorithm()
Returns the identification algorithm.
|
java.lang.Boolean |
getDiscardLowQualitySpectra()
Returns a boolean indicating whether low quality spectra shall be
discarded.
|
java.lang.String |
getFragmentationModel()
Returns the name of the fragmentation model.
|
java.lang.Integer |
getHitListLength()
Returns the length of the hit list.
|
java.util.Map<java.lang.String,java.lang.String> |
getPepNovoPtmMap()
Returns the PepNovo to utilities PTM map.
|
java.lang.Boolean |
isCorrectPrecursorMass()
Returns a boolean indicating whether the precursor mass shall be
corrected (TagDB setting).
|
java.lang.Boolean |
isEstimateCharge()
Indicates whether the precursor charge shall be estimated for OMSSA.
|
void |
setCorrectPrecursorMass(java.lang.Boolean correctPrecursorMass)
Sets whether the precursor mass shall be corrected (TagDB setting).
|
void |
setDiscardLowQualitySpectra(java.lang.Boolean discardLowQualitySpectra)
Sets whether low quality spectra shall be discarded.
|
void |
setEstimateCharge(java.lang.Boolean estimateCharge)
Sets whether the precursor charge shall be estimated for OMSSA.
|
void |
setFragmentationModel(java.lang.String fragmentationModel)
Sets the name of the fragmentation model.
|
void |
setGenerateQuery(java.lang.Boolean generateQuery)
Sets a boolean indicating whether a blast query shall be generated.
|
void |
setHitListLength(java.lang.Integer hitListLength)
Sets the length of the hit list.
|
void |
setPepNovoPtmMap(java.util.Map<java.lang.String,java.lang.String> pepNovoPtmMap)
Set the PepNovo to utilities PTM map.
|
java.lang.String |
toString(boolean html)
Returns the parameters as a string.
|
public java.lang.Integer getHitListLength()
public void setHitListLength(java.lang.Integer hitListLength)
hitListLength - the length of the hit listpublic java.lang.Boolean isEstimateCharge()
public void setEstimateCharge(java.lang.Boolean estimateCharge)
estimateCharge - a boolean indicating whether the precursor charge
shall be estimated for OMSSApublic java.lang.Boolean isCorrectPrecursorMass()
public void setCorrectPrecursorMass(java.lang.Boolean correctPrecursorMass)
correctPrecursorMass - a boolean indicating whether the precursor
mass shall be corrected (TagDB setting)public java.lang.Boolean getDiscardLowQualitySpectra()
public void setDiscardLowQualitySpectra(java.lang.Boolean discardLowQualitySpectra)
discardLowQualitySpectra - a boolean indicating whether low quality
spectra shall be discardedpublic java.lang.String getFragmentationModel()
public void setFragmentationModel(java.lang.String fragmentationModel)
fragmentationModel - the name of the fragmentation modelpublic java.lang.Boolean generateQuery()
public void setGenerateQuery(java.lang.Boolean generateQuery)
generateQuery - a boolean indicating whether a blast query shall be
generatedpublic java.util.Map<java.lang.String,java.lang.String> getPepNovoPtmMap()
public void setPepNovoPtmMap(java.util.Map<java.lang.String,java.lang.String> pepNovoPtmMap)
pepNovoPtmMap - the pepNovoPtmMap to setpublic 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.