OpenMS  2.4.0
Public Attributes | List of all members
CsiFingerIdMzTabWriter::CsiAdapterHit Struct Reference

Internal structure used in SiriusAdapter that is used for the conversion of the Csi:FingerID output to an mzTab. More...

#include <OpenMS/FORMAT/DATAACCESS/CsiFingerIdMzTabWriter.h>

Public Attributes

OpenMS::String inchikey2D
 
OpenMS::String inchi
 
unsigned int rank
 
OpenMS::String molecular_formula
 
double score
 
OpenMS::String name
 
OpenMS::String smiles
 
std::vector< Stringpubchemids
 
std::vector< Stringlinks
 

Detailed Description

Internal structure used in SiriusAdapter that is used for the conversion of the Csi:FingerID output to an mzTab.

CsiAdapterHit: inchikey2D (String) inchi (String) rank (int) - Rank of the identification for a compound (spectrum) calculated by CSI:FingerID molecular_formula (String) - sumformula score (int) - Score of the identification for a compound (spectrum) calculated by CSI:FingerID name (String) smiles (String) pubchemids (vector<String>) - Pubchemid as reference links (vector<String>) - Links to the database

CsiAdapterIdentification: scan_index (int) - Index of the spectrum used for identification scan_number (int) - NativeId of the spectrum used for identification feature_id (String) - FeatureId (if spectrum was assigned to a feature) hits (vector<CsiAdapterHit>)

CsiAdapterRun: identifications (vector<CSIAdapterIdentification>)

Member Data Documentation

◆ inchi

◆ inchikey2D

OpenMS::String inchikey2D

◆ links

std::vector<String> links

◆ molecular_formula

OpenMS::String molecular_formula

◆ name

◆ pubchemids

std::vector<String> pubchemids

◆ rank

unsigned int rank

◆ score

double score

◆ smiles