View source: R/metabolomics_qc.R
write_metabolomics_releases | R Documentation |
Write out metabolomics data releases. Doesn't check whether data has been submited according to guidelines
write_metabolomics_releases(
input_results_folder,
cas,
folder_name = "motrpac_release",
folder_root = NULL,
version_file = "v1.0",
verbose = TRUE
)
input_results_folder |
(char) Path to the PROCESSED_YYYYMMDD folder |
cas |
(char) Chemical Analytical Site code (e.g "umichigan") |
folder_name |
(char) output files name. Must have a |
folder_root |
(char) absolute path to write the output files. Default: current directory |
version_file |
(char) file version number ( |
verbose |
(logical) |
bic release folder/file structure
PHASE/OMICS/TCODE_NAME/ASSAY/
and file names, including:
motrpac_YYYYMMDD_phasecode_tissuecode_omics_assay_file-details.txt
where files-details can be:
named-experimentalDetails.txt
named-metadata-metabolites.txt
metadata-samples.txt
named-results.txt
## Not run:
write_metabolomics_releases(input_results_folder = "/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.