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