View source: R/get_study_files.R
get_study_files | R Documentation |
Retrieve the names and type of all files that have been deposited with the public study. If raw_data
is TRUE then details of raw data files(ie, .mzML
) are also returned.
get_study_files(study_id, raw_data = FALSE)
study_id |
A character string of a valid MTBLS study id |
raw_data |
logical; if |
a tibble
of file info
get_study_files('MTBLS375', raw_data = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.