Uses of Class
com.compomics.util.experiment.identification.modification.ModificationLocalizationScore
Package | Description |
---|---|
com.compomics.util.experiment.identification.modification |
Modification mapping and localization.
|
com.compomics.util.parameters.identification.advanced |
Advanced Identification parameters.
|
-
Uses of ModificationLocalizationScore in com.compomics.util.experiment.identification.modification
Methods in com.compomics.util.experiment.identification.modification that return ModificationLocalizationScore Modifier and Type Method Description static ModificationLocalizationScore
ModificationLocalizationScore. getScore(int id)
Returns the PTM score indexed by the given id.static ModificationLocalizationScore
ModificationLocalizationScore. getScore(String name)
Returns the PTM score of the given name.static ModificationLocalizationScore
ModificationLocalizationScore. valueOf(String 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 ModificationLocalizationScore Modifier and Type Method Description ModificationLocalizationScore
ModificationLocalizationParameters. getSelectedProbabilisticScore()
Returns the selected probabilistic score.Methods in com.compomics.util.parameters.identification.advanced with parameters of type ModificationLocalizationScore Modifier and Type Method Description void
ModificationLocalizationParameters. setSelectedProbabilisticScore(ModificationLocalizationScore selectedProbabilisticScore)
Sets the selected probabilistic score.