Description Usage Arguments Value Examples
Automatic quantification in the model spectrum of the dataset using the information located in the ROI patterns file, with associated p values for every bin. The reulting information can be useful to analyze possible new ROIs to profile or modification of existing ones.
1 | profile_model_spectrum(imported_data, ROI_data, spectrum_index = NA)
|
imported_data |
List with typical elements necessary to perform quantification of ROIs. |
ROI_data |
ROI data to check. |
spectrum_index |
By default, NA and a spectrum model is calculated. If specified, the profiling in the spectrum specified is performed. |
plotly figure with performed fitting for every ROI and p value for every bin
1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
model_spectrum_plot=profile_model_spectrum(imported_data,imported_data$ROI_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.