Uses of Class
eu.isas.reporter.calculation.QuantificationFeaturesGenerator
Packages that use QuantificationFeaturesGenerator
Package
Description
Main package.
Package containing classes used for the clustering.
Package containing classes used for the quantification.
Package containing the CLI classes.
Package containing classes used for the generation of reports.
Package containing classes used for the generation of export sections.
Package containing the GUI classes used for the generation of exports.
Package containing table models.
-
Uses of QuantificationFeaturesGenerator in eu.isas.reporter
Methods in eu.isas.reporter with parameters of type QuantificationFeaturesGeneratorModifier 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?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 QuantificationFeaturesGenerator in eu.isas.reporter.calculation.clustering
Methods in eu.isas.reporter.calculation.clustering with parameters of type QuantificationFeaturesGeneratorModifier and TypeMethodDescriptioncom.compomics.util.math.clustering.KMeansClusteringClusterBuilder.clusterProfiles(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, DisplayPreferences displayPreferences, boolean loadData, com.compomics.util.waiting.WaitingHandler waitingHandler) Clusters the profiles according to the given parameters.voidClusterBuilder.loadData(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, DisplayPreferences displayPreferences, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.waiting.WaitingHandler waitingHandler) Filters the proteins and indexes them according to the clustering settings and stores the result in the attribute maps. -
Uses of QuantificationFeaturesGenerator in eu.isas.reporter.calculation.normalization
Methods in eu.isas.reporter.calculation.normalization with parameters of type QuantificationFeaturesGeneratorModifier 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 QuantificationFeaturesGenerator in eu.isas.reporter.cli
Methods in eu.isas.reporter.cli with parameters of type QuantificationFeaturesGeneratorModifier and TypeMethodDescriptionstatic voidCLIExportMethods.exportReport(ReportCLIInputBean reportCLIInputBean, String reportType, String experiment, eu.isas.peptideshaker.preferences.ProjectDetails projectDetails, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, int nSurroundingAA, com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingParameters, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes an export according to the command line settings contained in the reportCLIInputBean. -
Uses of QuantificationFeaturesGenerator in eu.isas.reporter.export.report
Methods in eu.isas.reporter.export.report with parameters of type QuantificationFeaturesGeneratorModifier and TypeMethodDescriptionstatic voidReporterExportFactory.writeExport(com.compomics.util.io.export.ExportScheme exportScheme, File destinationFile, com.compomics.util.io.export.ExportFormat exportFormat, String experiment, eu.isas.peptideshaker.preferences.ProjectDetails projectDetails, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, ArrayList<String> proteinKeys, long[] peptideKeys, long[] psmKeys, String proteinMatchKey, int nSurroundingAA, com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingParameters, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the desired export in text format.If an argument is not needed, provide null (at your own risks). -
Uses of QuantificationFeaturesGenerator in eu.isas.reporter.export.report.sections
Methods in eu.isas.reporter.export.report.sections with parameters of type QuantificationFeaturesGeneratorModifier and TypeMethodDescriptionstatic StringReporterPeptideSection.getFeature(com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, com.compomics.util.experiment.identification.matches.PeptideMatch peptideMatch, com.compomics.util.io.export.features.reporter.ReporterPeptideFeature peptideFeatures, String sampleIndex, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the report component corresponding to a feature at a given channel.static StringReporterProteinSection.getFeature(com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, long proteinKey, com.compomics.util.io.export.features.reporter.ReporterProteinFeatures proteinFeatures, String sampleIndex, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the report component corresponding to a feature at a given channel.static StringReporterPsmSection.getFeature(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, ReporterSettings reporterSettings, long matchKey, com.compomics.util.io.export.features.reporter.ReporterPsmFeatures psmFeatures, String sampleIndex) Returns the report component corresponding to a feature at a given channel.voidReporterPeptideSection.writeSection(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, long[] keys, int nSurroundingAA, String linePrefix, boolean validatedOnly, boolean decoys, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the desired section.voidReporterProteinSection.writeSection(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, long[] keys, int nSurroundingAas, boolean validatedOnly, boolean decoys, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the desired section.voidReporterPsmSection.writeSection(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, QuantificationFeaturesGenerator quantificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, long[] keys, String linePrefix, int nSurroundingAA, boolean validatedOnly, boolean decoys, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the desired section. -
Uses of QuantificationFeaturesGenerator in eu.isas.reporter.gui
Methods in eu.isas.reporter.gui that return QuantificationFeaturesGeneratorModifier and TypeMethodDescriptionReporterGUI.getQuantificationFeaturesGenerator()Returns the quantification features generator. -
Uses of QuantificationFeaturesGenerator in eu.isas.reporter.gui.tablemodels
Methods in eu.isas.reporter.gui.tablemodels with parameters of type QuantificationFeaturesGeneratorModifier and TypeMethodDescriptionvoidPeptideTableModel.updateDataModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, String proteinAccession, long[] peptideKeys, boolean showScores) Update the data in the table model without having to reset the whole table model.voidProteinTableModel.updateDataModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, long[] proteinKeys) Update the data in the table model without having to reset the whole table model.This keeps the sorting order of the table.voidPsmTableModel.updateDataModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, long[] psmKeys, boolean displayScores) Update the data in the table model without having to reset the whole table model.Constructors in eu.isas.reporter.gui.tablemodels with parameters of type QuantificationFeaturesGeneratorModifierConstructorDescriptionPeptideTableModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, String proteinAccession, long[] peptideKeys, boolean displayScores, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor which sets a new table.ProteinTableModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, long[] proteinKeys) Constructor.PsmTableModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, eu.isas.peptideshaker.utils.DisplayFeaturesGenerator displayFeaturesGenerator, DisplayPreferences displayPreferences, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, QuantificationFeaturesGenerator quantificationFeaturesGenerator, long[] psmKeys, boolean displayScores, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor which sets a new table.