Returns a list of items for both diagnostics and possibly a fixed evidence data.frame. Also two strings with messages are returned, which can serve as user message for pre and post calibration status.
fixCalibration(
df_evd,
df_idrate = NULL,
tolerance_sd_PCoutOfCal = 2,
low_id_rate = 1
)
Evidence data.frame with columns ()
Data.frame from summary.txt, giving ID rates for each raw file (cols: "ms.ms.identified....", "fc.raw.file"). Can also be NULL.
Maximal standard deviation allowed before considered 'failed'
Minimum ID rate in Percent before a Raw file is considered 'failed'
list of data (stats, affected_raw_files, df_evd, recal_message, recal_message_post)