Uses of Class
com.compomics.util.experiment.identification.validation.MatchValidationLevel
Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_shaker |
Experiment classes used in PeptideShaker calculations.
|
com.compomics.util.experiment.identification.validation |
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 MatchValidationLevel Modifier and Type Method Description MatchValidationLevel
PSParameter. getMatchValidationLevel()
Returns the validation level of the match.Methods in com.compomics.util.experiment.identification.peptide_shaker with parameters of type MatchValidationLevel Modifier and Type Method Description void
PSParameter. 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 MatchValidationLevel Modifier and Type Method Description static MatchValidationLevel
MatchValidationLevel. getMatchValidationLevel(int index)
Returns the match validation level associated to a given index.static MatchValidationLevel
MatchValidationLevel. getMatchValidationLevel(String name)
Returns the match validation level associated to a given name.static MatchValidationLevel[]
MatchValidationLevel. getValidationLevels()
Returns the implemented validation levels.static MatchValidationLevel
MatchValidationLevel. valueOf(String name)
Returns 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.