SpectrumFileReaderFactory
Factory class supporting multiple MS data file types.
Remarks
Factory class for dynamic file support when reading different mass spectrometry data file types.
Methods
Method | Returns | Description |
---|---|---|
GetReader(string file, MSFilter filter) | ISpectrumFileReader | Opens a file and returns a file reader object based on the extension provided in the file name. A filter is provided to restrict the types of scans that are read. |
Example
1
This post is licensed under CC BY 4.0 by the author.