check_results_assays | R Documentation |
Checks whether the results file follows guidelines for Olink and IMM assays.
check_results_assays(
df,
assay_type = c("olink", "lab"),
return_n_issues = FALSE,
verbose = TRUE
)
df |
(data.frame) The results data frame to check. |
assay_type |
(character) The type of assay, either |
return_n_issues |
(logical) If |
verbose |
(logical) If |
(int) Number of issues identified if return_n_issues
is TRUE
.
## Not run:
check_results_assays(df = results_df, assay_type = "olink")
check_results_assays(df = results_df, assay_type = "imm")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.