Description Usage Arguments Value See Also Examples
The function saves the output from Automatic_targeted_profiling function in CSV format.
1 | save_profiling_output(targeted_profiling, output_directory)
|
targeted_profiling |
A list from Automatic_targeted_profiling function |
output_directory |
a directory in which the CSV files are saved |
rDolphin output from Automatic_targeted_profiling function:
metabolites_intensity
metabolites_quantification
ROI_profiles_used
chemical_shift
fitting_error
half_bandwidth
signal_area_ratio
Other import/export functions:
Pipelines
,
files_to_rDolphin()
,
load_and_save_functions
,
nmr_data()
,
nmr_meta_export()
,
nmr_read_bruker_fid()
,
nmr_read_samples()
,
nmr_zip_bruker_samples()
,
save_files_to_rDolphin()
,
to_ChemoSpec()
Other to_rDolphin_blood functions:
save_files_to_rDolphin()
1 2 3 4 5 6 | ## Not run:
rDolphin_object = to_rDolphin(parameters)
targeted_profiling = Automatic_targeted_profiling(rDolphin)
save_profiling_output(targeted_profiling, output_directory)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.