|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quantification.QuantificationMethod | |
---|---|
com.compomics.util.experiment | This package contains MSExperiment main class and all sub-classes useful for the modeling of an experiment. |
com.compomics.util.experiment.quantification | This package contains experiment classes related to quantification. |
com.compomics.util.experiment.quantification.reporterion | This package contains experiment classes related to reporter ions. |
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment |
---|
Methods in com.compomics.util.experiment with parameters of type Quantification.QuantificationMethod | |
---|---|
void |
ProteomicAnalysis.addQuantificationResults(Quantification.QuantificationMethod quantificationMethod,
Quantification quantificationResutls)
adds quantification results to the current analysis |
Quantification |
ProteomicAnalysis.getQuantification(Quantification.QuantificationMethod quantificationMethod)
returns quantification results obtain with a quantification method |
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification |
---|
Fields in com.compomics.util.experiment.quantification declared as Quantification.QuantificationMethod | |
---|---|
protected Quantification.QuantificationMethod |
Quantification.methodUsed
The quantification method used |
Methods in com.compomics.util.experiment.quantification that return Quantification.QuantificationMethod | |
---|---|
Quantification.QuantificationMethod |
Quantification.getMethodUsed()
getter for the method used |
static Quantification.QuantificationMethod |
Quantification.QuantificationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Quantification.QuantificationMethod[] |
Quantification.QuantificationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.compomics.util.experiment.quantification with parameters of type Quantification.QuantificationMethod | |
---|---|
void |
Quantification.setMethodUsed(Quantification.QuantificationMethod methodUsed)
setter for the method used |
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification.reporterion |
---|
Constructors in com.compomics.util.experiment.quantification.reporterion with parameters of type Quantification.QuantificationMethod | |
---|---|
ReporterIonQuantification(Quantification.QuantificationMethod methodUsed)
Constructor for the reporter ion quantification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |