check whether the proteomics rri results files is following guidelines
check_rii_proteomics(
df_rri,
isPTM,
f_proof = TRUE,
output_prefix = "rii-file",
out_qc_folder = NULL,
return_n_issues = FALSE,
printPDF = TRUE,
verbose = TRUE
)
(data.frame) proteomics rri data frame (required)
(logical) TRUE
if a PTM results file
(logical) TRUE
(default) to print out distribution and NA plots
(char) if f_proof = TRUE
, provide a prefix for the output name
(char) if f_proof is TRUE
, a folder path can be provided
(otherwise print in current working directory)
(logical) if TRUE
returns the number of issues.
(logical) if TRUE
(default print plots to pdf)
(logical) TRUE
(default) shows messages
(int) number of issues identified
{
test <- check_rii_proteomics(df_rri = metadata_metabolites_named,
isPTM = TRUE, return_n_issues = TRUE, verbose = FALSE)
# "test" should be NULL
}