|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ratio | |
---|---|
com.compomics.util.experiment.quantification.reporterion.quantification | This package contains experiment classes related to quantification by reporter ions. |
Uses of Ratio in com.compomics.util.experiment.quantification.reporterion.quantification |
---|
Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return types with arguments of type Ratio | |
---|---|
java.util.HashMap<java.lang.Integer,Ratio> |
ProteinQuantification.getProteinRatios()
Getter for the ratios |
java.util.HashMap<java.lang.Integer,Ratio> |
PsmQuantification.getRatios()
Getter for the estimated ratio |
java.util.HashMap<java.lang.Integer,Ratio> |
PeptideQuantification.getRatios()
Getter for the peptide ratios |
Methods in com.compomics.util.experiment.quantification.reporterion.quantification with parameters of type Ratio | |
---|---|
void |
PsmQuantification.addRatio(int reporterIndex,
Ratio ratio)
Method to add an estimated ratio |
Method parameters in com.compomics.util.experiment.quantification.reporterion.quantification with type arguments of type Ratio | |
---|---|
void |
PeptideQuantification.setPeptideRatios(java.util.HashMap<java.lang.Integer,Ratio> ratios)
sets new peptide ratios |
void |
ProteinQuantification.setProteinRatios(java.util.HashMap<java.lang.Integer,Ratio> ratios)
sets new protein ratios |
Constructor parameters in com.compomics.util.experiment.quantification.reporterion.quantification with type arguments of type Ratio | |
---|---|
PeptideQuantification(java.lang.String peptideKey,
java.util.HashMap<java.lang.String,PsmQuantification> psmQuantification,
java.util.HashMap<java.lang.Integer,Ratio> ratios)
Constructor for the peptide quantification |
|
ProteinQuantification(java.lang.String proteinKey,
java.util.HashMap<java.lang.String,PeptideQuantification> peptideQuantification,
java.util.HashMap<java.lang.Integer,Ratio> proteinRatios)
Constructor for the protein quantification |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |