exemplars_plot: Creation of plotly figure of subset of representative spectra...

Description Usage Arguments Value Examples

Description

Creation of plotly figure of subset of representative spectra of the dataset. The plot generated helps to determine the best parameters for quantification (e.g. number of signals to fit, chemical $chemical_shift tolerance...).

Usage

1
exemplars_plot(imported_data)

Arguments

imported_data

List with typical elements necessary to perform quantification of ROIs.

Value

Plotly figure with subset of spectra that represent different kinds of spectra that can be found on the dataset depending on chemical shift, half bandwidth, etc.

Examples

1
2
3
setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
plot=exemplars_plot(imported_data)

danielcanueto/Dolphin documentation built on May 14, 2019, 3:51 p.m.