Learn R Programming

metaX (version 1.4.0)

plotQCRLSC: 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

See Also

doQCRLSC

Examples

Run this code
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)

Run the code above in your browser using DataLab