![]() |
OpenMS
2.5.0
|
Quantitative and associated data for a peptide. More...
#include <OpenMS/ANALYSIS/QUANTITATION/PeptideAndProteinQuant.h>
Public Member Functions | |
| PeptideData () | |
| constructor More... | |
Public Attributes | |
| std::map< Int, std::map< Int, SampleAbundances > > | abundances |
| mapping: fraction -> charge -> sample -> abundance More... | |
| SampleAbundances | total_abundances |
| mapping: sample -> total abundance More... | |
| std::set< String > | accessions |
| protein accessions for this peptide More... | |
| Size | id_count |
| number of identifications More... | |
Quantitative and associated data for a peptide.
|
inline |
constructor
| std::map<Int, std::map<Int, SampleAbundances> > abundances |
mapping: fraction -> charge -> sample -> abundance
| std::set<String> accessions |
protein accessions for this peptide
| Size id_count |
number of identifications
| SampleAbundances total_abundances |
mapping: sample -> total abundance
1.8.16