proteobench.io.params.sage module#
Sage parameter extraction.
- proteobench.io.params.sage.extract_params(fname: str | Path) ProteoBenchParameters[source]#
Parse Sage quantification tool JSON parameter file and extract relevant parameters.
- Parameters:
fname (str or pathlib.Path) – The path to the Sage JSON parameter file.
- Returns:
The extracted parameters as a ProteoBenchParameters object.
- Return type: