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
)
(char) path to the PROCESSED folder to check
(logical) TRUE
if it is Post-Translational-Modification proteomics assay
(char) CAS code
(char) DMAQC file with shipping information. If not provided (default), then DMQAC validation is not peformed (only done at the BIC)
(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 metadata_phase.txt
. However, if this argument is provided,
it will take priority (and the phase from the input folder and the
metadata_phase.txt
will be ignored). Examples
Folder with PASS1A-06
: type either PASS1A-06
or leave it NULL
Both PASS1A-06
and PASS1C-06
: type PASS1A-06|PASS1C-06
Only PASS1C-06
: type PASS1C-06
(char) print out pdf with charts including:
Reported Ion Intensity boxplot distribution and percentage of NA values per sample
Ratio: ratio boxplot distribution and percentage of NA values per samples
(char) if f_proof is TRUE, then a folder must be provided
(logical) if TRUE
(default) returns the number of issues
(logical) if FALSE
(default) it returns only the
total number of issues. If TRUE
returns the details of the number of issues (by
group of files, e.g., results, metadata_metabolites, etc)
(logical) if TRUE
(default print plots to pdf)
(logical) TRUE
(default) prints QC details.
(logical) if TRUE
, only validates results (default FALSE
)
(data.frame) Summary of issues