View source: R/proteomics_qc.R
write_proteomics_releases | R Documentation |
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
)
input_results_folder |
(char) Path to the RESULTS_YYYYMMDD folder |
folder_name |
(char) output folder name. |
folder_root |
(char) absolute path to write the output folder. Default: current directory |
version_file |
(char) file version number (v#.#) |
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:
rii-results.txt
, ratio-results.txt
, vial-metadata.txt
## Not run:
write_proteomics_releases(
input_results_folder = "/full/path/to/RESULTS_YYYYMMDD/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.