View source: R/proteomics_qc.R
check_rii_proteomics | R Documentation |
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
)
df_rri |
(data.frame) proteomics rri data frame (required) |
isPTM |
(logical) |
f_proof |
(logical) |
output_prefix |
(char) if |
out_qc_folder |
(char) if |
return_n_issues |
(logical) if |
printPDF |
(logical) if |
verbose |
(logical) |
(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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.