check_viallabel_dmaqc | R Documentation |
validate vial label from DMAQC
check_viallabel_dmaqc(
vl_submitted,
dmaqc_shipping_info,
tissue_code,
cas,
phase,
failed_samples,
out_qc_folder = NULL,
outfile_missed_viallabels,
return_n_issues = FALSE,
verbose = TRUE
)
vl_submitted |
(vector) results df |
dmaqc_shipping_info |
(data.frame) dmaqc shipping information |
tissue_code |
(char) tissue code |
cas |
(char) CAS code |
phase |
(char) phase code |
failed_samples |
(char) metadata_metabolites df |
out_qc_folder |
(char) output qc folder (it creates the folder if it doesn't exist) |
outfile_missed_viallabels |
(char) file name for missed vial labels |
return_n_issues |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.