Uses of Class
com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType
Package | Description |
---|---|
com.compomics.util.parameters.identification.tool_specific |
Parameters settings for the search algorithms.
|
-
Uses of MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific that return MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType Modifier and Type Method Description MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType
MetaMorpheusParameters. getMassDiffAcceptorType()
Returns the mass difference acceptor type.static MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType
MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType[]
MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType. 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.MetaMorpheusMassDiffAcceptorType Modifier and Type Method Description void
MetaMorpheusParameters. setMassDiffAcceptorType(MetaMorpheusParameters.MetaMorpheusMassDiffAcceptorType massDiffAcceptorType)
Set the mass difference acceptor type.