You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyprophet/_config.py
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ class RunnerConfig:
114
114
ipf_max_peakgroup_pep (float): Max PEP for peak group consideration in IPF.
115
115
ipf_max_transition_isotope_overlap (float): Max isotope overlap for transition selection in IPF.
116
116
ipf_min_transition_sn (float): Min log S/N for transition selection in IPF.
117
+
transition_training_require_unique_mapping (bool): Whether to restrict transition semi-supervised target training peaks to uniquely mapped transitions.
118
+
transition_training_require_phospho_loss (bool): Whether to restrict transition semi-supervised target training peaks to phospho-loss transitions.
117
119
118
120
glyco (bool): Whether glycopeptide-specific scoring is enabled.
119
121
density_estimator (str): Score density estimation method ('kde' or 'gmm').
@@ -124,6 +126,8 @@ class RunnerConfig:
124
126
threads (int): Number of CPU threads to use; -1 means all CPUs.
125
127
test (bool): Whether to enable test mode with deterministic behavior.
126
128
color_palette (str): Color palette used in PDF report rendering.
129
+
report_mode (str): PDF report scope: 'full', 'main', or 'none'.
130
+
apply_weights_run_batch_size (int): Number of runs to score together per streamed OSW apply batch. `0` means auto.
0 commit comments