selectRefSp {mQTL.NMR} | R Documentation |
The selection of reference spectrum among all spectrums is based on the highest similarity to all other spectra
selectRefSp(X, step)
X |
matrix of spectra |
step |
a numerical parameter used to scale spectral regions down to specific bin size |
returns the index of selected spectrum
Lyamine Hedjazi
# 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)