OpenMS  2.6.0
FIAMSDataProcessor.h
Go to the documentation of this file.
1 // --------------------------------------------------------------------------
2 // OpenMS -- Open-Source Mass Spectrometry
3 // --------------------------------------------------------------------------
4 // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
5 // ETH Zurich, and Freie Universitaet Berlin 2002-2018.
6 //
7 // This software is released under a three-clause BSD license:
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
13 // * Neither the name of any author or any participating institution
14 // may be used to endorse or promote products derived from this software
15 // without specific prior written permission.
16 // For a full list of authors, refer to the file AUTHORS.
17 // --------------------------------------------------------------------------
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 // ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22 // INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 //
30 // --------------------------------------------------------------------------
31 // $Maintainer: Svetlana Kutuzova, Douglas McCloskey $
32 // $Authors: Svetlana Kutuzova, Douglas McCloskey $
33 // --------------------------------------------------------------------------
34 
35 #pragma once
38 #include <OpenMS/FORMAT/MzTab.h>
40 #include <OpenMS/FORMAT/MzMLFile.h>
41 
42 namespace OpenMS
43 {
59  class OPENMS_DLLAPI FIAMSDataProcessor :
60  public DefaultParamHandler
61  {
62 public:
65 
67  ~FIAMSDataProcessor() = default;
68 
70  FIAMSDataProcessor(const FIAMSDataProcessor& cp) = default;
71 
73  FIAMSDataProcessor& operator=(const FIAMSDataProcessor& fdp) = default;
74 
95  bool run(const MSExperiment& experiment, const float n_seconds, OpenMS::MzTab& output, const bool load_cached_spectrum = true);
96 
104  void cutForTime(const MSExperiment& experiment, const float n_seconds, std::vector<MSSpectrum>& output);
105 
116  MSSpectrum mergeAlongTime(const std::vector<OpenMS::MSSpectrum>& input);
117 
124  MSSpectrum extractPeaks(const MSSpectrum& input);
125 
134  FeatureMap convertToFeatureMap(const MSSpectrum& input);
135 
144  MSSpectrum trackNoise(const MSSpectrum& input);
145 
154  void runAccurateMassSearch(FeatureMap& input, OpenMS::MzTab& output);
155 
159  const std::vector<float>& getMZs();
160 
164  const std::vector<float>& getBinSizes();
165 
166 protected:
167  void updateMembers_() override;
168 
169 private:
173  void storeSpectrum_(const MSSpectrum& input, String filename);
174 
175  std::vector<float> mzs_;
176  std::vector<float> bin_sizes_;
179  };
180 } // namespace OpenMS
MzTabFile.h
OpenMS::TOPPBase
Base class for TOPP applications.
Definition: TOPPBase.h:144
OpenMS::TextFile::addLine
void addLine(const StringType &line)
Definition: TextFile.h:112
TextFile.h
OpenMS::String::fillLeft
String & fillLeft(char c, UInt size)
Adds c on the left side until the size of the string is size.
OpenMS::FIAMSDataProcessor::sgfilter_
SavitzkyGolayFilter sgfilter_
Definition: FIAMSDataProcessor.h:177
OpenMS::FIAMSDataProcessor::mzs_
std::vector< float > mzs_
Definition: FIAMSDataProcessor.h:175
OpenMS::FIAMSDataProcessor::picker_
PeakPickerHiRes picker_
Definition: FIAMSDataProcessor.h:178
OpenMS::FeatureMap::sortByIntensity
void sortByIntensity(bool reverse=false)
Sorts the peaks according to ascending intensity.
OpenMS::Map::has
bool has(const Key &key) const
Test whether the map contains the given key.
Definition: Map.h:108
OpenMS::MetaInfoInterface::getMetaValue
const DataValue & getMetaValue(const String &name, const DataValue &default_value=DataValue::EMPTY) const
Returns the value corresponding to a string, or a default value (default: DataValue::EMPTY) if not fo...
OpenMS::String
A more convenient string class.
Definition: String.h:59
MzMLFile.h
Feature.h
OpenMS::MSExperiment
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
OpenMS::TextFile
This class provides some basic file handling methods for text files.
Definition: TextFile.h:46
OpenMS::DBoundingBox::encloses
bool encloses(const PositionType &position) const
Checks whether this range contains a certain point.
Definition: DBoundingBox.h:159
OpenMS::Size
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
FeatureXMLFile.h
OpenMS::MzTab
Data model of MzTab files. Please see the official MzTab specification at https://code....
Definition: MzTab.h:800
StatisticFunctions.h
OpenMS::Peak2D::getIntensity
IntensityType getIntensity() const
Definition: Peak2D.h:166
OpenMS::DefaultParamHandler
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
OpenMS
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
OpenMS::String::number
static String number(double d, UInt n)
returns a string for d with exactly n decimal places
SavitzkyGolayFilter.h
OpenMS::PeakPickerHiRes
This class implements a fast peak-picking algorithm best suited for high resolution MS data (FT-ICR-M...
Definition: PeakPickerHiRes.h:73
OpenMS::MetaInfoInterface::setMetaValue
void setMetaValue(const String &name, const DataValue &value)
Sets the DataValue corresponding to a name.
OpenMS::FeatureXMLFile::load
void load(const String &filename, FeatureMap &feature_map)
loads the file with name filename into map and calls updateRanges().
FeatureMap.h
OpenMS::BaseFeature::getCharge
const ChargeType & getCharge() const
Non-mutable access to charge state.
MzTab.h
OpenMS::Math
Math namespace.
Definition: BilinearInterpolation.h:42
OpenMS::FeatureXMLFile::store
void store(const String &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
OpenMS::Peak2D::getRT
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:208
OpenMS::UInt
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
OpenMS::FIAMSDataProcessor
Data processing for FIA-MS data.
Definition: FIAMSDataProcessor.h:59
main
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
OpenMS::StringConversions::toString
String toString(const T &i)
fallback template for general purpose using Boost::Karma; more specializations below
Definition: StringUtils.h:127
OpenMS::FeatureMap
A container for features.
Definition: FeatureMap.h:97
OpenMS::Feature::getConvexHull
ConvexHull2D & getConvexHull() const
Returns the overall convex hull of the feature (calculated from the convex hulls of the mass traces)
OpenMS::Feature
An LC-MS feature.
Definition: Feature.h:70
OpenMS::FeatureXMLFile
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLFile.h:68
OpenMS::Peak2D::getPosition
const PositionType & getPosition() const
Non-mutable access to the position.
Definition: Peak2D.h:178
OpenMS::ConvexHull2D::getBoundingBox
DBoundingBox< 2 > getBoundingBox() const
returns the bounding box of the feature hull points
OpenMS::TextFile::store
void store(const String &filename)
Writes the data to a file.
OpenMS::FIAMSDataProcessor::bin_sizes_
std::vector< float > bin_sizes_
Definition: FIAMSDataProcessor.h:176
OpenMS::SavitzkyGolayFilter
Computes the Savitzky-Golay filter coefficients using QR decomposition.
Definition: SavitzkyGolayFilter.h:101
OpenMS::Map
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
OpenMS::Peak2D::getMZ
CoordinateType getMZ() const
Returns the m/z coordinate (index 1)
Definition: Peak2D.h:196
PeakPickerHiRes.h
OpenMS::MSSpectrum
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
OpenMS::FeatureMap::sortByPosition
void sortByPosition()
Sort features by position. Lexicographical comparison (first RT then m/z) is done.
TOPPBase.h
OpenMS::Math::pearsonCorrelationCoefficient
static double pearsonCorrelationCoefficient(IteratorType1 begin_a, IteratorType1 end_a, IteratorType2 begin_b, IteratorType2 end_b)
Calculates the Pearson correlation coefficient for the values in [begin_a, end_a) and [begin_b,...
Definition: StatisticFunctions.h:505