|  | OpenMS
    2.6.0
    | 
Quantitative and associated data for a peptide. More...
#include <OpenMS/ANALYSIS/QUANTITATION/PeptideAndProteinQuant.h>
| Public Member Functions | |
| PeptideData ()=default | |
| constructor  More... | |
| Public Attributes | |
| std::map< Int, std::map< Int, SampleAbundances > > | abundances | 
| mapping: fraction -> charge -> sample -> abundance  More... | |
| std::map< Int, std::map< Int, SampleAbundances > > | psm_counts | 
| mapping: fraction -> charge -> sample -> abundance  More... | |
| SampleAbundances | total_abundances | 
| mapping: sample -> total abundance  More... | |
| SampleAbundances | total_psm_counts | 
| spectral counting-based abundances  More... | |
| std::set< String > | accessions | 
| protein accessions for this peptide  More... | |
| Size | psm_count = 0 | 
| total number of identifications  More... | |
Quantitative and associated data for a peptide.
| 
 | default | 
constructor
| std::map<Int, std::map<Int, SampleAbundances> > abundances | 
mapping: fraction -> charge -> sample -> abundance
| std::set<String> accessions | 
protein accessions for this peptide
| Size psm_count = 0 | 
total number of identifications
| std::map<Int, std::map<Int, SampleAbundances> > psm_counts | 
mapping: fraction -> charge -> sample -> abundance
| SampleAbundances total_abundances | 
mapping: sample -> total abundance
| SampleAbundances total_psm_counts | 
spectral counting-based abundances
 1.8.16
 1.8.16