Diagnostic plots
plotDiagnostic.RdFunction to make plots of QC samples to screen peak quality and retention time shifts.
Usage
plotDiagnostic(
compound_info,
output_directory,
rt_list,
int_list,
x_list,
y_list,
batchnr,
sample_names
)Arguments
- compound_info
info for target compounds like name, id, ...
- output_directory
character(1)directory to save plots.- rt_list
listlist with retention times of complete window.- int_list
listlist with intensities in complete window.- x_list
listlist with retention times of integrated peak.- y_list
listlist with intensities of integrated peak.- batchnr
numeric(1)batch number.- sample_names
names of samples.