Uses of Class
com.compomics.util.experiment.identification.peptide_shaker.Metrics
Packages that use Metrics
Package
Description
Classes for the generation of identification features.
Experiment classes related to spectrum counting.
-
Uses of Metrics in com.compomics.util.experiment.identification.features
Methods in com.compomics.util.experiment.identification.features that return MetricsModifier and TypeMethodDescriptionIdentificationFeaturesGenerator.getMetrics()Returns the metrics.Methods in com.compomics.util.experiment.identification.features with parameters of type MetricsModifier and TypeMethodDescriptiondoubleIdentificationFeaturesGenerator.getNormalizedSpectrumCounting(long proteinMatchKey, Metrics metrics, UnitOfMeasurement unit, Double referenceMass, SpectrumCountingMethod method) Returns the spectrum quantification metric of the protein match of interest using the preference settings normalized to the injected protein amount.doubleIdentificationFeaturesGenerator.getNormalizedSpectrumCounting(long proteinMatchKey, SpectrumCountingParameters spectrumCountingPreferences, Metrics metrics) Returns the spectrum quantification metric of the protein match of interest using the preference settings normalized to the injected protein amount using the given spectrum counting preferences.Constructors in com.compomics.util.experiment.identification.features with parameters of type MetricsModifierConstructorDescriptionIdentificationFeaturesGenerator(Identification identification, IdentificationParameters identificationParameters, SequenceProvider sequenceProvider, SpectrumProvider spectrumProvider, Metrics metrics, SpectrumCountingParameters spectrumCountingPreferences) Constructor. -
Uses of Metrics in com.compomics.util.experiment.quantification.spectrumcounting
Methods in com.compomics.util.experiment.quantification.spectrumcounting with parameters of type MetricsModifier and TypeMethodDescriptionvoidScalingFactorsEstimators.estimateScalingFactors(Identification identification, Metrics metrics, SequenceProvider sequenceProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, WaitingHandler waitingHandler, ExceptionHandler exceptionHandler, ProcessingParameters processingParameters) Estimates the scaling factors and stores them in the given metrics.