MRMFeatureQCFile#
- class pyopenms.MRMFeatureQCFile#
Bases:
object
Cython implementation of _MRMFeatureQCFile
Original C++ documentation is available here
File adapter for MRMFeatureQC files
Loads and stores .csv or .tsv files describing an MRMFeatureQC
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: MRMFeatureQCFile) None
Methods
- load(self, filename: bytes | str | String, mrmfqc: MRMFeatureQC, is_component_group: bool) None #
Loads an MRMFeatureQC file
- 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