public class FeatureFinderMetaboDetector extends Object
FeatureFinderMetaboDetector class.
This class creates a list m/z values (double) for a mzML input file using OpenMS TOPP ToolsConstructor and Description |
---|
FeatureFinderMetaboDetector(File mzMLFile)
Constructor for FeatureFinderMetaboDetector.
|
FeatureFinderMetaboDetector(String mzMLFilePath)
Constructor for FeatureFinderMetaboDetector.
|
Modifier and Type | Method and Description |
---|---|
List<Double> |
execute()
Runs FeatureFinderMetabo on the output file, processes the output file
for mz values data.
|
public FeatureFinderMetaboDetector(String mzMLFilePath) throws MSDKException
Constructor for FeatureFinderMetaboDetector.
mzMLFilePath
- Path to mzML File to be processedMSDKException
- if any.public FeatureFinderMetaboDetector(File mzMLFile) throws MSDKException
Constructor for FeatureFinderMetaboDetector.
mzMLFile
- File
reference to mzML File to be processedMSDKException
- if any.public List<Double> execute() throws XMLStreamException, IOException, MSDKException
XMLStreamException
- if any.IOException
- if any.MSDKException
- if any.Copyright © 2019. All rights reserved.