Uses of Class
eu.isas.reporter.settings.RatioEstimationSettings
Packages that use RatioEstimationSettings
Package
Description
Main package.
Package containing classes used for the calculation.
Package containing classes used for the quantification.
Package containing GUI classes used for the edition of the quantification settings.
Package containing the different settings.
-
Uses of RatioEstimationSettings in eu.isas.reporter
Methods in eu.isas.reporter with parameters of type RatioEstimationSettingsModifier and TypeMethodDescriptionstatic PeptideQuantificationDetailsReporter.estimatePeptideMatchQuantificationDetails(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, com.compomics.util.experiment.identification.matches.PeptideMatch peptideMatch, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the quantification details of a peptide match.static ProteinQuantificationDetailsReporter.estimateProteinMatchQuantificationDetails(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, QuantificationFeaturesGenerator quantificationFeaturesGenerator, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.experiment.identification.matches.ProteinMatch proteinMatch, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the quantification details of a protein match.static PsmQuantificationDetailsReporter.estimatePSMQuantificationDetails(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, ReporterIonSelectionSettings reporterIonSelectionSettings, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, Long matchKey) Returns the quantification details of a PSM.Reporter.estimatePTMQuantificationDetails(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingParameters, String ptmName, long matchKey, int site, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the quantification details of a PTM on a protein.//@TODO: discriminate peptides according to the neighboring sites? -
Uses of RatioEstimationSettings in eu.isas.reporter.calculation
Methods in eu.isas.reporter.calculation with parameters of type RatioEstimationSettingsModifier and TypeMethodDescriptionstatic DoubleRatioEstimator.estimateRatios(RatioEstimationSettings ratioEstimationSettings, ArrayList<Double> ratios) Estimate the ratio resulting from the compilation of several ratios.static booleanQuantificationFilter.isPeptideValid(RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.experiment.identification.matches.PeptideMatch peptideMatch) Filters the peptide to be used for quantification according to the user quantification preferences.static booleanQuantificationFilter.isProteinValid(RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.identification.Identification identification, long matchKey) Filters the protein to be used for quantification according to the user quantification preferences.static booleanQuantificationFilter.isPsmValid(RatioEstimationSettings ratioEstimationSettings, com.compomics.util.experiment.identification.Identification identification, long matchKey) Filters the PSMs to be used for quantification according to the user quantification preferences.static booleanQuantificationFilter.isRatioValid(RatioEstimationSettings ratioEstimationSettings, Double ratio) Filters out NaN and 0 ratios.static DoubleRatioEstimator.mEstimate(RatioEstimationSettings ratioEstimationSettings, double[] ratios) Returns the compilation of various ratios using a redescending M-estimator. -
Uses of RatioEstimationSettings in eu.isas.reporter.calculation.normalization
Methods in eu.isas.reporter.calculation.normalization with parameters of type RatioEstimationSettingsModifier and TypeMethodDescriptionvoidNormalizer.setPeptideNormalizationFactors(com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, RatioEstimationSettings ratioEstimationSettings, NormalizationSettings normalizationSettings, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingParameters, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.parameters.tools.ProcessingParameters processingParameters, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.experiment.io.biology.protein.FastaParameters fastaParameters, com.compomics.util.parameters.identification.advanced.PeptideVariantsParameters peptideVariantsPreferences, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, com.compomics.util.waiting.WaitingHandler waitingHandler) Sets the peptide normalization factors in the ReporterIonQuantification object.voidNormalizer.setProteinNormalizationFactors(com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, RatioEstimationSettings ratioEstimationSettings, NormalizationSettings normalizationSettings, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.parameters.tools.ProcessingParameters processingParameters, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.experiment.io.biology.protein.FastaParameters fastaParameters, com.compomics.util.parameters.identification.advanced.PeptideVariantsParameters peptideVariantsPreferences, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, com.compomics.util.waiting.WaitingHandler waitingHandler) Sets the protein normalization factors in the ReporterIonQuantification object.voidNormalizer.setPsmNormalizationFactors(com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, RatioEstimationSettings ratioEstimationSettings, NormalizationSettings normalizationSettings, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingParameters, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.parameters.tools.ProcessingParameters processingParameters, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.experiment.io.biology.protein.FastaParameters fastaParameters, com.compomics.util.parameters.identification.advanced.PeptideVariantsParameters peptideVariantsPreferences, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, com.compomics.util.waiting.WaitingHandler waitingHandler) Sets the PSM normalization factors in the ReporterIonQuantification object. -
Uses of RatioEstimationSettings in eu.isas.reporter.gui.settings.quantification
Methods in eu.isas.reporter.gui.settings.quantification that return RatioEstimationSettingsModifier and TypeMethodDescriptionRatioEstimationSettingsDialog.getRatioEstimationSettings()Returns the settings as set by the user.Constructors in eu.isas.reporter.gui.settings.quantification with parameters of type RatioEstimationSettingsModifierConstructorDescriptionRatioEstimationSettingsDialog(JDialog parentDialog, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.parameters.identification.search.ModificationParameters modificationParameters, boolean editable) Creates a new RatioEstimationSettingsDialog. -
Uses of RatioEstimationSettings in eu.isas.reporter.settings
Methods in eu.isas.reporter.settings that return RatioEstimationSettingsModifier and TypeMethodDescriptionRatioEstimationSettings.clone()ReporterSettings.getRatioEstimationSettings()Returns the ratio estimation settings.Methods in eu.isas.reporter.settings with parameters of type RatioEstimationSettingsModifier and TypeMethodDescriptionbooleanRatioEstimationSettings.isSameAs(RatioEstimationSettings anotherSetting) Indicates whether another setting is the same as this one.voidReporterSettings.setRatioEstimationSettings(RatioEstimationSettings ratioEstimationSettings) Sets the ratio estimation settings.