[experimental class] given a peptide quantitation, infer corresponding protein quantities
More...
#include <OpenMS/ANALYSIS/QUANTITATION/ProteinInference.h>
List of all members.
Detailed Description
[experimental class] given a peptide quantitation, infer corresponding protein quantities
Infers protein ratios from peptide ratios (currently using unique peptides only). Use the IDMapper class to add protein and peptide information to a quantitative ConsensusMap prior to this step.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
given a peptide quantitation, infer corresponding protein quantities
Infers protein ratios from peptide ratios (currently using unique peptides only). Use the IDMapper class to add protein and peptide information to a quantitative ConsensusMap prior to this step.
- Parameters:
-
| consensus_map | Peptide quantitation with ProteinIdentifications attached, where Protein quantitation will be attached |
| reference_map | Index of (iTRAQ) reference channel within the consensus map |
- Exceptions:
-
| void infer_ |
( |
ConsensusMap & |
consensus_map, |
|
|
const size_t |
protein_idenfication_index, |
|
|
const UInt |
reference_map | |
|
) |
| | [protected] |
| bool sortByUnique_ |
( |
std::vector< PeptideHit > & |
peptide_hits_local, |
|
|
const bool |
is_higher_score_better | |
|
) |
| | [protected] |