plotQCRLSC: Plot figures for QC-RLSC

plotQCRLSCR Documentation

Plot figures for QC-RLSC

Description

Plot figures for QC-RLSC

Usage

plotQCRLSC(para, maxf = 100)

Arguments

para

A metaXpara object

maxf

The number of features to plot

Value

none

Author(s)

Bo Wen wenbostar@gmail.com

See Also

doQCRLSC

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)
plotQCRLSC(res$metaXpara)

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