View source: R/get_metabolights_study.R
| get_metabolights_study | R Documentation |
Downloads files and metadata for every assay in a public MetaboLights study.
get_metabolights_study(studyID, directory, verbose = TRUE)
studyID |
Character string with the MetaboLights study identifier. |
directory |
Output directory where study files and metadata will be written. |
verbose |
Logical indicating whether progress messages should be shown. |
Invisibly returns a list with one entry per assay containing downloaded files,
metadata, and sample-file mappings.
## Not run:
tmpdir <- tempdir()
get_metabolights_study("MTBLS1", directory = tmpdir, verbose = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.