Description Usage Arguments Value Examples
Load quantification
1 2 | load_quantification(reproducibility_data, imported_data, final_output,
info, ROI_data)
|
reproducibility_data |
List with necessary information to load quantifications on the Shiny GUI. |
imported_data |
List with typical elements necessary to perform quantification of ROIs. |
final_output |
List with quantifications and indicators of quality of quantification. |
info |
List with 'row' and 'column' indicating spectrum and signal to load. |
ROI_data |
ROIs data |
Loaded plot, signals parameters and quality of fitting parameters of quantifications
1 2 3 4 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
resulting_data=individual_profiling(imported_data,imported_data$final_output,c(1,4),imported_data$ROI_data[3:4,],imported_data$reproducibility_data)
loaded_quantification=load_quantification(resulting_data$reproducibility_data,imported_data,resulting_data$final_output,list(row=1,col=4),imported_data$ROI_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.