 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
117 std::optional<QSqlQuery>& query_meta,
118 std::optional<QSqlQuery>& query_hull,
119 std::optional<QSqlQuery>& query_match);
129 const String& parent_table);
156 std::unordered_map<Key, IdentificationData::ParentSequenceRef>
parent_refs_;
void handleQueryAppliedProcessingStep_(QSqlQuery &query, IdentificationDataInternal::ScoredProcessingResult &result, Key parent_id)
~OMSFileLoad()
Destructor.
void loadObservationMatches_(IdentificationData &id_data)
void loadDBSearchParams_(IdentificationData &id_data)
void loadObservations_(IdentificationData &id_data)
A more convenient string class.
Definition: String.h:58
Helper class for loading .oms files (SQLite format)
Definition: OMSFileLoad.h:53
void loadParentGroupSets_(IdentificationData &id_data)
void load(IdentificationData &id_data)
Load data from database and populate an IdentificationData object.
std::unordered_map< Key, IdentificationData::ParentSequenceRef > parent_refs_
Definition: OMSFileLoad.h:156
std::unordered_map< Key, IdentificationData::ProcessingStepRef > processing_step_refs_
Definition: OMSFileLoad.h:153
qint64 Key
Type used for database keys.
Definition: OMSFileLoad.h:56
static DataValue makeDataValue_(const QSqlQuery &query)
QString db_name_
Definition: OMSFileLoad.h:145
void loadScoreTypes_(IdentificationData &id_data)
std::unordered_map< Key, IdentificationData::ObservationRef > observation_refs_
Definition: OMSFileLoad.h:155
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
void loadProcessingSteps_(IdentificationData &id_data)
std::unordered_map< Key, IdentificationData::ScoreTypeRef > score_type_refs_
Definition: OMSFileLoad.h:150
void loadFeatures_(FeatureMap &features)
std::unordered_map< Key, IdentificationData::ObservationMatchRef > observation_match_refs_
Definition: OMSFileLoad.h:158
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
void loadInputFiles_(IdentificationData &id_data)
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:58
std::unordered_map< Key, IdentificationData::IdentifiedMolecule > identified_molecule_vars_
Definition: OMSFileLoad.h:157
void loadDataProcessing_(FeatureMap &features)
std::unordered_map< Key, IdentificationData::AdductRef > adduct_refs_
Definition: OMSFileLoad.h:159
std::unordered_map< Key, IdentificationData::SearchParamRef > search_param_refs_
Definition: OMSFileLoad.h:154
void loadAdducts_(IdentificationData &id_data)
IdentificationDataInternal::ParentMatches ParentMatches
Definition: IdentificationData.h:146
OMSFileLoad(const String &filename, LogType log_type)
Constructor.
void loadIdentifiedSequences_(IdentificationData &id_data)
bool prepareQueryMetaInfo_(QSqlQuery &query, const String &parent_table)
void loadMapMetaData_(FeatureMap &features)
LogType
Possible log types.
Definition: ProgressLogger.h:68
void handleQueryParentMatch_(QSqlQuery &query, IdentificationData::ParentMatches &parent_matches, Key molecule_id)
void loadIdentifiedCompounds_(IdentificationData &id_data)
Representation of spectrum identification results and associated data.
Definition: IdentificationData.h:94
A container for features.
Definition: FeatureMap.h:98
Base class for ID data with scores and processing steps (and meta info)
Definition: ScoredProcessingResult.h:44
void loadParentSequences_(IdentificationData &id_data)
void handleQueryPeakAnnotation_(QSqlQuery &query, IdentificationData::ObservationMatch &match, Key parent_id)
An LC-MS feature.
Definition: Feature.h:70
int version_number_
schema version number
Definition: OMSFileLoad.h:147
Feature loadFeatureAndSubordinates_(QSqlQuery &query_feat, std::optional< QSqlQuery > &query_meta, std::optional< QSqlQuery > &query_hull, std::optional< QSqlQuery > &query_match)
std::unordered_map< Key, IdentificationData::ProcessingSoftwareRef > processing_software_refs_
Definition: OMSFileLoad.h:152
std::unordered_map< Key, IdentificationData::InputFileRef > input_file_refs_
Definition: OMSFileLoad.h:151
void handleQueryMetaInfo_(QSqlQuery &query, MetaInfoInterface &info, Key parent_id)
Representation of a search hit (e.g. peptide-spectrum match).
Definition: ObservationMatch.h:73
void loadProcessingSoftwares_(IdentificationData &id_data)
bool prepareQueryAppliedProcessingStep_(QSqlQuery &query, const String &parent_table)