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

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

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

Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return PsmQuantification
 PsmQuantification PeptideQuantification.getPsm(java.lang.String index)
          returns a specific psm quantification
 

Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return types with arguments of type PsmQuantification
 java.util.HashMap<java.lang.String,PsmQuantification> PeptideQuantification.getPsmQuantification()
          Getter for the corresponding spectrum quantification
 

Methods in com.compomics.util.experiment.quantification.reporterion.quantification with parameters of type PsmQuantification
 void PeptideQuantification.addPsmQuantification(PsmQuantification newPsmQuantification)
          Adds a new psm quantification in the psm quantification map
 

Constructor parameters in com.compomics.util.experiment.quantification.reporterion.quantification with type arguments of type PsmQuantification
PeptideQuantification(java.lang.String peptideKey, java.util.HashMap<java.lang.String,PsmQuantification> psmQuantification)
          Constructor for the peptide quantification
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
 



Copyright © 2011. All Rights Reserved.