Skip to content

Commit

Permalink
default peak_outlier_value set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
alaguillog committed Oct 16, 2024
1 parent d817a94 commit 5bdf216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/SHIFTS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ score_column = xcorr # Name of column containing score (case-sensitive
peak_column = PeakAssignation # Name of column containing the peak/orphan labels (case-sensitive)
dm_region_limit = -56 # Deltamass region limit for Global FDR. Two regions will be created: DM equal to or above and DM below this value
dm_column = deltaMass # Name of column containing deltamass for region limits (case-sensitive)
peak_outlier_value = 1 # Peak FDR value to be assigned to orphans (default=1)
peak_outlier_value = 0 # Peak FDR value to be assigned to orphans (default=1)
global_threshold = 0.05 # Maximum global FDR value
local_threshold = 0.01 # Maximum local FDR value
peak_threshold = 0.01 # Maximum peak FDR value
Expand Down

0 comments on commit 5bdf216

Please sign in to comment.