OpenMS
|
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 > | abundances |
mapping: peptide (unmodified) -> sample -> abundance More... | |
std::map< String, SampleAbundances > | psm_counts |
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
std::map<String, SampleAbundances> abundances |
mapping: peptide (unmodified) -> sample -> abundance
Size psm_count = 0 |
total number of PSMs mapping to this protein
std::map<String, SampleAbundances> psm_counts |
SampleAbundances total_abundances |
mapping: sample -> total abundance
SampleAbundances total_distinct_peptides |
number of distinct peptide sequences
SampleAbundances total_psm_counts |
spectral counting-based abundances