OpenMS  2.5.0
CsiFingerIdMzTabWriter.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-2020.
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: Oliver Alka $
32 // $Authors: Oliver Alka $
33 // --------------------------------------------------------------------------
34 
35 #pragma once
36 
38 
39 namespace OpenMS
40 {
41  class OPENMS_DLLAPI CsiFingerIdMzTabWriter
42  {
43  public:
44 
73  {
76  unsigned int rank = 0;
78  double score = 0.;
81  std::vector<String> pubchemids;
82  std::vector<String> links;
83 
84  };
85 
87  {
88  double mz = 0.;
89  double rt = 0.;
91  int scan_index = -1;
92  int scan_number = -1;
94  std::vector<CsiAdapterHit> hits;
95  };
96 
98  {
99  std::vector <CsiAdapterIdentification> identifications;
100  };
101 
112  static void read(const std::vector<String>& sirius_output_paths,
113  const String& original_input_mzml,
114  const Size& top_n_hits,
115  MzTab& result);
116 
117  };
118 }
119 
OpenMS::ProteinIdentification::SearchParameters::digestion_enzyme
Protease digestion_enzyme
The cleavage site information in details (from ProteaseDB)
Definition: ProteinIdentification.h:236
MzTabFile.h
OpenMS::TOPPBase
Base class for TOPP applications.
Definition: TOPPBase.h:144
FileHandler.h
OpenMS::ProteaseDB::getAllCruxNames
void getAllCruxNames(std::vector< String > &all_names) const
returns all the enzyme names available for Crux
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterRun::identifications
std::vector< CsiAdapterIdentification > identifications
Definition: CsiFingerIdMzTabWriter.h:99
OpenMS::IdXMLFile::store
void store(const String &filename, const std::vector< ProteinIdentification > &protein_ids, const std::vector< PeptideIdentification > &peptide_ids, const String &document_id="")
Stores the data in an idXML file.
OpenMS::DigestionEnzymeDB< DigestionEnzymeProtein, ProteaseDB >::getInstance
static ProteaseDB * getInstance()
this member function serves as a replacement of the constructor
Definition: DigestionEnzymeDB.h:69
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterIdentification::native_id
OpenMS::String native_id
Definition: CsiFingerIdMzTabWriter.h:90
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::smiles
OpenMS::String smiles
Definition: CsiFingerIdMzTabWriter.h:80
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::inchikey2D
OpenMS::String inchikey2D
Definition: CsiFingerIdMzTabWriter.h:74
OpenMS::ProteinIdentification::SearchParameters::missed_cleavages
UInt missed_cleavages
The number of allowed missed cleavages.
Definition: ProteinIdentification.h:231
OpenMS::MzMLFile
File adapter for MzML files.
Definition: MzMLFile.h:55
OpenMS::String
A more convenient string class.
Definition: String.h:58
OpenMS::String::trim
String & trim()
removes whitespaces (space, tab, line feed, carriage return) at the beginning and the end of the stri...
MzMLFile.h
OpenMS::Size
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
IdXMLFile.h
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterIdentification::feature_id
OpenMS::String feature_id
Definition: CsiFingerIdMzTabWriter.h:93
OpenMS::MzTab
Data model of MzTab files. Please see the official MzTab specification at https://code....
Definition: MzTab.h:855
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::name
OpenMS::String name
Definition: CsiFingerIdMzTabWriter.h:79
MSDataCachedConsumer.h
ResidueDB.h
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit
Internal structure used in SiriusAdapter that is used for the conversion of the Csi:FingerID output t...
Definition: CsiFingerIdMzTabWriter.h:72
OpenMS::String::hasPrefix
bool hasPrefix(const String &string) const
true if String begins with string, false otherwise
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::pubchemids
std::vector< String > pubchemids
Definition: CsiFingerIdMzTabWriter.h:81
OpenMS::String::simplify
String & simplify()
merges subsequent whitespaces to one blank character
OpenMS::ProteinIdentification::SearchParameters::fragment_mass_tolerance_ppm
bool fragment_mass_tolerance_ppm
Mass tolerance unit of fragment ions (true: ppm, false: Dalton)
Definition: ProteinIdentification.h:233
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::molecular_formula
OpenMS::String molecular_formula
Definition: CsiFingerIdMzTabWriter.h:77
OpenMS::ListUtils::concatenate
static String concatenate(const std::vector< T > &container, const String &glue="")
Concatenates all elements of the container and puts the glue string between elements.
Definition: ListUtils.h:193
OpenMS::ProteinIdentification::SearchParameters::charges
String charges
The allowed charges for the search.
Definition: ProteinIdentification.h:227
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::inchi
OpenMS::String inchi
Definition: CsiFingerIdMzTabWriter.h:75
OpenMS::MzIdentMLFile
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:67
OpenMS
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
OpenMS::ProteinIdentification::SearchParameters::variable_modifications
std::vector< String > variable_modifications
Allowed variable modifications.
Definition: ProteinIdentification.h:230
ProteaseDB.h
OpenMS::ProteinIdentification::SearchParameters::db
String db
The used database.
Definition: ProteinIdentification.h:224
ModificationDefinitionsSet.h
OpenMS::ProteinIdentification::SearchParameters::db_version
String db_version
The database version.
Definition: ProteinIdentification.h:225
OpenMS::String::split
bool split(const char splitter, std::vector< String > &substrings, bool quote_protect=false) const
Splits a string into substrings using splitter as delimiter.
PepXMLFile.h
OpenMS::String::toQString
QString toQString() const
Conversion to Qt QString.
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterRun
Definition: CsiFingerIdMzTabWriter.h:97
OpenMS::ProteinIdentification::SearchParameters::fragment_mass_tolerance
double fragment_mass_tolerance
Mass tolerance of fragment ions (Dalton or ppm)
Definition: ProteinIdentification.h:232
OpenMS::ProteinIdentification::SearchParameters::fixed_modifications
std::vector< String > fixed_modifications
Used fixed modifications.
Definition: ProteinIdentification.h:229
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterHit::links
std::vector< String > links
Definition: CsiFingerIdMzTabWriter.h:82
OpenMS::MzIdentMLFile::load
void load(const String &filename, std::vector< ProteinIdentification > &poid, std::vector< PeptideIdentification > &peid)
Loads the identifications from a MzIdentML file.
ModificationsDB.h
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterIdentification
Definition: CsiFingerIdMzTabWriter.h:86
main
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
OpenMS::ProteinIdentification::SearchParameters::precursor_mass_tolerance
double precursor_mass_tolerance
Mass tolerance of precursor ions (Dalton or ppm)
Definition: ProteinIdentification.h:234
OpenMS::String::substr
String substr(size_t pos=0, size_t n=npos) const
Wrapper for the STL substr() method. Returns a String object with its contents initialized to a subst...
OpenMS::PlainMSDataWritingConsumer
Consumer class that writes MS data to disk using the mzML format.
Definition: MSDataWritingConsumer.h:240
OpenMS::File::findDatabase
static String findDatabase(const String &db_name)
OpenMS::MzMLFile::transform
void transform(const String &filename_in, Interfaces::IMSDataConsumer *consumer, bool skip_full_count=false, bool skip_first_pass=false)
Transforms a map while loading using the supplied MSDataConsumer.
OpenMS::File::readable
static bool readable(const String &file)
Return true if the file exists and is readable.
OpenMS::CsiFingerIdMzTabWriter
Definition: CsiFingerIdMzTabWriter.h:41
OpenMS::TOPPBase::ExitCodes
ExitCodes
Exit codes.
Definition: TOPPBase.h:149
String.h
OpenMS::CsiFingerIdMzTabWriter::CsiAdapterIdentification::hits
std::vector< CsiAdapterHit > hits
Definition: CsiFingerIdMzTabWriter.h:94
MzDataFile.h
OpenMS::ProteinIdentification::SearchParameters::precursor_mass_tolerance_ppm
bool precursor_mass_tolerance_ppm
Mass tolerance unit of precursor ions (true: ppm, false: Dalton)
Definition: ProteinIdentification.h:235
ResidueModification.h
OpenMS::DigestionEnzyme::getName
String getName() const
returns the name of the enzyme
OpenMS::File::removeDirRecursively
static bool removeDirRecursively(const String &dir_name)
Removes the subdirectories of the specified directory (absolute path). Returns true if successful.
MSDataWritingConsumer.h
OpenMS::ProteinIdentification::SearchParameters
Search parameters of the DB search.
Definition: ProteinIdentification.h:221
OpenMS::ProteinIdentification::SearchParameters::taxonomy
String taxonomy
The taxonomy restriction.
Definition: ProteinIdentification.h:226
StandardTypes.h
File.h
MzIdentMLFile.h
TOPPBase.h
OpenMS::IdXMLFile
Used to load and store idXML files.
Definition: IdXMLFile.h:63