Generate quality control plots for mz pair candidates.
Source:R/GenerateQCPlots.R
GenerateQCPlots.Rd
GenerateQCPlots
will produce QC plots for a list
containing test results objects (generated by EvaluateCandidateListAgainstRawData.
Details
If you provide a single candidate (list of length = 1) an output to a screen plotting device is reasonable, otherwise a target PDF file should be specified in parameter `pdf_file`.
Examples
if (FALSE) { # \dontrun{
# load evaluation result of example data
data(res_list)
# generate Figures on screen (use PDF output for multiple candidates)
GenerateQCPlots(res_list[1])
} # }