proteobench.io.params.alphapept module#

Parser for Alphapept yaml configuration files.

proteobench.io.params.alphapept.extract_params(fname: Path, json_file='/home/docs/checkouts/readthedocs.org/user_builds/proteobench/envs/v0.10.1/lib/python3.11/site-packages/proteobench/io/params/json/Quant/quant_lfq_DDA_ion.json') ProteoBenchParameters[source]#

Extract parameters from an AlphaPept YAML configuration file.

Parameters:

fname (pathlib.Path) – Path to the AlphaPept configuration file.

Returns:

The extracted parameters as a ProteoBenchParameters object.

Return type:

ProteoBenchParameters