Quantitative and associated data for a protein. More...
#include <OpenMS/ANALYSIS/QUANTITATION/PeptideAndProteinQuant.h>
Public Member Functions | |
ProteinData ()=default | |
constructor More... | |
Public Attributes | |
std::map< String, SampleAbundances > | peptide_abundances |
mapping: peptide (unmodified) -> sample -> abundance More... | |
std::map< String, SampleAbundances > | peptide_psm_counts |
std::map< String, std::map< Int, double > > | channel_level_abundances |
mapping: filename -> channel/label -> abundance More... | |
std::map< String, UInt64 > | file_level_psm_counts |
mapping: filename -> PSM counts More... | |
SampleAbundances | total_abundances |
mapping: sample -> total abundance More... | |
SampleAbundances | total_psm_counts |
spectral counting-based abundances More... | |
SampleAbundances | total_distinct_peptides |
number of distinct peptide sequences More... | |
Size | psm_count = 0 |
total number of PSMs mapping to this protein More... | |
Quantitative and associated data for a protein.
|
default |
constructor
mapping: filename -> channel/label -> abundance
std::map<String, SampleAbundances> peptide_abundances |
mapping: peptide (unmodified) -> sample -> abundance
std::map<String, SampleAbundances> peptide_psm_counts |
Size psm_count = 0 |
total number of PSMs mapping to this protein
SampleAbundances total_abundances |
mapping: sample -> total abundance
SampleAbundances total_distinct_peptides |
number of distinct peptide sequences
SampleAbundances total_psm_counts |
spectral counting-based abundances