FeatureXMLFile#
- class pyopenms.FeatureXMLFile#
Bases:
objectCython implementation of _FeatureXMLFile
Original C++ documentation is available here
- __init__(self) None#
This class provides Input/Output functionality for feature maps
Methods
__init__(self)This class provides Input/Output functionality for feature maps
getOptions(self)Access to the options for loading/storing
load(self, in_0, in_1)Loads the file with name filename into map and calls updateRanges()
loadSize(self, path)setOptions(self, in_0)Setter for options for loading/storing
store(self, in_0, in_1)Stores the map feature_map in file with name filename
- getOptions(self) FeatureFileOptions#
Access to the options for loading/storing
- load(self, in_0: bytes | str | String, in_1: FeatureMap) None#
Loads the file with name filename into map and calls updateRanges()
- setOptions(self, in_0: FeatureFileOptions) None#
Setter for options for loading/storing