FeatureFileOptions
- class pyopenms.FeatureFileOptions
Bases:
objectCython 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
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
- getLoadConvexHull(self) bool
Returns whether or not to load convex hull
- getLoadSubordinates(self) bool
Returns whether or not to load subordinates
- getMetadataOnly(self) bool
Returns whether or not to load only meta data
- 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
- setMetadataOnly(self, in_0: bool) None
Sets whether or not to load only meta data
- setSizeOnly(self, in_0: bool) None
Sets whether or not to load only feature count