Uses of Class
eu.isas.reporter.quantificationdetails.ProteinQuantificationDetails
Packages that use ProteinQuantificationDetails
Package
Description
Main package.
Package containing classes used for the calculation.
-
Uses of ProteinQuantificationDetails in eu.isas.reporter
Methods in eu.isas.reporter that return ProteinQuantificationDetailsModifier and TypeMethodDescriptionstatic 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. -
Uses of ProteinQuantificationDetails in eu.isas.reporter.calculation
Methods in eu.isas.reporter.calculation that return ProteinQuantificationDetailsModifier and TypeMethodDescriptionQuantificationFeaturesCache.getProteinMatchQuantificationDetails(int nPeptides, long matchKey) Returns protein quantification details, null if not in cache.QuantificationFeaturesGenerator.getProteinMatchQuantificationDetails(com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, long matchKey, com.compomics.util.waiting.WaitingHandler waitingHandler) Returns the quantification details of a protein match.Methods in eu.isas.reporter.calculation with parameters of type ProteinQuantificationDetailsModifier and TypeMethodDescriptionvoidQuantificationFeaturesCache.addProteinMatchQuantificationDetails(int nPeptides, long matchKey, ProteinQuantificationDetails matchQuantificationDetails) Adds protein quantification details to the cache.