View source: R/MetAlyzer_handler.R
exportConcValues | R Documentation |
This function exports the filtered raw data in the CSV format.
exportConcValues(metalyzer_se, ..., file_path = "metabolomics_data.csv")
metalyzer_se |
SummarizedExperiment |
... |
Additional columns from meta_data |
file_path |
file path |
metalyzer_se <- MetAlyzer_dataset(file_path = example_extraction_data())
output_file <- file.path(tempdir(), "metabolomics_data.csv")
exportConcValues(
metalyzer_se,
`Sample Description`,
Tissue,
file_path = output_file
)
unlink(output_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.