View source: R/metabolomics_qc.R
combine_metabolomics_batch | R Documentation |
Combines all the files from an untargeted assay submission including metadata_sample, metadata_metabolites, results for both "NAMED" and "UNNAMED" folders
combine_metabolomics_batch(input_results_folder, cas, verbose = TRUE)
input_results_folder |
(char) Path to the PROCESSED_YYYYMMDD folder |
cas |
(char) Chemical Analytical Site code (e.g "umichigan") |
verbose |
(logical) |
(int) number of issues identified
## Not run:
all_datasets <- combine_metabolomics_batch(
input_results_folder = "/full/path/to/PROCESSED_YYYYMMDD/",
cas = "umichigan")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.