doQCRLSC: Using the QC samples to do the quality control-robust spline...

doQCRLSCR Documentation

Using the QC samples to do the quality control-robust spline signal correction

Description

Using the QC samples to do the quality control-robust spline signal correction.

Usage

doQCRLSC(para, impute = TRUE, cpu = 0, ...)

Arguments

para

An object of metaXpara

impute

A logical indicates whether impute the result

cpu

The number of cpu used for processing

...

Additional parameters

Details

The smoothing parameter is optimised using leave-one-out cross validation to avoid overfitting.

Value

A list object

Author(s)

Bo Wen wenbostar@gmail.com

See Also

plotQCRLSC

Examples

para <- new("metaXpara")
pfile <- system.file("extdata/MTBLS79.txt",package = "metaX")
sfile <- system.file("extdata/MTBLS79_sampleList.txt",package = "metaX")
rawPeaks(para) <- read.delim(pfile,check.names = FALSE)[1:20,]
sampleListFile(para) <- sfile
para <- reSetPeaksData(para)
para <- missingValueImpute(para)
res <- doQCRLSC(para,cpu=1)

wenbostar/metaX documentation built on July 4, 2023, 7:50 p.m.