View source: R/proteomics_qc.R
check_ratio_proteomics | R Documentation |
check whether the proteomics ratio results files is following guidelines
check_ratio_proteomics(
df_ratio,
isPTM,
f_proof = TRUE,
output_prefix = "ratio-file",
out_qc_folder = NULL,
printPDF = TRUE,
return_n_issues = FALSE,
verbose = TRUE
)
df_ratio |
(data.frame) proteomics ratio results data frame (required) |
isPTM |
(logical) |
f_proof |
(logical) |
output_prefix |
(char) if |
out_qc_folder |
(char) if |
printPDF |
(logical) if |
return_n_issues |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
{
test <- check_ratio_proteomics(df_ratio = 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.