proteobench.io.params.i2masschroq module#
I2MassChroQ parameter file parser.
- proteobench.io.params.i2masschroq.extract_params(fname: Path) ProteoBenchParameters[source]#
Extract parameters from an i2MassChroQ parameter file and return a ProteoBenchParameters object.
- Parameters:
fname (pathlib.Path) – The file path to the i2MassChroQ parameter file.
- Returns:
The extracted parameters encapsulated in a ProteoBenchParameters object.
- Return type: