R/proteomics_plots.R
proteomics_plots_rii.Rd
check whether results file is following guidelines
proteomics_plots_rii(
all_vial_labels,
all_samples,
peprii,
isPTM,
v_m,
out_qc_folder = NULL,
output_prefix,
printPDF,
verbose
)
(vector) only vial_labels
(vector) all sample ids
(char) Reporter Ion Intensity df
(logical) Is a PTM assay
(df) sample metadata
(char) if f_proof is TRUE
, a folder path can be provided
(otherwise print in current working directory)
(char) provide a prefix for the output name
(logical) if TRUE
(default print plots to pdf)
(logical) TRUE
(default) shows messages
(int) number of issues identified
{
check_results(r_m = results_named, m_s = metadata_sample_named, m_m = metadata_metabolites_named)
}
#> + (+) All samples from `results_metabolite` are available in `metadata_sample`
#> + (+) `metabolite_name` is identical in both [results] and `metadata_metabolites` files: OK
#> + (+) `sample_id` columns are numeric: OK