MRMFeatureQCFile
- class pyopenms.MRMFeatureQCFile
Bases:
objectCython implementation of _MRMFeatureQCFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1MRMFeatureQCFile.html
Loads and stores .csv or .tsv files describing an MRMFeatureQC
- __init__()
Cython signature: void MRMFeatureQCFile()
Cython signature: void MRMFeatureQCFile(MRMFeatureQCFile &)
Methods
Cython signature: void MRMFeatureQCFile()
Cython signature: void load(const String & filename, MRMFeatureQC & mrmfqc, const bool is_component_group)
- load()
Cython signature: void load(const String & filename, MRMFeatureQC & mrmfqc, const bool is_component_group)
- Parameters
filename – The path to the input file
mrmfqc – The output class which will contain the criteria
is_component_group – True if the user intends to load ComponentGroupQCs data, false otherwise
- Raises
Exception: FileNotFound is thrown if the file could not be opened
- Raises
Exception: ParseError is thrown if an error occurs during parsing