Learn R Programming

mrbin (version 1.4.2)

PQNScaling: A function for PQN scaling.

Description

This function performs PQN scaling. To further exclude unreliable noise, only the most intense signals are used. For 1H and 1H-13C HSQC spectra, most of the sugar regions are excluded to avoid a dominating effect of the multiple sugar signals.

Usage

PQNScaling()

Arguments

Value

None

Examples

Run this code
# NOT RUN {
mrbinExample<-mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",
                    binwidth1D=0.05,PQNScaling="No",PCA="No",
                    NMRfolders=c(system.file("extdata/1/10/pdata/10",package="mrbin"),
                                system.file("extdata/2/10/pdata/10",package="mrbin"),
                                system.file("extdata/3/10/pdata/10",package="mrbin"))))
PQNScaling()
# }

Run the code above in your browser using DataLab