OpenMS  2.5.0
Public Member Functions | Public Attributes | List of all members
PeptideAndProteinQuant::PeptideData Struct Reference

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< Stringaccessions
 protein accessions for this peptide More...
 
Size id_count
 number of identifications More...
 

Detailed Description

Quantitative and associated data for a peptide.

Constructor & Destructor Documentation

◆ PeptideData()

PeptideData ( )
inline

constructor

Member Data Documentation

◆ abundances

std::map<Int, std::map<Int, SampleAbundances> > abundances

mapping: fraction -> charge -> sample -> abundance

◆ accessions

std::set<String> accessions

protein accessions for this peptide

◆ id_count

Size id_count

number of identifications

◆ total_abundances

SampleAbundances total_abundances

mapping: sample -> total abundance