OpenMS
PeptideAndProteinQuant::PeptideData Struct Reference

Quantitative and associated data for a peptide. More...

#include <OpenMS/ANALYSIS/QUANTITATION/PeptideAndProteinQuant.h>

Collaboration diagram for PeptideAndProteinQuant::PeptideData:
[legend]

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

Detailed Description

Quantitative and associated data for a peptide.

Constructor & Destructor Documentation

◆ PeptideData()

PeptideData ( )
default

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

◆ psm_count

Size psm_count = 0

total number of identifications

◆ psm_counts

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

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

◆ total_abundances

SampleAbundances total_abundances

mapping: sample -> total abundance

◆ total_psm_counts

SampleAbundances total_psm_counts

spectral counting-based abundances