Uses of Class
eu.isas.reporter.calculation.QuantificationFeaturesCache
Packages that use QuantificationFeaturesCache
Package
Description
Package containing classes used for the calculation.
-
Uses of QuantificationFeaturesCache in eu.isas.reporter.calculation
Methods in eu.isas.reporter.calculation that return QuantificationFeaturesCacheModifier and TypeMethodDescriptionQuantificationFeaturesGenerator.getQuantificationFeaturesCache()Returns the quantification features cache.Methods in eu.isas.reporter.calculation with parameters of type QuantificationFeaturesCacheModifier and TypeMethodDescriptionvoidQuantificationFeaturesGenerator.setQuantificationFeaturesCache(QuantificationFeaturesCache quantificationFeaturesCache) Sets the quantification features cache.Constructors in eu.isas.reporter.calculation with parameters of type QuantificationFeaturesCacheModifierConstructorDescriptionQuantificationFeaturesGenerator(QuantificationFeaturesCache quantificationFeaturesCache, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, ReporterSettings reporterSettings, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters sequenceMatchingParameters) Constructor.