Uses of Enum
com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters.MetaMorpheusDecoyType
Packages that use MetaMorpheusParameters.MetaMorpheusDecoyType
Package
Description
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.MetaMorpheusDecoyTypeModifier and TypeMethodDescriptionMetaMorpheusParameters.getDecoyType()Returns the decoy type.Returns the enum constant of this type with the specified name.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.MetaMorpheusDecoyTypeModifier and TypeMethodDescriptionvoidMetaMorpheusParameters.setDecoyType(MetaMorpheusParameters.MetaMorpheusDecoyType decoyType) Set the decoy type.