Write out proteomics data releases. Doesn't check whether data has been submited according to guidelines
write_proteomics_releases(
input_results_folder,
folder_name = "motrpac_release",
folder_root = NULL,
version_file = "v1.0",
verbose = TRUE
)
(char) Path to the RESULTS_YYYYMMDD folder
(char) output folder name.
(char) absolute path to write the output folder. Default: current directory
(char) file version number (v#.#)
(logical) TRUE
(default) shows messages
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:
rii-results.txt
, ratio-results.txt
, vial-metadata.txt
if (FALSE) {
write_proteomics_releases(
input_results_folder = "/full/path/to/RESULTS_YYYYMMDD/")
}