FeatureXMLFile

class pyopenms.FeatureXMLFile

Bases: object

Cython 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

__init__

Cython signature: void FeatureXMLFile() This class provides Input/Output functionality for feature maps

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

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