Uses of Enum
com.compomics.util.experiment.identification.modification.ModificationLocalizationScore
Packages that use ModificationLocalizationScore
Package
Description
Modification mapping and localization.
Advanced Identification parameters.
-
Uses of ModificationLocalizationScore in com.compomics.util.experiment.identification.modification
Methods in com.compomics.util.experiment.identification.modification that return ModificationLocalizationScoreModifier and TypeMethodDescriptionModificationLocalizationScore.getScore(int id) Returns the PTM score indexed by the given id.Returns the PTM score of the given name.Returns the enum constant of this type with the specified name.static ModificationLocalizationScore[]ModificationLocalizationScore.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModificationLocalizationScore in com.compomics.util.parameters.identification.advanced
Methods in com.compomics.util.parameters.identification.advanced that return ModificationLocalizationScoreModifier and TypeMethodDescriptionModificationLocalizationParameters.getSelectedProbabilisticScore()Returns the selected probabilistic score.Methods in com.compomics.util.parameters.identification.advanced with parameters of type ModificationLocalizationScoreModifier and TypeMethodDescriptionvoidModificationLocalizationParameters.setSelectedProbabilisticScore(ModificationLocalizationScore selectedProbabilisticScore) Sets the selected probabilistic score.