oktoberfest.re.rescore_with_percolator
- oktoberfest.re.rescore_with_percolator(input_file, output_folder=None, num_threads=3, test_fdr=0.01, train_fdr=0.01, xl=False)
Rescore using percolator.
The function takes an input file location, as well as an output folder location for percolator outputs and executes percolator with additional optional parameters.
- Parameters:
output_folder (
str|Path|None) – An optional output folder for all percolator files, default is the parent directory of the input_filenum_threads (
int) – The number of threads used in parallel for percolatortest_fdr (
float) – the fdr cutoff for the test settrain_fdr (
float) – the fdr cutoff for the train setxl (
bool) – crosslinked or linear peptide
- Raises:
FileNotFoundError – if the input file does not exist