#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithm.h>
#include <OpenMS/FORMAT/MzDataFile.h>
#include <OpenMS/FORMAT/FeatureXMLFile.h>
#include <OpenMS/FORMAT/TextFile.h>
#include <OpenMS/CHEMISTRY/IsotopeDistribution.h>
#include <OpenMS/MATH/STATISTICS/Histogram.h>
#include <OpenMS/MATH/STATISTICS/StatisticFunctions.h>
#include <numeric>
#include <fstream>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_multifit_nlin.h>
#include <gsl/gsl_blas.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | FeatureFinderAlgorithmPicked |
FeatureFinderAlgorithm for picked peaks. More... | |
struct | FeatureFinderAlgorithmPicked::PeakInfo |
Helper structure that stores precalculated information for each peak used in FeatureFinderAlgorithmPicked. More... | |
struct | FeatureFinderAlgorithmPicked::Seed |
Helper structure for seeds used in FeatureFinderAlgorithmPicked. More... | |
struct | FeatureFinderAlgorithmPicked::MassTrace |
Helper struct for mass traces used in FeatureFinderAlgorithmPicked. More... | |
struct | FeatureFinderAlgorithmPicked::MassTraces |
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked. More... | |
struct | FeatureFinderAlgorithmPicked::TheoreticalIsotopePattern |
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked. More... | |
struct | FeatureFinderAlgorithmPicked::IsotopePattern |
Helper structure for a found isotope pattern used in FeatureFinderAlgorithmPicked. More... |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |