FeatureFinderAlgorithmMetaboIdent
- class pyopenms.FeatureFinderAlgorithmMetaboIdent
Bases:
objectCython implementation of _FeatureFinderAlgorithmMetaboIdent
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1FeatureFinderAlgorithmMetaboIdent.html
– Inherits from [‘DefaultParamHandler’]
- __init__()
Cython signature: void FeatureFinderAlgorithmMetaboIdent()
Methods
Cython signature: void FeatureFinderAlgorithmMetaboIdent()
Cython signature: MSExperiment & getChromatograms() Retrieves chromatograms (empty if run was not executed)
Cython signature: Param getDefaults() Returns the default parameters
Cython signature: const TargetedExperiment & getLibrary() Retrieves the assay library (e.g., to store as TraML, empty if run was not executed)
Cython signature: const MSExperiment & getMSData() Returns spectra
Cython signature: size_t getNShared() Retrieves number of features with shared identifications
Cython signature: String getName() Returns the name
Cython signature: Param getParameters() Returns the parameters
Cython signature: libcpp_vector[String] getSubsections()
Cython signature: const TransformationDescription & getTransformations() Retrieves deviations between provided coordinates and extacted ones (e.g., to store as TrafoXML or for plotting)
Cython signature: void run(const libcpp_vector[FeatureFinderMetaboIdentCompound] metaboIdentTable, FeatureMap & features, String spectra_path)
Cython signature: void setMSData(MSExperiment & input) Sets spectra
Cython signature: void setName(const String &) Sets the name
Cython signature: void setParameters(Param & param) Sets the parameters
- getChromatograms()
Cython signature: MSExperiment & getChromatograms() Retrieves chromatograms (empty if run was not executed)
- getDefaults()
Cython signature: Param getDefaults() Returns the default parameters
- getLibrary()
Cython signature: const TargetedExperiment & getLibrary() Retrieves the assay library (e.g., to store as TraML, empty if run was not executed)
- getMSData()
Cython signature: const MSExperiment & getMSData() Returns spectra
Cython signature: size_t getNShared() Retrieves number of features with shared identifications
- getName()
Cython signature: String getName() Returns the name
- getParameters()
Cython signature: Param getParameters() Returns the parameters
- getSubsections()
Cython signature: libcpp_vector[String] getSubsections()
- getTransformations()
Cython signature: const TransformationDescription & getTransformations() Retrieves deviations between provided coordinates and extacted ones (e.g., to store as TrafoXML or for plotting)
- run()
Cython signature: void run(const libcpp_vector[FeatureFinderMetaboIdentCompound] metaboIdentTable, FeatureMap & features, String spectra_path)
Run feature extraction. spectra_path get’s annotated as primaryMSRunPath in the resulting feature map.
- setMSData()
Cython signature: void setMSData(MSExperiment & input) Sets spectra
- setName()
Cython signature: void setName(const String &) Sets the name
- setParameters()
Cython signature: void setParameters(Param & param) Sets the parameters