FeatureFileOptions#

class pyopenms.FeatureFileOptions#

Bases: object

Cython implementation of _FeatureFileOptions

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Options for loading files containing features.

Overload:

__init__(self, in_0: FeatureFileOptions) None

Methods

__init__

Overload:

getIntensityRange(self)

Returns the intensity range

getLoadConvexHull(self)

Returns whether or not to load convex hull

getLoadSubordinates(self)

Returns whether or not to load subordinates

getMZRange(self)

Returns the MZ range

getMetadataOnly(self)

Returns whether or not to load only meta data

getRTRange(self)

Returns the RT range

getSizeOnly(self)

Returns whether or not to load only meta data

hasIntensityRange(self)

Returns true if an intensity range has been set

hasMZRange(self)

Returns true if an MZ range has been set

hasRTRange(self)

Returns true if an RT range has been set

setIntensityRange(self, range_)

Restricts the range of intensity values for peaks to load

setLoadConvexHull(self, in_0)

Sets whether or not to load convex hull

setLoadSubordinates(self, in_0)

Sets whether or not load subordinates

setMZRange(self, range_)

Restricts the range of MZ values for peaks to load

setMetadataOnly(self, in_0)

Sets whether or not to load only meta data

setRTRange(self, range_)

Restricts the range of RT values for peaks to load

setSizeOnly(self, in_0)

Sets whether or not to load only feature count

getIntensityRange(self) DRange1#

Returns the intensity range

getLoadConvexHull(self) bool#

Returns whether or not to load convex hull

getLoadSubordinates(self) bool#

Returns whether or not to load subordinates

getMZRange(self) DRange1#

Returns the MZ range

getMetadataOnly(self) bool#

Returns whether or not to load only meta data

getRTRange(self) DRange1#

Returns the RT range

getSizeOnly(self) bool#

Returns whether or not to load only meta data

hasIntensityRange(self) bool#

Returns true if an intensity range has been set

hasMZRange(self) bool#

Returns true if an MZ range has been set

hasRTRange(self) bool#

Returns true if an RT range has been set

setIntensityRange(self, range_: DRange1) None#

Restricts the range of intensity values for peaks to load

setLoadConvexHull(self, in_0: bool) None#

Sets whether or not to load convex hull

setLoadSubordinates(self, in_0: bool) None#

Sets whether or not load subordinates

setMZRange(self, range_: DRange1) None#

Restricts the range of MZ values for peaks to load

setMetadataOnly(self, in_0: bool) None#

Sets whether or not to load only meta data

setRTRange(self, range_: DRange1) None#

Restricts the range of RT values for peaks to load

setSizeOnly(self, in_0: bool) None#

Sets whether or not to load only feature count