proteobench.modules.quant.quant_lfq_ion_DIA_AIF module#
DIA Quantification Module for precursor level Quantification.
- class proteobench.modules.quant.quant_lfq_ion_DIA_AIF.DIAQuantIonModuleAIF(token: str, proteobot_repo_name: str = 'Proteobot/Results_quant_ion_DIA', proteobench_repo_name: str = 'Proteobench/Results_quant_ion_DIA', branch: str | None = None)[source]#
Bases:
QuantModuleDIA Quantification Module for precursor level Quantification.
- Parameters:
- benchmarking(input_file: str, input_format: str, user_input: dict, all_datapoints: DataFrame | None, default_cutoff_min_prec: int = 3, input_file_secondary: str = None, max_nr_observed: int = None) 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 (str) – 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 an precursor must be identified in. Defaults to 3.
input_file_secondary (str, optional) – Path to a secondary input file (used for some formats like AlphaDIA).
- Returns:
A tuple containing the intermediate data structure, all data points, and the input DataFrame.
- Return type:
Tuple[DataFrame, DataFrame, DataFrame]
- get_plot_generator()[source]#
Get the plot generator for this module.
- Returns:
The plot generator instance.
- Return type: