Uses of Class
com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters.MetaMorpheusToleranceType
Package | Description |
---|---|
com.compomics.util.parameters.identification.tool_specific |
Parameters settings for the search algorithms.
|
-
Uses of MetaMorpheusParameters.MetaMorpheusToleranceType in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific that return MetaMorpheusParameters.MetaMorpheusToleranceType Modifier and Type Method Description MetaMorpheusParameters.MetaMorpheusToleranceType
MetaMorpheusParameters. getDeconvolutionMassToleranceType()
Returns the deconvolution mass tolerance type.static MetaMorpheusParameters.MetaMorpheusToleranceType
MetaMorpheusParameters.MetaMorpheusToleranceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetaMorpheusParameters.MetaMorpheusToleranceType[]
MetaMorpheusParameters.MetaMorpheusToleranceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.parameters.identification.tool_specific with parameters of type MetaMorpheusParameters.MetaMorpheusToleranceType Modifier and Type Method Description void
MetaMorpheusParameters. setDeconvolutionMassToleranceType(MetaMorpheusParameters.MetaMorpheusToleranceType deconvolutionMassToleranceType)
Set the deconvolution mass tolerance type.