Description Usage Arguments Value Examples
Automatic quantification of signals for all experiments using the information located in the ROI patterns file.
1 2 | automatic_profiling(imported_data, ROI_data, optimization = TRUE,
spectra_to_profile = NULL)
|
imported_data |
List with typical elements necessary to perform quantification of ROIs. |
ROI_data |
ROIs data. |
optimization |
By default TRUE. If TRUE, profiling quality is maximized through the analysis og signals parameters, with the tradeoff of additional computing time. |
spectra_to_profile |
By default NA, and all spectra are profiled. If a vector of spectra is provided, profiling is limited to this vector. |
List with final_output (with metabolite signal relative concentrations and quality indicators) and reproducibility_data (with the necessary data to reproduce the profiling performed).
1 2 3 4 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
# Not run:
# profiling_data=automatic_profiling(imported_data,imported_data$ROI_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.