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

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  HashMap<Integer,Ratio> QuantificationMatch.ratios
          The estimated ratios.
 

Methods in com.compomics.util.experiment.quantification 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 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 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.matches
 

Constructor parameters in com.compomics.util.experiment.quantification.matches 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.