18 class ExperimentalDesign;
45 std::map <String, Size> &column_map,
46 const std::set <String> &required,
47 const std::set <String> &optional,
48 bool allow_other_header);
Load an experimental design from a TSV file. (see ExperimentalDesign for details on the supported for...
Definition: ExperimentalDesignFile.h:27
static ExperimentalDesign load(const String &tsv_file, bool require_spectra_files)
Loads an experimental design from a tabular separated file.
static ExperimentalDesign load(const TextFile &text_file, const bool require_spectra_file, String filename)
Loads an experimental design from an already loaded or generated, tabular file.
static void parseHeader_(const StringList &header, const String &filename, std::map< String, Size > &column_map, const std::set< String > &required, const std::set< String > &optional, bool allow_other_header)
static void parseErrorIf_(const bool test, const String &filename, const String &message)
static ExperimentalDesign parseTwoTableFile_(const TextFile &text_file, const String &tsv_file, bool require_spectra_file)
static bool isOneTableFile_(const TextFile &text_file)
static ExperimentalDesign parseOneTableFile_(const TextFile &text_file, const String &tsv_file, bool require_spectra_file)
Representation of an experimental design in OpenMS. Instances can be loaded with the ExperimentalDesi...
Definition: ExperimentalDesign.h:219
A more convenient string class.
Definition: String.h:34
Definition: TextFile.h:21
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:44
bool test
Status of the current subsection.
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19