Uses of Class
com.compomics.util.experiment.quantification.Ratio

Packages that use Ratio
com.compomics.util.experiment.quantification.reporterion This package contains experiment classes related to reporter ions. 
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
 

Fields in com.compomics.util.experiment.quantification.reporterion with type parameters of type Ratio
protected  HashMap<Integer,Ratio> QuantificationMatch.ratios
          The estimated ratios.
 

Methods in com.compomics.util.experiment.quantification.reporterion that return types with arguments of type Ratio
 HashMap<Integer,Ratio> QuantificationMatch.getRatios()
          Getter for the peptide ratios.
 

Methods in com.compomics.util.experiment.quantification.reporterion with parameters of type Ratio
 void QuantificationMatch.addRatio(Integer reporterIon, Ratio ratio)
          Adds a new ratio to the ratio map.
 

Method parameters in com.compomics.util.experiment.quantification.reporterion with type arguments of type Ratio
 void QuantificationMatch.setRatios(HashMap<Integer,Ratio> ratios)
          Sets new peptide ratios.
 

Uses of Ratio in com.compomics.util.experiment.quantification.reporterion.quantification
 

Constructor parameters in com.compomics.util.experiment.quantification.reporterion.quantification with type arguments of type Ratio
PeptideQuantification(String peptideKey, ArrayList<String> psmQuantification, HashMap<Integer,Ratio> ratios)
          Constructor for the peptide quantification
ProteinQuantification(String proteinKey, ArrayList<String> peptideQuantification, HashMap<Integer,Ratio> proteinRatios)
          Constructor for the protein quantification
 



Copyright © 2012. All Rights Reserved.