Package | Description |
---|---|
com.compomics.util.experiment.quantification |
This package contains experiment classes related to quantification.
|
com.compomics.util.experiment.quantification.matches |
Modifier and Type | Field and Description |
---|---|
protected HashMap<Integer,Ratio> |
QuantificationMatch.ratios
The estimated ratios.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,Ratio> |
QuantificationMatch.getRatios()
Getter for the peptide ratios.
|
Modifier and Type | Method and Description |
---|---|
void |
QuantificationMatch.addRatio(Integer reporterIon,
Ratio ratio)
Adds a new ratio to the ratio map.
|
Modifier and Type | Method and Description |
---|---|
void |
QuantificationMatch.setRatios(HashMap<Integer,Ratio> ratios)
Sets new peptide ratios.
|
Constructor and Description |
---|
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 © 2013. All Rights Reserved.