Uses of Class
com.compomics.util.experiment.quantification.reporterion.quantification.PeptideQuantification

Packages that use PeptideQuantification
com.compomics.util.experiment.quantification.reporterion.quantification This package contains experiment classes related to quantification by reporter ions. 
 

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

Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return PeptideQuantification
 PeptideQuantification ProteinQuantification.getPeptideQuantification(String index)
          Returns a specific peptide quantification
 

Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return types with arguments of type PeptideQuantification
 HashMap<String,PeptideQuantification> ProteinQuantification.getPeptideQuantification()
          Getter for the corresponding peptide quantification
 

Methods in com.compomics.util.experiment.quantification.reporterion.quantification with parameters of type PeptideQuantification
 void ProteinQuantification.addPeptideQuantification(PeptideQuantification newPeptideQuantification)
          Adds a new peptide quantification in the protein quantification
 

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



Copyright © 2011. All Rights Reserved.