Uses of Class
eu.isas.reporter.settings.ReporterIonSelectionSettings
Packages that use ReporterIonSelectionSettings
Package
Description
Main package.
Package containing classes used for the calculation.
Package containing GUI classes used for the edition of the quantification settings.
Package containing the different settings.
-
Uses of ReporterIonSelectionSettings in eu.isas.reporter
Methods in eu.isas.reporter with parameters of type ReporterIonSelectionSettingsModifier and TypeMethodDescriptionstatic 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.estimateSpectrumQuantificationDetails(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterIonSelectionSettings reporterIonSelectionSettings, com.compomics.util.experiment.identification.matches.SpectrumMatch aSpectrumMatch) Returns the quantification details of a spectrum. -
Uses of ReporterIonSelectionSettings in eu.isas.reporter.calculation
Methods in eu.isas.reporter.calculation with parameters of type ReporterIonSelectionSettingsModifier and TypeMethodDescriptionQuantificationFeaturesGenerator.getSpectrumQuantificationDetails(com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterIonSelectionSettings reporterIonSelectionSettings, com.compomics.util.experiment.identification.matches.SpectrumMatch aSpectrumMatch) Returns the quantification details of a spectrum. -
Uses of ReporterIonSelectionSettings in eu.isas.reporter.gui.settings.quantification
Methods in eu.isas.reporter.gui.settings.quantification that return ReporterIonSelectionSettingsModifier and TypeMethodDescriptionReporterIonSelectionSettingsDialog.getReporterIonSelectionSettings()Returns the settings as set by the user.Constructors in eu.isas.reporter.gui.settings.quantification with parameters of type ReporterIonSelectionSettingsModifierConstructorDescriptionReporterIonSelectionSettingsDialog(JDialog parentDialog, ReporterIonSelectionSettings reporterIonSelectionSettings, boolean editable) Creates a new ReporterIonSelectionSettingsDialog.ReporterIonSelectionSettingsDialog(JDialog parentDialog, ReporterIonSelectionSettings reporterIonSelectionSettings, com.compomics.util.experiment.quantification.reporterion.ReporterMethod reporterMethod, boolean editable) Creates a new ReporterIonSelectionSettingsDialog. -
Uses of ReporterIonSelectionSettings in eu.isas.reporter.settings
Methods in eu.isas.reporter.settings that return ReporterIonSelectionSettingsModifier and TypeMethodDescriptionReporterIonSelectionSettings.clone()ReporterSettings.getReporterIonSelectionSettings()Returns the reporter ion selection settings.Methods in eu.isas.reporter.settings with parameters of type ReporterIonSelectionSettingsModifier and TypeMethodDescriptionbooleanReporterIonSelectionSettings.isSameAs(ReporterIonSelectionSettings anotherSetting) Indicates whether another setting is the same as this one.voidReporterSettings.setReporterIonSelectionSettings(ReporterIonSelectionSettings reporterIonSelectionSettings) Sets the reporter ion selection settings.