selectRefSp: Automated selection of a reference spectrum

Description Usage Arguments Value Author(s) See Also Examples

Description

The selection of reference spectrum among all spectrums is based on the highest similarity to all other spectra

Usage

1

Arguments

X

matrix of spectra

step

a numerical parameter used to scale spectral regions down to specific bin size

Value

returns the index of selected spectrum

Author(s)

Lyamine Hedjazi

See Also

alignSp

Examples

1
2
3
4
5
6
7
8
# Data

Sp=matrix(rnorm(10*5000,mean=0,sd=1), nrow=10,ncol=5000)

# Reference spectrum selection

step=0.02 # Recursion step (default 0.02)
index<-selectRefSp(Sp,step)

lhedjazi/mQTL.NMR documentation built on May 31, 2019, 10:47 p.m.