Class NovorParameters
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.parameters.identification.tool_specific.NovorParameters
- All Implemented Interfaces:
IdentificationAlgorithmParameter,Serializable
Novor specific parameters.
- Author:
- Harald Barsnes
- See Also:
-
Field Summary
Fields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(IdentificationAlgorithmParameter identificationAlgorithmParameter) Indicates whether another identificationAlgorithmParameter has the same parameters.Returns the identification algorithm.Returns the fragmentation method.Returns the mass analyzer.Returns the Novor to utilities PTM map.getUtilitiesPtmName(String novorPtmShortName) Returns the utilities PTM name corresponding to the given Novor PTM short name.voidsetFragmentationMethod(String fragmentationMethod) Set the fragmentation method.voidsetMassAnalyzer(String massAnalyzer) Set the mass analyzer.voidsetNovorPtmMap(HashMap<String, String> novorPtmMap) Set the Novor to utilities PTM map.toString(boolean html) Returns the parameters as a string.Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
NovorParameters
public NovorParameters()Constructor.
-
-
Method Details
-
getAlgorithm
Description copied from interface:IdentificationAlgorithmParameterReturns the identification algorithm.- Specified by:
getAlgorithmin interfaceIdentificationAlgorithmParameter- Returns:
- the identification algorithm
-
equals
Description copied from interface:IdentificationAlgorithmParameterIndicates whether another identificationAlgorithmParameter has the same parameters.- Specified by:
equalsin interfaceIdentificationAlgorithmParameter- Parameters:
identificationAlgorithmParameter- the other identificationAlgorithmParameter- Returns:
- true if the algorithm and parameters are the same
-
toString
Description copied from interface:IdentificationAlgorithmParameterReturns the parameters as a string.- Specified by:
toStringin interfaceIdentificationAlgorithmParameter- Parameters:
html- use HTML formatting- Returns:
- the parameters as a string
-
getFragmentationMethod
Returns the fragmentation method.- Returns:
- the fragmentation method
-
setFragmentationMethod
Set the fragmentation method.- Parameters:
fragmentationMethod- the fragmentation method to set
-
getMassAnalyzer
Returns the mass analyzer.- Returns:
- the mass analyzer
-
setMassAnalyzer
Set the mass analyzer.- Parameters:
massAnalyzer- the mass analyzer to set
-
getNovorPtmMap
Returns the Novor to utilities PTM map. Null if not set.- Returns:
- the Novor to utilities PTM map, null if not set
-
setNovorPtmMap
Set the Novor to utilities PTM map.- Parameters:
novorPtmMap- the novorPtmMap to set
-
getUtilitiesPtmName
Returns the utilities PTM name corresponding to the given Novor PTM short name. Null if not found.- Parameters:
novorPtmShortName- the Novor PTM short name- Returns:
- the utilities PTM name
-