proteobench.modules.quant.quant_lfq_peptidoform_DIA module#
DIA quantification Module.
- class proteobench.modules.quant.quant_lfq_peptidoform_DIA.DIAQuantPeptidoformModule(token: str, proteobot_repo_name: str = 'Proteobot/Results_quant_peptidoform_DIA', proteobench_repo_name: str = 'Proteobench/Results_quant_peptidoform_DIA')[source]#
Bases:
QuantModuleDIA Quantification Module for Peptidoform level Quantification.
- Parameters:
- benchmarking(input_file: str, input_format: str, user_input: dict, all_datapoints: DataFrame | None, default_cutoff_min_prec: int = 3) Tuple[DataFrame, DataFrame, DataFrame][source]#
Main workflow of the module for benchmarking workflow results.
- Parameters:
input_file (str) – Path to the workflow output file.
input_format (str) – Format of the workflow output file.
user_input (dict) – User-provided parameters for plotting.
all_datapoints (Optional[pd.DataFrame]) – DataFrame containing all data points from the repo.
default_cutoff_min_prec (int, optional) – Minimum number of runs a precursor ion must be identified in. Defaults to 3.
- Returns:
A tuple containing the intermediate data structure, all data points, and the input DataFrame.
- Return type:
Tuple[DataFrame, DataFrame, DataFrame]
- is_implemented() bool[source]#
Return whether the module is fully implemented.
- Returns:
Whether the module is fully implemented.
- Return type:
- module_id = 'quant_lfq_DIA_peptidoform'#