proteobench.io.params.proline module#
Proline Studio is a quantification tool. The search engine is often Mascot. The parameters are provided per raw file in separate sheets of an Excel file.
Relevant information in sheets: - “Search settings and infos”, - “Import and filters” - “Quant config”
- proteobench.io.params.proline.extract_params(fname: str) ProteoBenchParameters[source]#
Parse Proline Studio parameter file (Excel) and extract relevant parameters.
- Parameters:
fname (str) – The path to the Proline Studio Excel parameter file.
- Returns:
The extracted parameters encapsulated in a ProteoBenchParameters object.
- Return type: