proteobench.io.parsing.utils module#
Utilities for parsing modifications.
- proteobench.io.parsing.utils.add_fixed_mod(proforma: str, mod_name: str, aas: str) str[source]#
Add a single fixed modification to a peptide in ProForma format.
- proteobench.io.parsing.utils.add_maxquant_fixed_modifications(params: ProteoBenchParameters, result_perf: DataFrame) DataFrame[source]#
Format MaxQuant modifications.
- Parameters:
params (ProteoBenchParameters) – ProteoBenchParameters object from MaxQuant results. Contains modifications in fixed_mods attribute.
result_perf (pd.DataFrame) – The benchmarking results.
- Returns:
Results of benchmarking with parsed modifications.
- Return type:
pd.DataFrame