configureRSPA {mQTL.NMR}R Documentation

segmentaion and recursive alignment parameters

Description

The routine used to change and improve the RSPA algorithm performance

Usage

configureRSPA(ppm)

Arguments

ppm

a numerical vector defining the chemical shift scale

Author(s)

Jean-Baptiste Cazier

See Also

setupRSPA

Examples


load_datafiles()

load(results)
ppm<-results$ppm
configureRSPA(ppm)


[Package mQTL.NMR version 1.14.0 Index]