qc_rlsc: Perform QC-RLSC for batch correction of chromatographic...

View source: R/qc_rlsc.R

qc_rlscR Documentation

Perform QC-RLSC for batch correction of chromatographic signal

Description

Perform QC-RLSC for batch correction of chromatographic signal.

Usage

qc_rlsc(tab, colv, or, verbose = FALSE)

Arguments

tab

table N*K (row * column) with N samples and K variables.

colv

vector N of numbers: 1 for QC samples and 2 for other samples.

or

vector of measuring order (see details).

verbose

print which variable has been corrected to monitor the process (default = FALSE).

Details

Make sure that everything is sorted in measurement order!!!

Value

corrected table N*K

Author(s)

E. Nevedomskaya

Rico Derks

References

Dunn et al. Nature Protocols 6, 1060-1083 (2011)


ricoderks/Rcpm documentation built on May 18, 2022, 7:49 a.m.