|
OpenMS
2.6.0
|
Go to the documentation of this file.
76 unsigned int rank = 0;
94 std::vector<CsiAdapterHit>
hits;
112 static void read(
const std::vector<String>& sirius_output_paths,
113 const String& original_input_mzml,
114 const Size& top_n_hits,
Protease digestion_enzyme
The cleavage site information in details (from ProteaseDB)
Definition: ProteinIdentification.h:273
Base class for TOPP applications.
Definition: TOPPBase.h:144
void getAllCruxNames(std::vector< String > &all_names) const
returns all the enzyme names available for Crux
std::vector< CsiAdapterIdentification > identifications
Definition: CsiFingerIdMzTabWriter.h:99
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.
static ProteaseDB * getInstance()
this member function serves as a replacement of the constructor
Definition: DigestionEnzymeDB.h:69
OpenMS::String native_id
Definition: CsiFingerIdMzTabWriter.h:90
OpenMS::String smiles
Definition: CsiFingerIdMzTabWriter.h:80
OpenMS::String inchikey2D
Definition: CsiFingerIdMzTabWriter.h:74
UInt missed_cleavages
The number of allowed missed cleavages.
Definition: ProteinIdentification.h:268
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:59
String & trim()
removes whitespaces (space, tab, line feed, carriage return) at the beginning and the end of the stri...
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
OpenMS::String feature_id
Definition: CsiFingerIdMzTabWriter.h:93
Data model of MzTab files. Please see the official MzTab specification at https://code....
Definition: MzTab.h:800
OpenMS::String name
Definition: CsiFingerIdMzTabWriter.h:79
Internal structure used in SiriusAdapter that is used for the conversion of the Csi:FingerID output t...
Definition: CsiFingerIdMzTabWriter.h:72
bool hasPrefix(const String &string) const
true if String begins with string, false otherwise
std::vector< String > pubchemids
Definition: CsiFingerIdMzTabWriter.h:81
String & simplify()
merges subsequent whitespaces to one blank character
bool fragment_mass_tolerance_ppm
Mass tolerance unit of fragment ions (true: ppm, false: Dalton)
Definition: ProteinIdentification.h:270
OpenMS::String molecular_formula
Definition: CsiFingerIdMzTabWriter.h:77
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
String charges
The allowed charges for the search.
Definition: ProteinIdentification.h:264
OpenMS::String inchi
Definition: CsiFingerIdMzTabWriter.h:75
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:67
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< String > variable_modifications
Allowed variable modifications.
Definition: ProteinIdentification.h:267
String db
The used database.
Definition: ProteinIdentification.h:261
String db_version
The database version.
Definition: ProteinIdentification.h:262
bool split(const char splitter, std::vector< String > &substrings, bool quote_protect=false) const
Splits a string into substrings using splitter as delimiter.
QString toQString() const
Conversion to Qt QString.
Definition: CsiFingerIdMzTabWriter.h:97
double fragment_mass_tolerance
Mass tolerance of fragment ions (Dalton or ppm)
Definition: ProteinIdentification.h:269
std::vector< String > fixed_modifications
Used fixed modifications.
Definition: ProteinIdentification.h:266
std::vector< String > links
Definition: CsiFingerIdMzTabWriter.h:82
void load(const String &filename, std::vector< ProteinIdentification > &poid, std::vector< PeptideIdentification > &peid)
Loads the identifications from a MzIdentML file.
Definition: CsiFingerIdMzTabWriter.h:86
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
double precursor_mass_tolerance
Mass tolerance of precursor ions (Dalton or ppm)
Definition: ProteinIdentification.h:271
const std::string ISOTOPE_ERROR
Class representing a temporary directory.
Definition: File.h:63
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...
Consumer class that writes MS data to disk using the mzML format.
Definition: MSDataWritingConsumer.h:240
static String findDatabase(const String &db_name)
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.
static bool readable(const String &file)
Return true if the file exists and is readable.
Definition: CsiFingerIdMzTabWriter.h:41
ExitCodes
Exit codes.
Definition: TOPPBase.h:149
std::vector< CsiAdapterHit > hits
Definition: CsiFingerIdMzTabWriter.h:94
bool precursor_mass_tolerance_ppm
Mass tolerance unit of precursor ions (true: ppm, false: Dalton)
Definition: ProteinIdentification.h:272
String getName() const
returns the name of the enzyme
Search parameters of the DB search.
Definition: ProteinIdentification.h:258
String taxonomy
The taxonomy restriction.
Definition: ProteinIdentification.h:263
static void writeParametersToMetaValues(const Param &write_this, MetaInfoInterface &write_here, const String &prefix="")
Writes all parameters to meta values.
Used to load and store idXML files.
Definition: IdXMLFile.h:63