Uses of Class
com.compomics.util.experiment.identification.peptide_shaker.ModificationScoring
Packages that use ModificationScoring
Package
Description
Experiment classes used in PeptideShaker calculations.
-
Uses of ModificationScoring in com.compomics.util.experiment.identification.peptide_shaker
Methods in com.compomics.util.experiment.identification.peptide_shaker that return ModificationScoringModifier and TypeMethodDescriptionPSModificationScores.getModificationScoring(String modName) Returns the modification scoring for the desired modification (null if none found).Methods in com.compomics.util.experiment.identification.peptide_shaker with parameters of type ModificationScoringModifier and TypeMethodDescriptionvoidModificationScoring.addAll(ModificationScoring anotherScore) Adds all scores from another score if better.voidPSModificationScores.addModificationScoring(String modName, ModificationScoring modificationScoring) Adds a scoring result for the modification of interest.