alignment: Alignment of signals of the dataset through the CluPA...

Description Usage Arguments Value Examples

Description

Alignment of signals of the dataset through the CluPA algorithm provided by the speaq package.

Usage

1
alignment(dataset, buck_step)

Arguments

dataset

The 1D NMR dataset where to align signals

buck_step

The bucketing of the dataset (e.g. 0.001)

Value

aligneddataset The dataset with the signals aligned

Examples

1
2
3
setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
aligned_data=alignment(imported_data$dataset,imported_data$buck_step)

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