FeatureXMLFile
- class pyopenms.FeatureXMLFile
Bases:
objectCython implementation of _FeatureXMLFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1FeatureXMLFile.html
- __init__()
Cython signature: void FeatureXMLFile() This class provides Input/Output functionality for feature maps
Methods
Cython signature: void FeatureXMLFile() This class provides Input/Output functionality for feature maps
Cython signature: FeatureFileOptions getOptions() Access to the options for loading/storing
Cython signature: void load(String, FeatureMap &) Loads the file with name filename into map and calls updateRanges()
Cython signature: size_t loadSize(String path)
Cython signature: void setOptions(FeatureFileOptions) Setter for options for loading/storing
Cython signature: void store(String, FeatureMap &) Stores the map feature_map in file with name filename
- getOptions()
Cython signature: FeatureFileOptions getOptions() Access to the options for loading/storing
- load()
Cython signature: void load(String, FeatureMap &) Loads the file with name filename into map and calls updateRanges()
- loadSize()
Cython signature: size_t loadSize(String path)
- setOptions()
Cython signature: void setOptions(FeatureFileOptions) Setter for options for loading/storing
- store()
Cython signature: void store(String, FeatureMap &) Stores the map feature_map in file with name filename