peak-file (MSExperiment) specifics
More...
#include <OpenMS/FORMAT/FileInfo.h>
|
| std::vector< std::tuple< Int, std::string, UInt64 > > | activationMethodsFlat () const |
| | flattened (ms_level, method, count) view for ergonomic binding (mirrors the TSV columns)
|
| |
|
| std::string | instrument_name |
| |
| std::vector< std::pair< std::string, double > > | mass_analyzers |
| | (type, resolution)
|
| |
| std::vector< Int > | ms_levels |
| |
| UInt64 | total_peaks = 0 |
| | incl. chromatographic peaks
|
| |
| UInt64 | num_spectra = 0 |
| |
| std::map< Int, UInt64 > | spectra_per_ms_level |
| |
| std::map< Int, std::string > | peak_type_per_ms_level |
| |
| std::map< std::pair< Int, std::string >, UInt64 > | activation_methods |
| | activation methods: (ms_level, method_full_name) -> count
|
| |
| std::map< Int, UInt64 > | precursor_charges |
| | charge -> count
|
| |
| std::map< std::string, UInt64 > | float_arrays |
| |
| std::map< std::string, UInt64 > | int_arrays |
| |
| std::map< std::string, UInt64 > | string_arrays |
| | name -> count
|
| |
| std::vector< double > | faims_cvs |
| |
| UInt64 | num_chromatograms = 0 |
| |
| UInt64 | num_chrom_peaks = 0 |
| |
| std::map< std::string, UInt64 > | chromatogram_types |
| | type name -> count
|
| |
peak-file (MSExperiment) specifics
◆ activationMethodsFlat()
| std::vector< std::tuple< Int, std::string, UInt64 > > activationMethodsFlat |
( |
| ) |
const |
flattened (ms_level, method, count) view for ergonomic binding (mirrors the TSV columns)
◆ activation_methods
| std::map<std::pair<Int, std::string>, UInt64> activation_methods |
activation methods: (ms_level, method_full_name) -> count
◆ chromatogram_types
| std::map<std::string, UInt64> chromatogram_types |
◆ faims_cvs
| std::vector<double> faims_cvs |
◆ float_arrays
| std::map<std::string, UInt64> float_arrays |
◆ instrument_name
| std::string instrument_name |
◆ int_arrays
| std::map<std::string, UInt64> int_arrays |
◆ mass_analyzers
| std::vector<std::pair<std::string, double> > mass_analyzers |
◆ ms_levels
| std::vector<Int> ms_levels |
◆ num_chrom_peaks
◆ num_chromatograms
◆ num_spectra
◆ peak_type_per_ms_level
| std::map<Int, std::string> peak_type_per_ms_level |
annotation/estimate per MS level
◆ precursor_charges
◆ spectra_per_ms_level
◆ string_arrays
| std::map<std::string, UInt64> string_arrays |
◆ total_peaks
incl. chromatographic peaks