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