Uses of Enum
com.compomics.util.parameters.identification.tool_specific.AndromedaParameters.AndromedaDecoyMode
Packages that use AndromedaParameters.AndromedaDecoyMode
Package
Description
Parameters settings for the search algorithms.
-
Uses of AndromedaParameters.AndromedaDecoyMode in com.compomics.util.parameters.identification.tool_specific
Methods in com.compomics.util.parameters.identification.tool_specific that return AndromedaParameters.AndromedaDecoyModeModifier and TypeMethodDescriptionAndromedaParameters.getDecoyMode()Returns the decoy mode.Returns the enum constant of this type with the specified name.AndromedaParameters.AndromedaDecoyMode.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 AndromedaParameters.AndromedaDecoyModeModifier and TypeMethodDescriptionvoidAndromedaParameters.setDecoyMode(AndromedaParameters.AndromedaDecoyMode decoyMode) Set the decoy mode.