Uses of Enum
com.compomics.util.experiment.identification.validation.MatchValidationLevel
Packages that use MatchValidationLevel
Package
Description
Experiment classes used in PeptideShaker calculations.
Experiment classes related to identification matches validation.
-
Uses of MatchValidationLevel in com.compomics.util.experiment.identification.peptide_shaker
Methods in com.compomics.util.experiment.identification.peptide_shaker that return MatchValidationLevelModifier and TypeMethodDescriptionPSParameter.getMatchValidationLevel()Returns the validation level of the match.Methods in com.compomics.util.experiment.identification.peptide_shaker with parameters of type MatchValidationLevelModifier and TypeMethodDescriptionvoidPSParameter.setMatchValidationLevel(MatchValidationLevel matchValidationLevel) Sets the validation level of the match. -
Uses of MatchValidationLevel in com.compomics.util.experiment.identification.validation
Methods in com.compomics.util.experiment.identification.validation that return MatchValidationLevelModifier and TypeMethodDescriptionstatic MatchValidationLevelMatchValidationLevel.getMatchValidationLevel(int index) Returns the match validation level associated to a given index.static MatchValidationLevelMatchValidationLevel.getMatchValidationLevel(String name) Returns the match validation level associated to a given name.static MatchValidationLevel[]MatchValidationLevel.getValidationLevels()Returns the implemented validation levels.static MatchValidationLevelReturns the enum constant of this type with the specified name.static MatchValidationLevel[]MatchValidationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.