validate_olink | R Documentation |
This function validates Olink data based on a set of criteria, including folder structure, metadata, and file contents. It supports optional functionalities like creating a PDF report and DMAQC validation (data only available at the BIC)
validate_olink(
input_results_folder,
cas,
return_n_issues = FALSE,
full_report = FALSE,
f_proof = FALSE,
printPDF = FALSE,
out_qc_folder = NULL,
dmaqc_shipping_info = NULL,
dmaqc_phase2validate = FALSE,
validate_uniprot = FALSE,
verbose = TRUE
)
input_results_folder |
A string representing the path to the folder containing Olink results to be validated. |
cas |
A character string indicating the CAS number. |
return_n_issues |
Logical; if |
full_report |
Logical; if |
f_proof |
Logical; if |
printPDF |
Logical; if |
out_qc_folder |
Optional; a string specifying the path to the folder
where output PDF should be saved (only if |
dmaqc_shipping_info |
(char) File path to the DMAQC file. Only the BIC can use this argument |
dmaqc_phase2validate |
(char) Provide phase to validate. This argument
is not required since it should be extracted from the input folder or from the
new required file |
validate_uniprot |
Logical; if |
verbose |
Logical; if |
Depending on the settings, this function may return the number of issues found, generate reports or plots, or simply perform the validation without returning anything.
## Not run:
validate_olink("/path/to/results", cas = "broad_rg", return_n_issues = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.