36 #include <OpenMS/config.h>
101 double snr_threshold = 1.0,
102 double decoy_harmonic_factor = 1.0,
103 double decoy_precursor_offset = .0);
108 static const int topFD_min_peak_count_ = 3;
110 static const int topFD_max_peak_count_ = 500;
A class representing a deconvolved spectrum. DeconvolvedSpectrum consists of PeakGroups representing ...
Definition: DeconvolvedSpectrum.h:57
Averagine patterns pre-calculated for speed up. Other variables are also calculated for fast cosine c...
Definition: FLASHDeconvHelperStructs.h:60
FLASHDeconv Spectrum level output *.tsv, *.msalign (for TopPIC) file formats.
Definition: FLASHDeconvSpectrumFile.h:50
static void writeDeconvolvedMasses(DeconvolvedSpectrum &dspec, std::fstream &fs, const String &file_name, const FLASHDeconvHelperStructs::PrecalculatedAveragine &avg, double tol, bool write_detail, bool decoy)
write the deconvolved masses in the output file (spectrum level)
static void writeDeconvolvedMassesHeader(std::fstream &fs, uint ms_level, bool detail, bool decoy)
write the header in the tsv output file (spectrum level)
static void writeTopFD(const DeconvolvedSpectrum &dspec, std::fstream &fs, double snr_threshold=1.0, double decoy_harmonic_factor=1.0, double decoy_precursor_offset=.0)
write the deconvolved masses TopFD output (*.msalign)
A more convenient string class.
Definition: String.h:60
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48