![]() |
OpenMS
3.0.0
|
struct for TopPIC identification (both PrSMs and proteoforms) More...
#include <OpenMS/ANALYSIS/TOPDOWN/FLASHDeconvHelperStructs.h>
Public Member Functions | |
| TopPicItem ()=default | |
| TopPicItem (String in) | |
| bool | operator< (const TopPicItem &a) const |
| scan numbers are compared More... | |
| bool | operator> (const TopPicItem &a) const |
| bool | operator== (const TopPicItem &other) const |
Public Attributes | |
| String | str |
| the line string More... | |
| int | prsm_id |
| information from each column More... | |
| int | spec_id |
| int | scan |
| double | rt |
| int | peak_count |
| int | charge |
| double | precursor_mass |
| double | adj_precursor_mass |
| int | proteform_id = -1 |
| String | protein_acc = "" |
| int | first_residue |
| int | last_residue |
| std::vector< double > | unexp_mod |
| int | matched_peaks |
| int | matched_frags |
| double | e_value |
| double | spec_q_value |
| double | proteofrom_q_value |
| double | intensity |
struct for TopPIC identification (both PrSMs and proteoforms)
|
default |
|
explicit |
parse a single line of TopPIC output. Header includes: Data file name Prsm ID Spectrum ID Fragmentation Scan(s) Retention time #peaks Charge Precursor mass Adjusted precursor mass Proteoform ID Feature intensity Feature score Protein accession Protein description First residue Last residue Proteoform #unexpected modifications MIScore #variable PTMs #matched peaks #matched fragment ions E-value Spectrum-level Q-value Proteoform-level Q-value
| bool operator< | ( | const TopPicItem & | a | ) | const |
scan numbers are compared
| bool operator== | ( | const TopPicItem & | other | ) | const |
| bool operator> | ( | const TopPicItem & | a | ) | const |
| double adj_precursor_mass |
| int charge |
| double e_value |
| int first_residue |
| double intensity |
| int last_residue |
| int matched_frags |
| int matched_peaks |
| int peak_count |
| double precursor_mass |
| int proteform_id = -1 |
| String protein_acc = "" |
| double proteofrom_q_value |
| int prsm_id |
information from each column
| double rt |
| int scan |
| int spec_id |
| double spec_q_value |
| String str |
the line string
| std::vector<double> unexp_mod |