View source: R/proteomics_qc.R
validate_proteomics | R Documentation |
Validate a Proteomics submission
validate_proteomics(
input_results_folder,
isPTM,
cas,
dmaqc_shipping_info = NULL,
dmaqc_phase2validate = FALSE,
f_proof = FALSE,
out_qc_folder = NULL,
return_n_issues = TRUE,
full_report = FALSE,
printPDF = TRUE,
verbose = TRUE,
check_only_results = FALSE
)
input_results_folder |
(char) path to the PROCESSED folder to check |
isPTM |
(logical) |
cas |
(char) CAS code |
dmaqc_shipping_info |
(char) DMAQC file with shipping information. If not provided (default), then DMQAC validation is not peformed (only done at the BIC) |
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
|
f_proof |
(char) print out pdf with charts including:
|
out_qc_folder |
(char) if f_proof is TRUE, then a folder must be provided |
return_n_issues |
(logical) if |
full_report |
(logical) if |
printPDF |
(logical) if |
verbose |
(logical) |
check_only_results |
(logical) if |
(data.frame) Summary of issues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.