|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String index)
Returns a specific peptide quantification |
Methods in com.compomics.util.experiment.quantification.reporterion.quantification that return types with arguments of type PeptideQuantification | |
---|---|
java.util.HashMap<java.lang.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(java.lang.String proteinKey,
java.util.HashMap<java.lang.String,PeptideQuantification> peptideQuantification)
Constructor for the protein 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 |