Description Usage Arguments Value Examples
Prediction of signal parameter information with prediction intervals.
1 | signparpred(initial_matrix, fitting_error = NULL, met_names = NA)
|
initial_matrix |
Matrix of signal paramter values. |
fitting_error |
By default NULL. Fitting error associated to the signal parameter values. |
met_names |
By default NA. In case of predicting intensity, it enables prediction based on only signals from the same metabolite. Vector of metabolite associated to each signal whose itensity is predicted. |
List with predicted values and prediction intervals.
1 2 3 4 5 6 | # Not run:
setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
load("MTBLS242_subset_profiling_data.RData")
# chemical_shift_pred=signparpred(profiling_data$final_output$chemical_shift,profiling_data$final_output$fitting_error)
# intensity_pred=signparpred(profiling_data$final_output$intensity,profiling_data$final_output$fitting_error,imported_data$ROI_data[,4])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.