|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ratio | |
---|---|
com.compomics.util.experiment.quantification | This package contains experiment classes related to quantification. |
com.compomics.util.experiment.quantification.matches |
Uses of Ratio in com.compomics.util.experiment.quantification |
---|
Fields in com.compomics.util.experiment.quantification with type parameters of type Ratio | |
---|---|
protected java.util.HashMap<java.lang.Integer,Ratio> |
QuantificationMatch.ratios
The estimated ratios. |
Methods in com.compomics.util.experiment.quantification that return types with arguments of type Ratio | |
---|---|
java.util.HashMap<java.lang.Integer,Ratio> |
QuantificationMatch.getRatios()
Getter for the peptide ratios. |
Methods in com.compomics.util.experiment.quantification with parameters of type Ratio | |
---|---|
void |
QuantificationMatch.addRatio(java.lang.Integer reporterIon,
Ratio ratio)
Adds a new ratio to the ratio map. |
Method parameters in com.compomics.util.experiment.quantification with type arguments of type Ratio | |
---|---|
void |
QuantificationMatch.setRatios(java.util.HashMap<java.lang.Integer,Ratio> ratios)
Sets new peptide ratios. |
Uses of Ratio in com.compomics.util.experiment.quantification.matches |
---|
Constructor parameters in com.compomics.util.experiment.quantification.matches with type arguments of type Ratio | |
---|---|
PeptideQuantification(java.lang.String peptideKey,
java.util.ArrayList<java.lang.String> psmQuantification,
java.util.HashMap<java.lang.Integer,Ratio> ratios)
Constructor for the peptide quantification |
|
ProteinQuantification(java.lang.String proteinKey,
java.util.ArrayList<java.lang.String> peptideQuantification,
java.util.HashMap<java.lang.Integer,Ratio> proteinRatios)
Constructor for the protein quantification |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |