Description Usage Arguments Value Examples
Estimation of quality indicators, with signal to total area ratio, fitting error, and difference between expected and found signal parameter values.
| 1 | validation(final_output, validation_type, alarm_matrix = NA)
 | 
| final_output | List with quantifications and indicators of quality of quantification. | 
| validation_type | Type of validation to perform (1: fitting error, 2: signal total area ratio, 3: difference expected-obtained chemical shift, 4: difference expected-obtained half bandwidth, 5: difference expected-obtained intensity) | 
| alarm_matrix | Optional list of previous indicators to update. By default NA. | 
List with estimated indicators, matrix to show in GUI, and breaks and colors to prepare a different color for each cell of the matrix.
| 1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
load("MTBLS242_subset_profiling_data.RData")
validation_data=validation(profiling_data$final_output,5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.