View source: R/metabolomics_qc.R
check_metadata_samples | R Documentation |
check whether metadata_sample is following guidelines
check_metadata_samples(
df,
cas,
assay = "OTHER",
return_n_issues = FALSE,
verbose = TRUE
)
df |
(data.frame) metadata_metabolites |
cas |
(char) CAS site code |
assay |
(char) Assay code. Options:
|
return_n_issues |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
{
check_metadata_samples(df = metadata_sample_named, cas = "umichigan")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.