Uses of Enum
eu.isas.reporter.calculation.normalization.NormalizationType
Packages that use NormalizationType
Package
Description
Package containing classes used for the quantification.
Package containing the CLI classes.
Package containing the different settings.
-
Uses of NormalizationType in eu.isas.reporter.calculation.normalization
Methods in eu.isas.reporter.calculation.normalization that return NormalizationTypeModifier and TypeMethodDescriptionstatic NormalizationTypeNormalizationType.getNormalizationType(int index) Returns the normalization type corresponding to the given index.static NormalizationTypeNormalizationType.getNormalizationType(String name) Returns the normalization type corresponding to the given name.static NormalizationTypeReturns the enum constant of this type with the specified name.static NormalizationType[]NormalizationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NormalizationType in eu.isas.reporter.cli
Methods in eu.isas.reporter.cli that return NormalizationTypeModifier and TypeMethodDescriptionReporterCLIInputBean.getPeptideNormalizationType()Returns the peptide normalization.ReporterCLIInputBean.getProteinNormalizationType()Returns the protein normalization.ReporterCLIInputBean.getPsmNormalizationType()Returns the PSM normalization. -
Uses of NormalizationType in eu.isas.reporter.settings
Methods in eu.isas.reporter.settings that return NormalizationTypeModifier and TypeMethodDescriptionNormalizationSettings.getPeptideNormalization()Returns the type of normalization used to normalize the peptides.NormalizationSettings.getProteinNormalization()Returns the type of normalization used to normalize the proteins.NormalizationSettings.getPsmNormalization()Returns the type of normalization used to normalize the PSMs.Methods in eu.isas.reporter.settings with parameters of type NormalizationTypeModifier and TypeMethodDescriptionvoidNormalizationSettings.setPeptideNormalization(NormalizationType peptideNormalization) Sets the type of normalization used to normalize the peptides.voidNormalizationSettings.setProteinNormalization(NormalizationType proteinNormalization) Sets the type of normalization used to normalize the proteins.voidNormalizationSettings.setPsmNormalization(NormalizationType psmNormalization) Sets the type of normalization used to normalize the PSMs.