pyprophet
pyprophet copied to clipboard
PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
Results
22
pyprophet issues
Sort by
recently updated
recently updated
newest added
New workflow which first runs LDA and then runs XGBoost using the LDA results as the main score. This helps prevent pi0 errors that run into with XGBoost. Overall, the...
## Proteomics Dataset 16 runs, ~32K precursors (target + decoy), ~196K transitions, ~1.4M precursor features (peak-groups) ##### Command ``` /usr/bin/time pyprophet score --in merged_osw.parquet --level ms1ms2 --classifier SVM --xeval_num_iter 3...