doQCRLSC | R Documentation |
Using the QC samples to do the quality control-robust spline signal correction.
doQCRLSC(para, impute = TRUE, cpu = 0, ...)
para |
An object of metaXpara |
impute |
A logical indicates whether impute the result |
cpu |
The number of cpu used for processing |
... |
Additional parameters |
The smoothing parameter is optimised using leave-one-out cross validation to avoid overfitting.
A list object
Bo Wen wenbostar@gmail.com
plotQCRLSC
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.